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

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

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

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

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

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

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

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

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

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

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

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

#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 {
  background-image: url(https://i.shgcdn.com/ac88f1fc-237e-4b48-ad71-7dceaff26dae/);
}








#s-20d7d0c0-d08c-4d24-a38d-54068641aee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20d7d0c0-d08c-4d24-a38d-54068641aee3.shg-box.shg-c {
  justify-content: center;
}

#s-d20ce3dc-6dab-4dbe-a5c5-63924a88b890 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d20ce3dc-6dab-4dbe-a5c5-63924a88b890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d20ce3dc-6dab-4dbe-a5c5-63924a88b890.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-f301687d-0617-45f3-b2c1-86638bbf79ad {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f301687d-0617-45f3-b2c1-86638bbf79ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf {
  margin-left: auto;
margin-right: auto;
}

#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf .shg-proportional-font-size,
#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf .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-59a9cb35-9704-4d23-bf3a-c4b99785cecf .shg-proportional-font-size,
#s-59a9cb35-9704-4d23-bf3a-c4b99785cecf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
.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-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin-left: auto;
margin-right: auto;
max-width: 182px;
text-align: center;
}
@media (min-width: 1200px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin-top: 10px;
max-width: 182px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  max-width: 182px;
}
}@media (max-width: 767px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 140px;
}
}
#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 img.shogun-image {
  width: 100%;
  
  
  max-width: 140px;

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




.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50d32113-2d03-4859-9f1f-be5e0a39fcd8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0b11af42-28fb-4f99-856f-45f7a983dd38 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b11af42-28fb-4f99-856f-45f7a983dd38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b11af42-28fb-4f99-856f-45f7a983dd38.shg-box.shg-c {
  justify-content: center;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  display: none;
}
#s-49f6d68a-21c7-4544-a755-c60913840f54, #wrap-s-49f6d68a-21c7-4544-a755-c60913840f54, #wrap-content-s-49f6d68a-21c7-4544-a755-c60913840f54 { display: none !important; }}
#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49f6d68a-21c7-4544-a755-c60913840f54 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49f6d68a-21c7-4544-a755-c60913840f54 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49f6d68a-21c7-4544-a755-c60913840f54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49f6d68a-21c7-4544-a755-c60913840f54 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49f6d68a-21c7-4544-a755-c60913840f54 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49f6d68a-21c7-4544-a755-c60913840f54.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
text-align: center;
}
@media (min-width: 1200px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  display: none;
}
#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b, #wrap-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b, #wrap-content-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  display: none;
}
#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b, #wrap-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b, #wrap-content-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  display: none;
}
#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b, #wrap-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b, #wrap-content-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b { display: none !important; }}
#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b img.shogun-image {
  width: 100%;
  
  
  max-width: 2560px;

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




.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b img.shogun-image {
  width: 100%;
  
  
  

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




.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b img.shogun-image {
  width: 100%;
  
  
  

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




.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b img.shogun-image {
  width: 100%;
  
  
  

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




.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b img.shogun-image {
  width: 100%;
  
  
  

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




.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e57bf034-7f99-40e9-94cb-9d9a47ef3a1b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}

#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/480x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/960x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/768x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/1536x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/1024x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/2048x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/1200x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2971c4fc-1132-46e6-901e-ac684f5e3582 {
  background-image: url(https://i.shgcdn.com/d74b1f1e-bb7c-4057-a4ee-fa4273501b36/-/resize/2048x/);
}
#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2971c4fc-1132-46e6-901e-ac684f5e3582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2971c4fc-1132-46e6-901e-ac684f5e3582.shg-box.shg-c {
  justify-content: center;
}

#s-68dc29ec-bcae-4e4a-a255-7304c29d96f1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-68dc29ec-bcae-4e4a-a255-7304c29d96f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68dc29ec-bcae-4e4a-a255-7304c29d96f1.shg-box.shg-c {
  justify-content: center;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418391aa-20b8-43cf-a0d1-4acc2dea8ee3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5f6a3ab-e9ac-40f6-aecc-ffe906927560.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7911713-ce6f-46cb-9129-68e4e8342de6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7911713-ce6f-46cb-9129-68e4e8342de6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7911713-ce6f-46cb-9129-68e4e8342de6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7911713-ce6f-46cb-9129-68e4e8342de6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  max-width: 150px;

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd32f62b-f015-40bf-a693-dc0610299e6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd32f62b-f015-40bf-a693-dc0610299e6a img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd32f62b-f015-40bf-a693-dc0610299e6a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd32f62b-f015-40bf-a693-dc0610299e6a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e2bebea6-69f7-44e1-b7fb-0e2c31592283 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-e2bebea6-69f7-44e1-b7fb-0e2c31592283 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-e2bebea6-69f7-44e1-b7fb-0e2c31592283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2bebea6-69f7-44e1-b7fb-0e2c31592283.shg-box.shg-c {
  justify-content: center;
}

#s-953bd59d-b97c-4fc9-a115-50b2e6663974 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-953bd59d-b97c-4fc9-a115-50b2e6663974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-953bd59d-b97c-4fc9-a115-50b2e6663974.shg-box.shg-c {
  justify-content: center;
}

#s-14ce77c5-aeb6-4158-9a17-862b6edeaacd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-14ce77c5-aeb6-4158-9a17-862b6edeaacd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14ce77c5-aeb6-4158-9a17-862b6edeaacd.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-e3414478-e435-49c3-a6ba-ff384bf3ce22 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e3414478-e435-49c3-a6ba-ff384bf3ce22 {
  margin-bottom: 20px;
}
}
#s-e3414478-e435-49c3-a6ba-ff384bf3ce22 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-e3414478-e435-49c3-a6ba-ff384bf3ce22 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 90%;
text-align: center;
}
@media (max-width: 767px){#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  max-width: 100%;
}
}
#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3216f7ee-279b-44fc-a795-2fed66f3a4a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c6e0c99-d4a8-4d10-8869-4234be279487 {
  margin-left: auto;
margin-right: auto;
max-width: 1230px;
}
@media (max-width: 767px){#s-0c6e0c99-d4a8-4d10-8869-4234be279487 {
  padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-0c6e0c99-d4a8-4d10-8869-4234be279487"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c6e0c99-d4a8-4d10-8869-4234be279487"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6e0c99-d4a8-4d10-8869-4234be279487"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6e0c99-d4a8-4d10-8869-4234be279487"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 754px;
text-align: center;
}
@media (max-width: 767px){#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin-top: 0px;
margin-bottom: 30px;
}
}
#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0px;
  padding-right: 0px;
  
  
}


.shg-image-content-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f img.shogun-image {
  width: 100%;
  
  
  max-width: 754px;

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




.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f img.shogun-image {
  width: 100%;
  
  
  

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




.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd9db1ee-10f9-4f32-a4e6-5e0ac0ddc46f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae633ce7-2a80-439a-a988-00368df37adf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ae633ce7-2a80-439a-a988-00368df37adf .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-ae633ce7-2a80-439a-a988-00368df37adf .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-5edc8e15-941f-4de2-9b34-5f3c5908aa1c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-5edc8e15-941f-4de2-9b34-5f3c5908aa1c {
  margin-top: -15px;
}
}
#s-5edc8e15-941f-4de2-9b34-5f3c5908aa1c .shg-proportional-font-size,
#s-5edc8e15-941f-4de2-9b34-5f3c5908aa1c .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-5edc8e15-941f-4de2-9b34-5f3c5908aa1c .shg-proportional-font-size,
#s-5edc8e15-941f-4de2-9b34-5f3c5908aa1c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-aaf52775-a26c-45b4-9209-5ca93187e7bc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-aaf52775-a26c-45b4-9209-5ca93187e7bc .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-aaf52775-a26c-45b4-9209-5ca93187e7bc .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-2faef395-fafa-4fa0-b180-a5b3dc8dde16 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-2faef395-fafa-4fa0-b180-a5b3dc8dde16 {
  margin-top: -15px;
}
}
#s-2faef395-fafa-4fa0-b180-a5b3dc8dde16 .shg-proportional-font-size,
#s-2faef395-fafa-4fa0-b180-a5b3dc8dde16 .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-2faef395-fafa-4fa0-b180-a5b3dc8dde16 .shg-proportional-font-size,
#s-2faef395-fafa-4fa0-b180-a5b3dc8dde16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-e09e16b8-29fa-4792-9838-3202f505860f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e09e16b8-29fa-4792-9838-3202f505860f .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-e09e16b8-29fa-4792-9838-3202f505860f .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-28ec4bc7-2173-436a-8e35-5981422553e5 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-28ec4bc7-2173-436a-8e35-5981422553e5 {
  margin-top: -15px;
}
}
#s-28ec4bc7-2173-436a-8e35-5981422553e5 .shg-proportional-font-size,
#s-28ec4bc7-2173-436a-8e35-5981422553e5 .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-28ec4bc7-2173-436a-8e35-5981422553e5 .shg-proportional-font-size,
#s-28ec4bc7-2173-436a-8e35-5981422553e5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-daa29ffa-ad0c-4f75-b101-30ec24421235 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-daa29ffa-ad0c-4f75-b101-30ec24421235 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-daa29ffa-ad0c-4f75-b101-30ec24421235 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-b4ef6e82-57d6-4c6c-b52d-a9ba08b42551 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b4ef6e82-57d6-4c6c-b52d-a9ba08b42551 {
  margin-top: -15px;
}
}
#s-b4ef6e82-57d6-4c6c-b52d-a9ba08b42551 .shg-proportional-font-size,
#s-b4ef6e82-57d6-4c6c-b52d-a9ba08b42551 .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-b4ef6e82-57d6-4c6c-b52d-a9ba08b42551 .shg-proportional-font-size,
#s-b4ef6e82-57d6-4c6c-b52d-a9ba08b42551 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-b5c4662b-94c5-419b-8ca8-d07a9889ab92 {
  margin-left: auto;
margin-right: auto;
}

#s-b5c4662b-94c5-419b-8ca8-d07a9889ab92 .shg-proportional-font-size,
#s-b5c4662b-94c5-419b-8ca8-d07a9889ab92 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-db9f5b91-69b8-4049-ac7d-9a80d14a0b55 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-db9f5b91-69b8-4049-ac7d-9a80d14a0b55 {
  margin-top: -15px;
}
}
#s-db9f5b91-69b8-4049-ac7d-9a80d14a0b55 .shg-proportional-font-size,
#s-db9f5b91-69b8-4049-ac7d-9a80d14a0b55 .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-db9f5b91-69b8-4049-ac7d-9a80d14a0b55 .shg-proportional-font-size,
#s-db9f5b91-69b8-4049-ac7d-9a80d14a0b55 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  max-width: 130px;
}
}
#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

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




.s-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e2a814d4-ac40-4074-b595-41340dba06ee {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e2a814d4-ac40-4074-b595-41340dba06ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2a814d4-ac40-4074-b595-41340dba06ee img.shogun-image {
  width: 100%;
  
  
  max-width: 130px;

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




.s-e2a814d4-ac40-4074-b595-41340dba06ee .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a814d4-ac40-4074-b595-41340dba06ee.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  padding-top: 80px;
padding-bottom: 80px;
display: none;
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b, #wrap-s-dee8b3d5-14f0-4758-8470-26d47a45b37b, #wrap-content-s-dee8b3d5-14f0-4758-8470-26d47a45b37b { display: none !important; }}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/480x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/960x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/768x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/1536x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/1024x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/2048x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/1200x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b {
  background-image: url(https://i.shgcdn.com/22b0a6fb-b97d-43fa-9953-a7eff70814c3/-/resize/2048x/);
}
#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-dee8b3d5-14f0-4758-8470-26d47a45b37b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dee8b3d5-14f0-4758-8470-26d47a45b37b.shg-box.shg-c {
  justify-content: center;
}

#s-ecb95825-b2af-42ba-b18a-bd1041a7345d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ecb95825-b2af-42ba-b18a-bd1041a7345d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecb95825-b2af-42ba-b18a-bd1041a7345d.shg-box.shg-c {
  justify-content: center;
}

#s-b89d72cd-b1eb-4ff1-958d-85af1147f020 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b89d72cd-b1eb-4ff1-958d-85af1147f020"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-94ffc97d-c96d-4483-b215-e180bc460455 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-94ffc97d-c96d-4483-b215-e180bc460455 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 51px;
  
  
  
}


@media (max-width: 767px){#s-94ffc97d-c96d-4483-b215-e180bc460455 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-80a8111d-8fb3-4a91-a849-5091de00f3b3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-80a8111d-8fb3-4a91-a849-5091de00f3b3 {
  margin-top: -25px;
}
}
#s-80a8111d-8fb3-4a91-a849-5091de00f3b3 .shg-proportional-font-size,
#s-80a8111d-8fb3-4a91-a849-5091de00f3b3 .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-80a8111d-8fb3-4a91-a849-5091de00f3b3 .shg-proportional-font-size,
#s-80a8111d-8fb3-4a91-a849-5091de00f3b3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-99e52e21-2c47-4b50-9f09-2b53a7de0f9a {
  margin-left: auto;
margin-right: auto;
}

#s-99e52e21-2c47-4b50-9f09-2b53a7de0f9a .shg-proportional-font-size,
#s-99e52e21-2c47-4b50-9f09-2b53a7de0f9a .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-99e52e21-2c47-4b50-9f09-2b53a7de0f9a .shg-proportional-font-size,
#s-99e52e21-2c47-4b50-9f09-2b53a7de0f9a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin-left: auto;
margin-right: auto;
max-width: 663px;
text-align: center;
}
@media (min-width: 1200px){#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin-top: 25px;
max-width: 400px;
}
}
#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba img.shogun-image {
  width: 100%;
  
  
  max-width: 663px;

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




.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1dc8e770-a663-4cf1-aac9-7c373e1456ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc8e770-a663-4cf1-aac9-7c373e1456ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0671cda6-c8bc-417f-a483-4aa108a82bbc {
  margin-left: auto;
margin-right: auto;
}

#s-0671cda6-c8bc-417f-a483-4aa108a82bbc .shg-proportional-font-size,
#s-0671cda6-c8bc-417f-a483-4aa108a82bbc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  max-width: 130px;
}
}
#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .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-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

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




.s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f7338f1-7348-4f1e-8578-90fa5e73b964 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964 img.shogun-image {
  width: 100%;
  
  
  max-width: 130px;

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




.s-9f7338f1-7348-4f1e-8578-90fa5e73b964 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7338f1-7348-4f1e-8578-90fa5e73b964.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bc2a843d-bbff-412d-935a-21ab9a311bfe {
  margin-left: auto;
margin-right: auto;
}

#s-bc2a843d-bbff-412d-935a-21ab9a311bfe .shg-proportional-font-size,
#s-bc2a843d-bbff-412d-935a-21ab9a311bfe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d87c9f79-acac-44ec-9228-aad8dac03ebf {
  margin-left: auto;
margin-right: auto;
}

#s-d87c9f79-acac-44ec-9228-aad8dac03ebf .shg-proportional-font-size,
#s-d87c9f79-acac-44ec-9228-aad8dac03ebf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4379107d-069d-4353-8d60-3725c3f299c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4379107d-069d-4353-8d60-3725c3f299c8 {
  display: none;
}
#s-4379107d-069d-4353-8d60-3725c3f299c8, #wrap-s-4379107d-069d-4353-8d60-3725c3f299c8, #wrap-content-s-4379107d-069d-4353-8d60-3725c3f299c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4379107d-069d-4353-8d60-3725c3f299c8 {
  display: none;
}
#s-4379107d-069d-4353-8d60-3725c3f299c8, #wrap-s-4379107d-069d-4353-8d60-3725c3f299c8, #wrap-content-s-4379107d-069d-4353-8d60-3725c3f299c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4379107d-069d-4353-8d60-3725c3f299c8 {
  display: none;
}
#s-4379107d-069d-4353-8d60-3725c3f299c8, #wrap-s-4379107d-069d-4353-8d60-3725c3f299c8, #wrap-content-s-4379107d-069d-4353-8d60-3725c3f299c8 { display: none !important; }}@media (max-width: 767px){#s-4379107d-069d-4353-8d60-3725c3f299c8 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-4379107d-069d-4353-8d60-3725c3f299c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4379107d-069d-4353-8d60-3725c3f299c8.shg-box.shg-c {
  justify-content: center;
}

#s-f4c4b1b3-2e6e-4a21-b2f4-fd468b617e42 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f4c4b1b3-2e6e-4a21-b2f4-fd468b617e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4c4b1b3-2e6e-4a21-b2f4-fd468b617e42.shg-box.shg-c {
  justify-content: center;
}

#s-c95353a1-bfdf-4587-97df-e022b84032fa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c95353a1-bfdf-4587-97df-e022b84032fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

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




.s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ab3c09fb-4ec9-4763-88b6-7783d8817054 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ab3c09fb-4ec9-4763-88b6-7783d8817054 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3c09fb-4ec9-4763-88b6-7783d8817054.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3d17adc3-ac20-4da4-b46e-b2350f264f50 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3d17adc3-ac20-4da4-b46e-b2350f264f50 {
  margin-bottom: -25px;
}
}
#s-3d17adc3-ac20-4da4-b46e-b2350f264f50 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 51px;
  
  
  
}


@media (max-width: 767px){#s-3d17adc3-ac20-4da4-b46e-b2350f264f50 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


}
#s-8cdc630e-f02f-4767-9290-a6be9c4f151d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8cdc630e-f02f-4767-9290-a6be9c4f151d {
  margin-top: -25px;
}
}
#s-8cdc630e-f02f-4767-9290-a6be9c4f151d .shg-proportional-font-size,
#s-8cdc630e-f02f-4767-9290-a6be9c4f151d .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-8cdc630e-f02f-4767-9290-a6be9c4f151d .shg-proportional-font-size,
#s-8cdc630e-f02f-4767-9290-a6be9c4f151d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c316a6d5-6503-4917-b233-2c2fd6ba4b77 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c316a6d5-6503-4917-b233-2c2fd6ba4b77 {
  margin-top: -25px;
}
}
#s-c316a6d5-6503-4917-b233-2c2fd6ba4b77 .shg-proportional-font-size,
#s-c316a6d5-6503-4917-b233-2c2fd6ba4b77 .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-c316a6d5-6503-4917-b233-2c2fd6ba4b77 .shg-proportional-font-size,
#s-c316a6d5-6503-4917-b233-2c2fd6ba4b77 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  margin-left: auto;
margin-right: auto;
max-width: 663px;
text-align: center;
}
@media (max-width: 767px){#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  max-width: 300px;
}
}
#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d img.shogun-image {
  width: 100%;
  
  
  max-width: 663px;

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




.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1b41a6-3bb5-4ada-9469-da5fb4cc5f9d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f9f77398-022f-4c91-92c1-90775381d9ff {
  margin-left: auto;
margin-right: auto;
}

#s-f9f77398-022f-4c91-92c1-90775381d9ff .shg-proportional-font-size,
#s-f9f77398-022f-4c91-92c1-90775381d9ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f100a03b-9e8e-4e16-bd71-38f90f71e4c6 {
  margin-left: auto;
margin-right: auto;
}

#s-f100a03b-9e8e-4e16-bd71-38f90f71e4c6 .shg-proportional-font-size,
#s-f100a03b-9e8e-4e16-bd71-38f90f71e4c6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  max-width: 130px;
}
}
#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .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-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

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




.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 img.shogun-image {
  width: 100%;
  
  
  

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




.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 img.shogun-image {
  width: 100%;
  
  
  

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




.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 img.shogun-image {
  width: 100%;
  
  
  

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




.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 img.shogun-image {
  width: 100%;
  
  
  max-width: 130px;

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




.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-473dbdd8-4913-4d4c-84f0-9495aa3c2b30.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-066235be-1fe7-4e38-9fab-2cf639b4bf16 {
  margin-left: auto;
margin-right: auto;
}

#s-066235be-1fe7-4e38-9fab-2cf639b4bf16 .shg-proportional-font-size,
#s-066235be-1fe7-4e38-9fab-2cf639b4bf16 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24cd288d-cdbd-43ff-9931-538fde170de8 {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
}
@media (max-width: 767px){#s-24cd288d-cdbd-43ff-9931-538fde170de8 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-24cd288d-cdbd-43ff-9931-538fde170de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24cd288d-cdbd-43ff-9931-538fde170de8.shg-box.shg-c {
  justify-content: center;
}

#s-1d603652-7b17-4788-9c32-c4c0f2822321 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1d603652-7b17-4788-9c32-c4c0f2822321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d603652-7b17-4788-9c32-c4c0f2822321.shg-box.shg-c {
  justify-content: center;
}

#s-1445dcf6-d259-4670-b030-ed804e3f5990 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1445dcf6-d259-4670-b030-ed804e3f5990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1445dcf6-d259-4670-b030-ed804e3f5990.shg-box.shg-c {
  justify-content: center;
}

#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-de25c1f7-9a8f-4cec-a9fb-4e5456c480d2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-aa8f9612-1602-474a-b245-be943ff28155 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa8f9612-1602-474a-b245-be943ff28155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-f2905fe9-5825-4864-b622-401fff3e9d1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f2905fe9-5825-4864-b622-401fff3e9d1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2905fe9-5825-4864-b622-401fff3e9d1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2905fe9-5825-4864-b622-401fff3e9d1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db963b57-3633-4225-afe3-7b5598a438d3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db963b57-3633-4225-afe3-7b5598a438d3 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Cnd";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-db963b57-3633-4225-afe3-7b5598a438d3 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Cnd";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-08251e63-3d62-49f9-9235-837d9690c1c0 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-08251e63-3d62-49f9-9235-837d9690c1c0 .shg-proportional-font-size,
#s-08251e63-3d62-49f9-9235-837d9690c1c0 .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-08251e63-3d62-49f9-9235-837d9690c1c0 .shg-proportional-font-size,
#s-08251e63-3d62-49f9-9235-837d9690c1c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f661b5a8-ff0f-4c5a-bf91-7b1eacae556b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-f661b5a8-ff0f-4c5a-bf91-7b1eacae556b .shg-proportional-font-size,
#s-f661b5a8-ff0f-4c5a-bf91-7b1eacae556b .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-f661b5a8-ff0f-4c5a-bf91-7b1eacae556b .shg-proportional-font-size,
#s-f661b5a8-ff0f-4c5a-bf91-7b1eacae556b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-66aac639-485d-4327-be6e-1f98642ad84d {
  margin-left: auto;
margin-right: auto;
}

#s-66aac639-485d-4327-be6e-1f98642ad84d .shg-proportional-font-size,
#s-66aac639-485d-4327-be6e-1f98642ad84d .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-66aac639-485d-4327-be6e-1f98642ad84d .shg-proportional-font-size,
#s-66aac639-485d-4327-be6e-1f98642ad84d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  padding-top: 50px;
padding-bottom: 50px;
}
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/480x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/960x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/768x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/1536x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/1024x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/2048x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/1200x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-97a55acb-e13d-436e-9e20-0134fee0f461 {
  background-image: url(https://i.shgcdn.com/b08854fb-6bb8-47aa-b83a-25197a761f91/-/resize/2048x/);
}
#s-97a55acb-e13d-436e-9e20-0134fee0f461.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-97a55acb-e13d-436e-9e20-0134fee0f461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97a55acb-e13d-436e-9e20-0134fee0f461.shg-box.shg-c {
  justify-content: center;
}

#s-df55ba23-3cdc-4b19-aa0c-cf51f4f18cb1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-df55ba23-3cdc-4b19-aa0c-cf51f4f18cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df55ba23-3cdc-4b19-aa0c-cf51f4f18cb1.shg-box.shg-c {
  justify-content: center;
}

#s-59ab671f-10c5-4c9d-ae60-e020edde0880 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-59ab671f-10c5-4c9d-ae60-e020edde0880"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-fa844448-c18f-42d8-b22f-ae78dbaa373e {
  margin-left: auto;
margin-right: auto;
}

#s-fa844448-c18f-42d8-b22f-ae78dbaa373e .shg-proportional-font-size,
#s-fa844448-c18f-42d8-b22f-ae78dbaa373e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11543e1a-de04-4d3d-b4bf-2c767b1b64ab {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-11543e1a-de04-4d3d-b4bf-2c767b1b64ab {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-11543e1a-de04-4d3d-b4bf-2c767b1b64ab .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 75px;
  
  
  
}


@media (min-width: 1200px){#s-11543e1a-de04-4d3d-b4bf-2c767b1b64ab .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 100px;
  
  
  
}


}@media (max-width: 767px){#s-11543e1a-de04-4d3d-b4bf-2c767b1b64ab .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-5fa5a5e5-87a5-4f34-90d4-4f34a36e6f36 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5fa5a5e5-87a5-4f34-90d4-4f34a36e6f36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-5fa5a5e5-87a5-4f34-90d4-4f34a36e6f36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Med Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c42e3f8d-0418-409a-94ed-2a8147094aa8 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
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;
background-color: rgba(255, 255, 255, 1);
}








#s-c42e3f8d-0418-409a-94ed-2a8147094aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c42e3f8d-0418-409a-94ed-2a8147094aa8.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 {
  margin-left: auto;
margin-right: auto;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: Akzidenz-Grotesk Pro Med Cnd;
  font-size: 24px;
  
  color: rgba(45, 64, 138, 1);
  
  
  
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column, #s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (max-width: 767px){#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: Akzidenz-Grotesk Pro Med Cnd;
  font-size: 18px;
  
  color: rgba(45, 64, 138, 1);
  
  
  
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-column, #s-f7e6ee5a-af3b-40e1-95c3-24ac5f155450 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-a1400d50-60d6-4ac6-977b-279560ee7054 {
  margin-left: auto;
margin-right: auto;
}

#s-a1400d50-60d6-4ac6-977b-279560ee7054 .shg-proportional-font-size,
#s-a1400d50-60d6-4ac6-977b-279560ee7054 .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-a1400d50-60d6-4ac6-977b-279560ee7054 .shg-proportional-font-size,
#s-a1400d50-60d6-4ac6-977b-279560ee7054 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f {
  margin-left: auto;
margin-right: auto;
}

#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f .shg-proportional-font-size,
#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f .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-f48a3bac-123f-4de3-b6b9-a2f167210c1f .shg-proportional-font-size,
#s-f48a3bac-123f-4de3-b6b9-a2f167210c1f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f7566c69-850f-4ee5-9349-df90ef11b33b {
  margin-left: auto;
margin-right: auto;
}

#s-f7566c69-850f-4ee5-9349-df90ef11b33b .shg-proportional-font-size,
#s-f7566c69-850f-4ee5-9349-df90ef11b33b .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-f7566c69-850f-4ee5-9349-df90ef11b33b .shg-proportional-font-size,
#s-f7566c69-850f-4ee5-9349-df90ef11b33b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b {
  margin-left: auto;
margin-right: auto;
}

#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .shg-proportional-font-size,
#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .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-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .shg-proportional-font-size,
#s-5a3ca2e1-756d-4392-ae53-4bae766b3f4b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-c365d0f4-3007-4a8f-8823-630f09923cef {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 0);
}

#s-c365d0f4-3007-4a8f-8823-630f09923cef .shg-proportional-font-size,
#s-c365d0f4-3007-4a8f-8823-630f09923cef .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-c365d0f4-3007-4a8f-8823-630f09923cef .shg-proportional-font-size,
#s-c365d0f4-3007-4a8f-8823-630f09923cef .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-bb487b1d-38c0-41ec-a619-80f85e85da42 {
  margin-left: auto;
margin-right: auto;
}

#s-bb487b1d-38c0-41ec-a619-80f85e85da42 .shg-proportional-font-size,
#s-bb487b1d-38c0-41ec-a619-80f85e85da42 .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-bb487b1d-38c0-41ec-a619-80f85e85da42 .shg-proportional-font-size,
#s-bb487b1d-38c0-41ec-a619-80f85e85da42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 {
  margin-left: auto;
margin-right: auto;
}

#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 .shg-proportional-font-size,
#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 .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-b528c966-0003-4cad-89d1-3ea3e015f5d3 .shg-proportional-font-size,
#s-b528c966-0003-4cad-89d1-3ea3e015f5d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-448895e6-ebac-4c4c-a937-4ed22492f518 {
  margin-left: auto;
margin-right: auto;
}

#s-448895e6-ebac-4c4c-a937-4ed22492f518 .shg-proportional-font-size,
#s-448895e6-ebac-4c4c-a937-4ed22492f518 .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-448895e6-ebac-4c4c-a937-4ed22492f518 .shg-proportional-font-size,
#s-448895e6-ebac-4c4c-a937-4ed22492f518 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-8adf7d52-2045-42ef-ad34-dd66630abb46 {
  margin-left: auto;
margin-right: auto;
}

#s-8adf7d52-2045-42ef-ad34-dd66630abb46 .shg-proportional-font-size,
#s-8adf7d52-2045-42ef-ad34-dd66630abb46 .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-8adf7d52-2045-42ef-ad34-dd66630abb46 .shg-proportional-font-size,
#s-8adf7d52-2045-42ef-ad34-dd66630abb46 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b {
  margin-left: auto;
margin-right: auto;
}

#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .shg-proportional-font-size,
#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .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-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .shg-proportional-font-size,
#s-bbfb60a4-e663-4c64-b3e0-d9ed0710754b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 190px;
text-align: center;
}
@media (max-width: 767px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  max-width: 130px;
}
}
#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 190px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 img.shogun-image {
  width: 100%;
  
  
  max-width: 130px;

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




.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a09c581c-3a24-4b7e-8909-fb2c8a9e0628.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  
}
}@media (max-width: 767px){#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
display: none;
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958, #wrap-s-2673d12d-86ed-442f-9fbc-98e259b3c958, #wrap-content-s-2673d12d-86ed-442f-9fbc-98e259b3c958 { display: none !important; }}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/480x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/960x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/768x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/1536x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/1024x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/2048x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/1200x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2673d12d-86ed-442f-9fbc-98e259b3c958 {
  background-image: url(https://i.shgcdn.com/1da2d081-ca8e-4a58-821a-209dd192b29b/-/resize/2048x/);
}
#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2673d12d-86ed-442f-9fbc-98e259b3c958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2673d12d-86ed-442f-9fbc-98e259b3c958.shg-box.shg-c {
  justify-content: center;
}

#s-89d5549b-bbb9-4469-82e8-e1bdce69b8bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-89d5549b-bbb9-4469-82e8-e1bdce69b8bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89d5549b-bbb9-4469-82e8-e1bdce69b8bd.shg-box.shg-c {
  justify-content: center;
}

#s-754873fd-7931-4583-b945-36ae7270e2dd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-754873fd-7931-4583-b945-36ae7270e2dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-754873fd-7931-4583-b945-36ae7270e2dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-754873fd-7931-4583-b945-36ae7270e2dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-754873fd-7931-4583-b945-36ae7270e2dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a622e1b1-de60-41e1-b508-929455800281 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a622e1b1-de60-41e1-b508-929455800281 {
  margin-bottom: 30px;
}
}







#s-a622e1b1-de60-41e1-b508-929455800281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a622e1b1-de60-41e1-b508-929455800281.shg-box.shg-c {
  justify-content: center;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  max-width: 80%;
}
}
#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-51937719-310f-47d5-8eb4-361e487d20b3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51937719-310f-47d5-8eb4-361e487d20b3 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-51937719-310f-47d5-8eb4-361e487d20b3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51937719-310f-47d5-8eb4-361e487d20b3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51937719-310f-47d5-8eb4-361e487d20b3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-51937719-310f-47d5-8eb4-361e487d20b3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51937719-310f-47d5-8eb4-361e487d20b3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51937719-310f-47d5-8eb4-361e487d20b3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-51937719-310f-47d5-8eb4-361e487d20b3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51937719-310f-47d5-8eb4-361e487d20b3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51937719-310f-47d5-8eb4-361e487d20b3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-51937719-310f-47d5-8eb4-361e487d20b3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-51937719-310f-47d5-8eb4-361e487d20b3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-51937719-310f-47d5-8eb4-361e487d20b3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-51937719-310f-47d5-8eb4-361e487d20b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-51937719-310f-47d5-8eb4-361e487d20b3 img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

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




.s-51937719-310f-47d5-8eb4-361e487d20b3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51937719-310f-47d5-8eb4-361e487d20b3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-130a6e03-b2f3-4679-858a-e1ec4e6eb4a1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-130a6e03-b2f3-4679-858a-e1ec4e6eb4a1 .shg-proportional-font-size,
#s-130a6e03-b2f3-4679-858a-e1ec4e6eb4a1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bfec2f09-2391-4d5e-bb69-e2f28935e2e9 {
  margin-left: auto;
margin-right: auto;
}

#s-bfec2f09-2391-4d5e-bb69-e2f28935e2e9 .shg-proportional-font-size,
#s-bfec2f09-2391-4d5e-bb69-e2f28935e2e9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e024394-7d56-48c4-82e8-161329a38a88 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9e024394-7d56-48c4-82e8-161329a38a88 {
  margin-bottom: 30px;
}
}







#s-9e024394-7d56-48c4-82e8-161329a38a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e024394-7d56-48c4-82e8-161329a38a88.shg-box.shg-c {
  justify-content: center;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  max-width: 80%;
}
}
#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

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




.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcabd3b-a4ec-4e04-b54b-90bb92076ff6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f1be6905-a85b-4016-83a1-d9a81f520673 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-f1be6905-a85b-4016-83a1-d9a81f520673 .shg-proportional-font-size,
#s-f1be6905-a85b-4016-83a1-d9a81f520673 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c20c094d-9344-48dc-b3a0-1bbbc7179cce {
  margin-left: auto;
margin-right: auto;
}

#s-c20c094d-9344-48dc-b3a0-1bbbc7179cce .shg-proportional-font-size,
#s-c20c094d-9344-48dc-b3a0-1bbbc7179cce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ac0dfde8-de78-458d-a19b-0d26423ff07b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ac0dfde8-de78-458d-a19b-0d26423ff07b {
  margin-bottom: 0px;
}
}







#s-ac0dfde8-de78-458d-a19b-0d26423ff07b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac0dfde8-de78-458d-a19b-0d26423ff07b.shg-box.shg-c {
  justify-content: center;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  max-width: 80%;
}
}
#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc img.shogun-image {
  width: 100%;
  
  
  

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




.s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc img.shogun-image {
  width: 100%;
  
  
  

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




.s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc img.shogun-image {
  width: 100%;
  
  
  

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




.s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-510772ae-9ca4-4094-9526-7ab9a209d5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

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




.s-510772ae-9ca4-4094-9526-7ab9a209d5fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-510772ae-9ca4-4094-9526-7ab9a209d5fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36718106-9858-4d7f-aeb4-5ad1b092ca7a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-36718106-9858-4d7f-aeb4-5ad1b092ca7a .shg-proportional-font-size,
#s-36718106-9858-4d7f-aeb4-5ad1b092ca7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a24d08a-12b1-40bb-8323-e7035a6b3a5b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-9a24d08a-12b1-40bb-8323-e7035a6b3a5b .shg-proportional-font-size,
#s-9a24d08a-12b1-40bb-8323-e7035a6b3a5b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0fcc6828-23a1-49dd-a833-3ee8cad0f125 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0fcc6828-23a1-49dd-a833-3ee8cad0f125"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-ab03b266-93e8-4730-9731-3adbea392583 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ab03b266-93e8-4730-9731-3adbea392583 {
  margin-bottom: 30px;
}
}







#s-ab03b266-93e8-4730-9731-3adbea392583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab03b266-93e8-4730-9731-3adbea392583.shg-box.shg-c {
  justify-content: center;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  max-width: 80%;
}
}
#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8d6a36f8-89b1-4149-9975-3cc8944a9592 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592 img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

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




.s-8d6a36f8-89b1-4149-9975-3cc8944a9592 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d6a36f8-89b1-4149-9975-3cc8944a9592.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a706a879-c85c-4500-8bb9-4b798a1eb7bb {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-a706a879-c85c-4500-8bb9-4b798a1eb7bb .shg-proportional-font-size,
#s-a706a879-c85c-4500-8bb9-4b798a1eb7bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-627e341a-bd2c-401d-9fbc-a19f267a1a28 {
  margin-left: auto;
margin-right: auto;
}

#s-627e341a-bd2c-401d-9fbc-a19f267a1a28 .shg-proportional-font-size,
#s-627e341a-bd2c-401d-9fbc-a19f267a1a28 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-44b42038-56d2-4d80-8407-e7544cd83942 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-44b42038-56d2-4d80-8407-e7544cd83942 {
  margin-bottom: 0px;
}
}







#s-44b42038-56d2-4d80-8407-e7544cd83942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44b42038-56d2-4d80-8407-e7544cd83942.shg-box.shg-c {
  justify-content: center;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  max-width: 80%;
}
}
#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 img.shogun-image {
  width: 100%;
  
  
  

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




.s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 img.shogun-image {
  width: 100%;
  
  
  

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




.s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 img.shogun-image {
  width: 100%;
  
  
  

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




.s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-231a8fa9-6186-4442-93c2-6d3871fdd668 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-231a8fa9-6186-4442-93c2-6d3871fdd668 img.shogun-image {
  width: 100%;
  
  
  max-width: 80%;

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




.s-231a8fa9-6186-4442-93c2-6d3871fdd668 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-231a8fa9-6186-4442-93c2-6d3871fdd668.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-267ce974-5cf3-4f6e-b335-0b460fd4900d {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-267ce974-5cf3-4f6e-b335-0b460fd4900d .shg-proportional-font-size,
#s-267ce974-5cf3-4f6e-b335-0b460fd4900d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7aec1c35-910d-4c5e-b34f-daf6f3032f2a {
  margin-left: auto;
margin-right: auto;
}

#s-7aec1c35-910d-4c5e-b34f-daf6f3032f2a .shg-proportional-font-size,
#s-7aec1c35-910d-4c5e-b34f-daf6f3032f2a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  display: none;
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa, #wrap-s-cf7d1207-95a7-40ad-8445-3bd72b164afa, #wrap-content-s-cf7d1207-95a7-40ad-8445-3bd72b164afa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  display: none;
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa, #wrap-s-cf7d1207-95a7-40ad-8445-3bd72b164afa, #wrap-content-s-cf7d1207-95a7-40ad-8445-3bd72b164afa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  display: none;
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa, #wrap-s-cf7d1207-95a7-40ad-8445-3bd72b164afa, #wrap-content-s-cf7d1207-95a7-40ad-8445-3bd72b164afa { display: none !important; }}@media (max-width: 767px){#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/480x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/960x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/768x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/1536x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/1024x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/2048x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/1200x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa {
  background-image: url(https://i.shgcdn.com/5deb05f3-6d93-47f5-b527-4dfdc6a42468/-/resize/2048x/);
}
#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cf7d1207-95a7-40ad-8445-3bd72b164afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf7d1207-95a7-40ad-8445-3bd72b164afa.shg-box.shg-c {
  justify-content: center;
}

#s-1e6c9b45-a5fc-4772-9231-4023f175fbb0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e6c9b45-a5fc-4772-9231-4023f175fbb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e6c9b45-a5fc-4772-9231-4023f175fbb0.shg-box.shg-c {
  justify-content: center;
}

#s-fcc619b0-8e39-4da2-a310-8afc3d6d205b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fcc619b0-8e39-4da2-a310-8afc3d6d205b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fcc619b0-8e39-4da2-a310-8afc3d6d205b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-fcc619b0-8e39-4da2-a310-8afc3d6d205b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcc619b0-8e39-4da2-a310-8afc3d6d205b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-f36aa990-d13e-41c4-a4e1-00e3d4050c72 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f36aa990-d13e-41c4-a4e1-00e3d4050c72 {
  margin-bottom: 30px;
}
}







#s-f36aa990-d13e-41c4-a4e1-00e3d4050c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f36aa990-d13e-41c4-a4e1-00e3d4050c72.shg-box.shg-c {
  justify-content: center;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  max-width: 100%;
}
}
#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-160c92c0-2ff7-4259-a551-244bb4453ece .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-160c92c0-2ff7-4259-a551-244bb4453ece img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-160c92c0-2ff7-4259-a551-244bb4453ece .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-160c92c0-2ff7-4259-a551-244bb4453ece img.shogun-image {
  width: 100%;
  
  
  

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




.s-160c92c0-2ff7-4259-a551-244bb4453ece .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-160c92c0-2ff7-4259-a551-244bb4453ece img.shogun-image {
  width: 100%;
  
  
  

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




.s-160c92c0-2ff7-4259-a551-244bb4453ece .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-160c92c0-2ff7-4259-a551-244bb4453ece img.shogun-image {
  width: 100%;
  
  
  

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




.s-160c92c0-2ff7-4259-a551-244bb4453ece .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-160c92c0-2ff7-4259-a551-244bb4453ece {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-160c92c0-2ff7-4259-a551-244bb4453ece {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-160c92c0-2ff7-4259-a551-244bb4453ece img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-160c92c0-2ff7-4259-a551-244bb4453ece .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-160c92c0-2ff7-4259-a551-244bb4453ece.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-486ce695-e253-4478-9164-98aba2df2263 {
  margin-left: auto;
margin-right: auto;
}

#s-486ce695-e253-4478-9164-98aba2df2263 .shg-proportional-font-size,
#s-486ce695-e253-4478-9164-98aba2df2263 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c1068acf-3d91-4600-b018-27007dd1b47d {
  margin-left: auto;
margin-right: auto;
}

#s-c1068acf-3d91-4600-b018-27007dd1b47d .shg-proportional-font-size,
#s-c1068acf-3d91-4600-b018-27007dd1b47d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c1943b50-e091-4cb9-ac94-8eeca0027b0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c1943b50-e091-4cb9-ac94-8eeca0027b0a {
  margin-bottom: 30px;
}
}







#s-c1943b50-e091-4cb9-ac94-8eeca0027b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1943b50-e091-4cb9-ac94-8eeca0027b0a.shg-box.shg-c {
  justify-content: center;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  max-width: 100%;
}
}
#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b img.shogun-image {
  width: 100%;
  
  
  

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




.s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cc3902c3-a7e4-4a83-bde6-30940239d58b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-cc3902c3-a7e4-4a83-bde6-30940239d58b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3902c3-a7e4-4a83-bde6-30940239d58b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d5e0860a-adf2-45a8-bdc8-ea79a82611c9 {
  margin-left: auto;
margin-right: auto;
}

#s-d5e0860a-adf2-45a8-bdc8-ea79a82611c9 .shg-proportional-font-size,
#s-d5e0860a-adf2-45a8-bdc8-ea79a82611c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c1d9855b-8572-4d24-9b78-60411776e710 {
  margin-left: auto;
margin-right: auto;
}

#s-c1d9855b-8572-4d24-9b78-60411776e710 .shg-proportional-font-size,
#s-c1d9855b-8572-4d24-9b78-60411776e710 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e78326f4-2e52-4f75-980b-482ed259fe83 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 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: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e78326f4-2e52-4f75-980b-482ed259fe83 {
  margin-bottom: 30px;
}
}







#s-e78326f4-2e52-4f75-980b-482ed259fe83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e78326f4-2e52-4f75-980b-482ed259fe83.shg-box.shg-c {
  justify-content: center;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  max-width: 100%;
}
}
#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-5681b474-b542-48de-b0de-4f4311fa7a1d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5681b474-b542-48de-b0de-4f4311fa7a1d img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-5681b474-b542-48de-b0de-4f4311fa7a1d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5681b474-b542-48de-b0de-4f4311fa7a1d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5681b474-b542-48de-b0de-4f4311fa7a1d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5681b474-b542-48de-b0de-4f4311fa7a1d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5681b474-b542-48de-b0de-4f4311fa7a1d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5681b474-b542-48de-b0de-4f4311fa7a1d img.shogun-image {
  width: 100%;
  
  
  

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




.s-5681b474-b542-48de-b0de-4f4311fa7a1d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5681b474-b542-48de-b0de-4f4311fa7a1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5681b474-b542-48de-b0de-4f4311fa7a1d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-5681b474-b542-48de-b0de-4f4311fa7a1d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5681b474-b542-48de-b0de-4f4311fa7a1d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2657fad-9f6e-45b4-90b5-752fe76b3503 {
  margin-left: auto;
margin-right: auto;
}

#s-a2657fad-9f6e-45b4-90b5-752fe76b3503 .shg-proportional-font-size,
#s-a2657fad-9f6e-45b4-90b5-752fe76b3503 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f13e2418-9cd5-418d-9efd-7622eeaee9f4 {
  margin-left: auto;
margin-right: auto;
}

#s-f13e2418-9cd5-418d-9efd-7622eeaee9f4 .shg-proportional-font-size,
#s-f13e2418-9cd5-418d-9efd-7622eeaee9f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  max-width: 100%;
}
}
#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae img.shogun-image {
  width: 100%;
  
  
  

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




.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c9f35b6f-9b74-4055-afcd-788ee46e99ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f35b6f-9b74-4055-afcd-788ee46e99ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bf76d273-92d1-48d1-be16-d871de01fec8 {
  margin-left: auto;
margin-right: auto;
}

#s-bf76d273-92d1-48d1-be16-d871de01fec8 .shg-proportional-font-size,
#s-bf76d273-92d1-48d1-be16-d871de01fec8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d8f5e60c-bd37-455d-a909-b6e2e2d82747 {
  margin-left: auto;
margin-right: auto;
}

#s-d8f5e60c-bd37-455d-a909-b6e2e2d82747 .shg-proportional-font-size,
#s-d8f5e60c-bd37-455d-a909-b6e2e2d82747 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 90%;
text-align: left;
}
@media (max-width: 767px){#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  max-width: 100%;
}
}
#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-54efeb78-9df6-44c5-9137-1e30977d850b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54efeb78-9df6-44c5-9137-1e30977d850b img.shogun-image {
  width: 100%;
  
  
  max-width: 90%;

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




.s-54efeb78-9df6-44c5-9137-1e30977d850b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54efeb78-9df6-44c5-9137-1e30977d850b img.shogun-image {
  width: 100%;
  
  
  

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




.s-54efeb78-9df6-44c5-9137-1e30977d850b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54efeb78-9df6-44c5-9137-1e30977d850b img.shogun-image {
  width: 100%;
  
  
  

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




.s-54efeb78-9df6-44c5-9137-1e30977d850b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54efeb78-9df6-44c5-9137-1e30977d850b img.shogun-image {
  width: 100%;
  
  
  

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




.s-54efeb78-9df6-44c5-9137-1e30977d850b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-54efeb78-9df6-44c5-9137-1e30977d850b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-54efeb78-9df6-44c5-9137-1e30977d850b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-54efeb78-9df6-44c5-9137-1e30977d850b img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-54efeb78-9df6-44c5-9137-1e30977d850b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54efeb78-9df6-44c5-9137-1e30977d850b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bb036db0-7ee6-45bb-875d-1c861bd8c36c {
  margin-left: auto;
margin-right: auto;
}

#s-bb036db0-7ee6-45bb-875d-1c861bd8c36c .shg-proportional-font-size,
#s-bb036db0-7ee6-45bb-875d-1c861bd8c36c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0214ce0b-0798-4420-ae17-234c9e775143 {
  margin-left: auto;
margin-right: auto;
}

#s-0214ce0b-0798-4420-ae17-234c9e775143 .shg-proportional-font-size,
#s-0214ce0b-0798-4420-ae17-234c9e775143 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bd8895af-88c2-4323-9e22-8c688755c1eb {
  margin-left: auto;
margin-right: auto;
padding-top: 70px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-bd8895af-88c2-4323-9e22-8c688755c1eb {
  padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
}
}







#s-bd8895af-88c2-4323-9e22-8c688755c1eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd8895af-88c2-4323-9e22-8c688755c1eb.shg-box.shg-c {
  justify-content: center;
}

#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-701489b4-6d0f-48d2-a7bc-ac1f4a74eb9a.shg-box.shg-c {
  justify-content: center;
}

#s-a8f6b973-41b6-4981-b23e-9927eb6f48cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a8f6b973-41b6-4981-b23e-9927eb6f48cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8f6b973-41b6-4981-b23e-9927eb6f48cb.shg-box.shg-c {
  justify-content: center;
}

#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 {
  display: none;
}
#s-bc7559f2-bcc7-4496-924e-aca04e0293f3, #wrap-s-bc7559f2-bcc7-4496-924e-aca04e0293f3, #wrap-content-s-bc7559f2-bcc7-4496-924e-aca04e0293f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 {
  display: none;
}
#s-bc7559f2-bcc7-4496-924e-aca04e0293f3, #wrap-s-bc7559f2-bcc7-4496-924e-aca04e0293f3, #wrap-content-s-bc7559f2-bcc7-4496-924e-aca04e0293f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 {
  display: none;
}
#s-bc7559f2-bcc7-4496-924e-aca04e0293f3, #wrap-s-bc7559f2-bcc7-4496-924e-aca04e0293f3, #wrap-content-s-bc7559f2-bcc7-4496-924e-aca04e0293f3 { display: none !important; }}@media (max-width: 767px){#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 {
  margin-bottom: 0px;
}
}
#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-bc7559f2-bcc7-4496-924e-aca04e0293f3 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 861px;
text-align: center;
}
@media (max-width: 767px){#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  display: none;
}
#s-c3056f49-fbec-4072-ba37-25e06bc3e41a, #wrap-s-c3056f49-fbec-4072-ba37-25e06bc3e41a, #wrap-content-s-c3056f49-fbec-4072-ba37-25e06bc3e41a { display: none !important; }}
#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 50px;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a img.shogun-image {
  width: 100%;
  
  
  max-width: 861px;

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




.s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c3056f49-fbec-4072-ba37-25e06bc3e41a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a img.shogun-image {
  width: 100%;
  
  
  

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




.s-c3056f49-fbec-4072-ba37-25e06bc3e41a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3056f49-fbec-4072-ba37-25e06bc3e41a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1506px;
text-align: center;
}
@media (min-width: 1200px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  display: none;
}
#s-15465cc7-5caf-4da5-8e6f-838be5740db1, #wrap-s-15465cc7-5caf-4da5-8e6f-838be5740db1, #wrap-content-s-15465cc7-5caf-4da5-8e6f-838be5740db1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  display: none;
}
#s-15465cc7-5caf-4da5-8e6f-838be5740db1, #wrap-s-15465cc7-5caf-4da5-8e6f-838be5740db1, #wrap-content-s-15465cc7-5caf-4da5-8e6f-838be5740db1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  display: none;
}
#s-15465cc7-5caf-4da5-8e6f-838be5740db1, #wrap-s-15465cc7-5caf-4da5-8e6f-838be5740db1, #wrap-content-s-15465cc7-5caf-4da5-8e6f-838be5740db1 { display: none !important; }}@media (max-width: 767px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin-bottom: 20px;
}
}
#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 50px;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1506px;

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




.s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-15465cc7-5caf-4da5-8e6f-838be5740db1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-15465cc7-5caf-4da5-8e6f-838be5740db1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-15465cc7-5caf-4da5-8e6f-838be5740db1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15465cc7-5caf-4da5-8e6f-838be5740db1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8bebf07d-ed15-42e4-9282-650176d8903d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-8bebf07d-ed15-42e4-9282-650176d8903d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin-left: auto;
margin-right: auto;
max-width: 938px;
text-align: center;
}
@media (max-width: 767px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin-bottom: 30px;
}
}
#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  max-width: 938px;

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-23880c12-7a1b-4796-8947-0b420794fea9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23880c12-7a1b-4796-8947-0b420794fea9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23880c12-7a1b-4796-8947-0b420794fea9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23880c12-7a1b-4796-8947-0b420794fea9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23880c12-7a1b-4796-8947-0b420794fea9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-41414125-e60b-4ec3-b0d7-29caf74f0068 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-41414125-e60b-4ec3-b0d7-29caf74f0068 {
  text-align: center;
}
}
#s-41414125-e60b-4ec3-b0d7-29caf74f0068 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-41414125-e60b-4ec3-b0d7-29caf74f0068 .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-2a80418d-802c-4885-a89e-dba9f1960982 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-2a80418d-802c-4885-a89e-dba9f1960982 .shg-proportional-font-size,
#s-2a80418d-802c-4885-a89e-dba9f1960982 .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-2a80418d-802c-4885-a89e-dba9f1960982 .shg-proportional-font-size,
#s-2a80418d-802c-4885-a89e-dba9f1960982 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 60;
    
    
    font-size: 0.6em;
  
}
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
}
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/480x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/960x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/768x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/1536x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/1024x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/2048x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/1200x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec {
  background-image: url(https://i.shgcdn.com/447c4c81-b482-491c-bbf6-88e032d967bc/-/resize/2048x/);
}
#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5b35ce1-7153-4db0-b269-0149b29ae7ec.shg-box.shg-c {
  justify-content: center;
}

#s-f4e7ce0c-590e-4af1-85c0-9246ed55b3c0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f4e7ce0c-590e-4af1-85c0-9246ed55b3c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4e7ce0c-590e-4af1-85c0-9246ed55b3c0.shg-box.shg-c {
  justify-content: center;
}

#s-6f925d87-4ff9-40e8-803f-db88bc5b432b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6f925d87-4ff9-40e8-803f-db88bc5b432b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f925d87-4ff9-40e8-803f-db88bc5b432b.shg-box.shg-c {
  justify-content: center;
}

#s-c0075cd7-07b9-46f5-bb08-00d6a9d40f48 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c0075cd7-07b9-46f5-bb08-00d6a9d40f48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0075cd7-07b9-46f5-bb08-00d6a9d40f48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c0075cd7-07b9-46f5-bb08-00d6a9d40f48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0075cd7-07b9-46f5-bb08-00d6a9d40f48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92d73a89-39ff-4532-b0e7-8f375d2b6313 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92d73a89-39ff-4532-b0e7-8f375d2b6313 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d73a89-39ff-4532-b0e7-8f375d2b6313.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b2176845-6048-474c-97c6-73da4ced219d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b2176845-6048-474c-97c6-73da4ced219d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b2176845-6048-474c-97c6-73da4ced219d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-b2176845-6048-474c-97c6-73da4ced219d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b2176845-6048-474c-97c6-73da4ced219d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b2176845-6048-474c-97c6-73da4ced219d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b2176845-6048-474c-97c6-73da4ced219d img.shogun-image {
  width: 100%;
  
  
  

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




.s-b2176845-6048-474c-97c6-73da4ced219d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b2176845-6048-474c-97c6-73da4ced219d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b2176845-6048-474c-97c6-73da4ced219d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b2176845-6048-474c-97c6-73da4ced219d img.shogun-image {
  width: 100%;
  
  
  

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




.s-b2176845-6048-474c-97c6-73da4ced219d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b2176845-6048-474c-97c6-73da4ced219d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b2176845-6048-474c-97c6-73da4ced219d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b2176845-6048-474c-97c6-73da4ced219d img.shogun-image {
  width: 100%;
  
  
  

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




.s-b2176845-6048-474c-97c6-73da4ced219d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b2176845-6048-474c-97c6-73da4ced219d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b2176845-6048-474c-97c6-73da4ced219d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b2176845-6048-474c-97c6-73da4ced219d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b2176845-6048-474c-97c6-73da4ced219d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b2176845-6048-474c-97c6-73da4ced219d img.shogun-image {
  width: 100%;
  
  
  

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




.s-b2176845-6048-474c-97c6-73da4ced219d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2176845-6048-474c-97c6-73da4ced219d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba6b1158-0e7f-421c-8ead-898139bec046 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-ba6b1158-0e7f-421c-8ead-898139bec046 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba6b1158-0e7f-421c-8ead-898139bec046 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba6b1158-0e7f-421c-8ead-898139bec046 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba6b1158-0e7f-421c-8ead-898139bec046 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba6b1158-0e7f-421c-8ead-898139bec046 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba6b1158-0e7f-421c-8ead-898139bec046 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba6b1158-0e7f-421c-8ead-898139bec046 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ba6b1158-0e7f-421c-8ead-898139bec046 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ba6b1158-0e7f-421c-8ead-898139bec046 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ba6b1158-0e7f-421c-8ead-898139bec046 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba6b1158-0e7f-421c-8ead-898139bec046 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba6b1158-0e7f-421c-8ead-898139bec046.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-03bb8c0e-2215-49f1-8661-9b069234a5ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed img.shogun-image {
  width: 100%;
  
  
  

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




.s-03bb8c0e-2215-49f1-8661-9b069234a5ed .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03bb8c0e-2215-49f1-8661-9b069234a5ed.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  display: none;
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-content-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  display: none;
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-content-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  display: none;
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-content-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a { display: none !important; }}@media (max-width: 767px){#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a {
  padding-top: 0px;
padding-bottom: 50px;
display: none;
}
#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a, #wrap-content-s-2a2286c0-0152-4182-94ad-e81a7e3eb47a { display: none !important; }}







#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a2286c0-0152-4182-94ad-e81a7e3eb47a.shg-box.shg-c {
  justify-content: center;
}

#s-4dc9e988-c783-4dd2-bf54-67c62d47dd18 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4dc9e988-c783-4dd2-bf54-67c62d47dd18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4dc9e988-c783-4dd2-bf54-67c62d47dd18.shg-box.shg-c {
  justify-content: center;
}

#s-67cb594a-83f2-4fe2-b646-99fb87e0ae16 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-67cb594a-83f2-4fe2-b646-99fb87e0ae16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6ec34e55-75a2-4d90-9cb2-f71db3539997 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-6ec34e55-75a2-4d90-9cb2-f71db3539997 {
  margin-bottom: 30px;
}
}







#s-6ec34e55-75a2-4d90-9cb2-f71db3539997 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ec34e55-75a2-4d90-9cb2-f71db3539997.shg-box.shg-c {
  justify-content: center;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a9078334-ed0f-40f2-934f-44c1acca19da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9078334-ed0f-40f2-934f-44c1acca19da img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-a9078334-ed0f-40f2-934f-44c1acca19da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9078334-ed0f-40f2-934f-44c1acca19da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9078334-ed0f-40f2-934f-44c1acca19da img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9078334-ed0f-40f2-934f-44c1acca19da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9078334-ed0f-40f2-934f-44c1acca19da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9078334-ed0f-40f2-934f-44c1acca19da img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9078334-ed0f-40f2-934f-44c1acca19da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9078334-ed0f-40f2-934f-44c1acca19da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9078334-ed0f-40f2-934f-44c1acca19da img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9078334-ed0f-40f2-934f-44c1acca19da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9078334-ed0f-40f2-934f-44c1acca19da {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9078334-ed0f-40f2-934f-44c1acca19da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9078334-ed0f-40f2-934f-44c1acca19da img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9078334-ed0f-40f2-934f-44c1acca19da .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9078334-ed0f-40f2-934f-44c1acca19da.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 70%;
text-align: left;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 70%;

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a96bd741-05ef-4a4c-bdd3-5c14e13918b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-14a9500f-9f03-401e-af43-d517f69dacff {
  margin-left: auto;
margin-right: auto;
}

#s-14a9500f-9f03-401e-af43-d517f69dacff .shg-proportional-font-size,
#s-14a9500f-9f03-401e-af43-d517f69dacff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70c3f27d-957c-4790-9c8f-40cd01b93f5e {
  margin-left: auto;
margin-right: auto;
}

#s-70c3f27d-957c-4790-9c8f-40cd01b93f5e .shg-proportional-font-size,
#s-70c3f27d-957c-4790-9c8f-40cd01b93f5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e6fbd9d1-b438-4099-a289-da61d9689556 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-e6fbd9d1-b438-4099-a289-da61d9689556 {
  margin-bottom: 30px;
}
}







#s-e6fbd9d1-b438-4099-a289-da61d9689556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6fbd9d1-b438-4099-a289-da61d9689556.shg-box.shg-c {
  justify-content: center;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-49c3c152-d6d6-4111-86e2-1edf436f8274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-49c3c152-d6d6-4111-86e2-1edf436f8274 img.shogun-image {
  width: 100%;
  
  
  

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




.s-49c3c152-d6d6-4111-86e2-1edf436f8274 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c3c152-d6d6-4111-86e2-1edf436f8274.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 70%;
text-align: left;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd img.shogun-image {
  width: 100%;
  
  
  max-width: 70%;

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




.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd img.shogun-image {
  width: 100%;
  
  
  

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




.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c002dc0-fc52-45a0-9e91-1e3d3e7998cd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-50b47224-11ed-4591-92f5-734ce61297ba {
  margin-left: auto;
margin-right: auto;
}

#s-50b47224-11ed-4591-92f5-734ce61297ba .shg-proportional-font-size,
#s-50b47224-11ed-4591-92f5-734ce61297ba .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e82b5c15-3913-4e9f-bac8-3bd5d2209526 {
  margin-left: auto;
margin-right: auto;
}

#s-e82b5c15-3913-4e9f-bac8-3bd5d2209526 .shg-proportional-font-size,
#s-e82b5c15-3913-4e9f-bac8-3bd5d2209526 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d6bf6815-535d-445d-925c-f8a9688e3fe2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}








#s-d6bf6815-535d-445d-925c-f8a9688e3fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6bf6815-535d-445d-925c-f8a9688e3fe2.shg-box.shg-c {
  justify-content: center;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 img.shogun-image {
  width: 100%;
  
  
  

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




.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66fd15e9-7f1a-4aad-920c-ed4dbeb96e63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-801c4b4e-882a-4f30-9e39-13b10191057e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 70%;
text-align: left;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-801c4b4e-882a-4f30-9e39-13b10191057e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-801c4b4e-882a-4f30-9e39-13b10191057e img.shogun-image {
  width: 100%;
  
  
  max-width: 70%;

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




.s-801c4b4e-882a-4f30-9e39-13b10191057e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-801c4b4e-882a-4f30-9e39-13b10191057e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-801c4b4e-882a-4f30-9e39-13b10191057e img.shogun-image {
  width: 100%;
  
  
  

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




.s-801c4b4e-882a-4f30-9e39-13b10191057e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-801c4b4e-882a-4f30-9e39-13b10191057e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-801c4b4e-882a-4f30-9e39-13b10191057e img.shogun-image {
  width: 100%;
  
  
  

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




.s-801c4b4e-882a-4f30-9e39-13b10191057e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-801c4b4e-882a-4f30-9e39-13b10191057e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-801c4b4e-882a-4f30-9e39-13b10191057e img.shogun-image {
  width: 100%;
  
  
  

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




.s-801c4b4e-882a-4f30-9e39-13b10191057e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-801c4b4e-882a-4f30-9e39-13b10191057e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-801c4b4e-882a-4f30-9e39-13b10191057e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-801c4b4e-882a-4f30-9e39-13b10191057e img.shogun-image {
  width: 100%;
  
  
  

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




.s-801c4b4e-882a-4f30-9e39-13b10191057e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-801c4b4e-882a-4f30-9e39-13b10191057e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-01f9cf0c-6cd3-4bfa-b440-9a45fea41065 {
  margin-left: auto;
margin-right: auto;
}

#s-01f9cf0c-6cd3-4bfa-b440-9a45fea41065 .shg-proportional-font-size,
#s-01f9cf0c-6cd3-4bfa-b440-9a45fea41065 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5b24f1cc-60ed-4fdd-9219-9b0cead4a27f {
  margin-left: auto;
margin-right: auto;
}

#s-5b24f1cc-60ed-4fdd-9219-9b0cead4a27f .shg-proportional-font-size,
#s-5b24f1cc-60ed-4fdd-9219-9b0cead4a27f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2 {
  padding-top: 10px;
padding-bottom: 10px;
}
}







#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a7a0610-86c1-471a-9d41-86cdda95f1b2.shg-box.shg-c {
  justify-content: center;
}

#s-bd32b278-3445-499c-987a-d8e72adc26ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bd32b278-3445-499c-987a-d8e72adc26ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd32b278-3445-499c-987a-d8e72adc26ea.shg-box.shg-c {
  justify-content: center;
}

#s-bd7af9f7-7d28-475e-97ab-630c42e55927 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-bd7af9f7-7d28-475e-97ab-630c42e55927 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bd7af9f7-7d28-475e-97ab-630c42e55927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd7af9f7-7d28-475e-97ab-630c42e55927.shg-box.shg-c {
  justify-content: center;
}

#s-fb760f12-6a61-4354-aab9-cd917c2ab3af {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb760f12-6a61-4354-aab9-cd917c2ab3af .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-fb760f12-6a61-4354-aab9-cd917c2ab3af .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


}
#s-70104000-58ea-455c-8472-fc5980c47246 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-70104000-58ea-455c-8472-fc5980c47246"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-7aa6ffd6-96bb-4557-8dba-fb0f90829b4a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7aa6ffd6-96bb-4557-8dba-fb0f90829b4a .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-7aa6ffd6-96bb-4557-8dba-fb0f90829b4a .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-283972ab-974d-4603-b3dd-46a37d2068aa {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-283972ab-974d-4603-b3dd-46a37d2068aa {
  margin-top: -15px;
}
}
#s-283972ab-974d-4603-b3dd-46a37d2068aa .shg-proportional-font-size,
#s-283972ab-974d-4603-b3dd-46a37d2068aa .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-283972ab-974d-4603-b3dd-46a37d2068aa .shg-proportional-font-size,
#s-283972ab-974d-4603-b3dd-46a37d2068aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-30fb98f2-ba30-4ee1-85b9-6916a9fae4fa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-30fb98f2-ba30-4ee1-85b9-6916a9fae4fa .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-30fb98f2-ba30-4ee1-85b9-6916a9fae4fa .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b {
  margin-top: -15px;
}
}
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b .shg-proportional-font-size,
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b .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-b5f8f253-0df2-42f0-b848-a99ea83cc07b .shg-proportional-font-size,
#s-b5f8f253-0df2-42f0-b848-a99ea83cc07b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-33dc6845-73d9-49d4-bc14-1fcd704d723e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-33dc6845-73d9-49d4-bc14-1fcd704d723e .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-33dc6845-73d9-49d4-bc14-1fcd704d723e .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-127576b3-bfb4-445b-bfac-07d3d7579155 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-127576b3-bfb4-445b-bfac-07d3d7579155 {
  margin-top: -15px;
}
}
#s-127576b3-bfb4-445b-bfac-07d3d7579155 .shg-proportional-font-size,
#s-127576b3-bfb4-445b-bfac-07d3d7579155 .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-127576b3-bfb4-445b-bfac-07d3d7579155 .shg-proportional-font-size,
#s-127576b3-bfb4-445b-bfac-07d3d7579155 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-863695d9-81cd-41c6-b0da-a280e219bfec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-863695d9-81cd-41c6-b0da-a280e219bfec .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-863695d9-81cd-41c6-b0da-a280e219bfec .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-d8043a00-dde9-4059-ae19-8dc974f254fd {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-d8043a00-dde9-4059-ae19-8dc974f254fd {
  margin-top: -15px;
}
}
#s-d8043a00-dde9-4059-ae19-8dc974f254fd .shg-proportional-font-size,
#s-d8043a00-dde9-4059-ae19-8dc974f254fd .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-d8043a00-dde9-4059-ae19-8dc974f254fd .shg-proportional-font-size,
#s-d8043a00-dde9-4059-ae19-8dc974f254fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-03a6b82c-4fb4-4702-9010-4577f147c4db {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-03a6b82c-4fb4-4702-9010-4577f147c4db .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (max-width: 767px){#s-03a6b82c-4fb4-4702-9010-4577f147c4db .shogun-heading-component h3 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 1200px){#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b {
  margin-top: -15px;
}
}
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .shg-proportional-font-size,
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .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-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .shg-proportional-font-size,
#s-3f4c78de-b83d-42b6-b0ee-c51f8af9373b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 220px;
padding-bottom: 120px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  display: none;
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-content-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  display: none;
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-content-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  display: none;
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-content-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d { display: none !important; }}@media (max-width: 767px){#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  padding-top: 30px;
padding-bottom: 50px;
display: none;
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d, #wrap-content-s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d { display: none !important; }}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/480x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/960x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/768x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/1536x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/1024x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/2048x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/1200x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d {
  background-image: url(https://i.shgcdn.com/b991011a-bacc-4a8b-8bc4-9a776bb45cbe/-/resize/2048x/);
}
#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0a700c6-075e-4607-a38e-12cc6cb7dc5d.shg-box.shg-c {
  justify-content: center;
}

#s-3b5efdd5-23e0-42c3-b7a3-3127f9e9e36d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3b5efdd5-23e0-42c3-b7a3-3127f9e9e36d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b5efdd5-23e0-42c3-b7a3-3127f9e9e36d.shg-box.shg-c {
  justify-content: center;
}

#s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0bfc661b-551b-4ab0-9ec9-ba6c51bef4d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-f283e9d0-a4f9-4869-ac2b-2d58ff6a8d36 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f283e9d0-a4f9-4869-ac2b-2d58ff6a8d36 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}


@media (max-width: 767px){#s-f283e9d0-a4f9-4869-ac2b-2d58ff6a8d36 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


}
#s-a60407d7-d6a4-4217-8464-7283268d1765 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a60407d7-d6a4-4217-8464-7283268d1765 {
  margin-top: -25px;
}
}@media (max-width: 767px){#s-a60407d7-d6a4-4217-8464-7283268d1765 {
  margin-top: 0px;
margin-bottom: 480px;
}
}
#s-a60407d7-d6a4-4217-8464-7283268d1765 .shg-proportional-font-size,
#s-a60407d7-d6a4-4217-8464-7283268d1765 .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-a60407d7-d6a4-4217-8464-7283268d1765 .shg-proportional-font-size,
#s-a60407d7-d6a4-4217-8464-7283268d1765 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-7459a408-320e-41d5-a97d-746156db149e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7459a408-320e-41d5-a97d-746156db149e {
  padding-bottom: 0px;
}
}
#s-7459a408-320e-41d5-a97d-746156db149e .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


@media (max-width: 767px){#s-7459a408-320e-41d5-a97d-746156db149e .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


}
#s-78593d39-4ad7-40fa-a3df-28863009bc8e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-78593d39-4ad7-40fa-a3df-28863009bc8e {
  margin-top: -30px;
}
}
#s-78593d39-4ad7-40fa-a3df-28863009bc8e .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 180px;
  
  
  
}


@media (max-width: 767px){#s-78593d39-4ad7-40fa-a3df-28863009bc8e .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  
}


}
#s-ef5c188d-24de-484b-913d-550cdc709dfb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ef5c188d-24de-484b-913d-550cdc709dfb {
  margin-top: -10px;
}
}
#s-ef5c188d-24de-484b-913d-550cdc709dfb .shg-proportional-font-size,
#s-ef5c188d-24de-484b-913d-550cdc709dfb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 130px;
}
}
#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 .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-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

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




.s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2562acb4-c7da-4f54-ad21-76234e5ea338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2562acb4-c7da-4f54-ad21-76234e5ea338 img.shogun-image {
  width: 100%;
  
  
  max-width: 130px;

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




.s-2562acb4-c7da-4f54-ad21-76234e5ea338 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2562acb4-c7da-4f54-ad21-76234e5ea338.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7b1ac91a-98c8-43b1-aea0-84c82783755a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7b1ac91a-98c8-43b1-aea0-84c82783755a {
  padding-top: 0px;
}
}
#s-7b1ac91a-98c8-43b1-aea0-84c82783755a .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


@media (max-width: 767px){#s-7b1ac91a-98c8-43b1-aea0-84c82783755a .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-93f3d674-43f6-48df-8354-fb1e8d66afa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-93f3d674-43f6-48df-8354-fb1e8d66afa6 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-93f3d674-43f6-48df-8354-fb1e8d66afa6 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-9d1e3493-be5e-4852-bde8-2761fd16ad8e {
  margin-left: auto;
margin-right: auto;
}

#s-9d1e3493-be5e-4852-bde8-2761fd16ad8e .shg-proportional-font-size,
#s-9d1e3493-be5e-4852-bde8-2761fd16ad8e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f94544a8-0f60-4b56-8ea7-6bc845c24080 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-f94544a8-0f60-4b56-8ea7-6bc845c24080 {
  padding-top: 0px;
padding-bottom: 50px;
}
}







#s-f94544a8-0f60-4b56-8ea7-6bc845c24080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f94544a8-0f60-4b56-8ea7-6bc845c24080.shg-box.shg-c {
  justify-content: center;
}

#s-f9c4508d-b376-40cd-9dbd-31a03a01953f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-f9c4508d-b376-40cd-9dbd-31a03a01953f {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-f9c4508d-b376-40cd-9dbd-31a03a01953f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9c4508d-b376-40cd-9dbd-31a03a01953f.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-bfe72b3b-9315-430c-8a8c-3fc1f16e483a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}
@media (max-width: 767px){#s-bfe72b3b-9315-430c-8a8c-3fc1f16e483a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-bfe72b3b-9315-430c-8a8c-3fc1f16e483a hr {
  border-top: 2px solid rgba(126, 126, 126, 1);
}
@media (max-width: 767px){#s-bfe72b3b-9315-430c-8a8c-3fc1f16e483a hr {
  border-top: 2px solid rgba(126, 126, 126, 1);
}
}
#s-fc9f8c07-ef07-4739-b971-4b04d6dd8229 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc9f8c07-ef07-4739-b971-4b04d6dd8229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc9f8c07-ef07-4739-b971-4b04d6dd8229.shg-box.shg-c {
  justify-content: center;
}

#s-08b6bcf1-d73b-475a-bd9a-d516d2b96ad2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-08b6bcf1-d73b-475a-bd9a-d516d2b96ad2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


@media (max-width: 767px){#s-08b6bcf1-d73b-475a-bd9a-d516d2b96ad2 .shogun-heading-component h2 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 {
  margin-top: -15px;
}
}@media (max-width: 767px){#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 {
  margin-bottom: 15px;
}
}
#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 .shg-proportional-font-size,
#s-9d2e7acf-1d5d-4227-a592-f7410f68bde3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba746cc3-8a50-4d5d-9178-215bce6ee220 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 980px;
}








#s-ba746cc3-8a50-4d5d-9178-215bce6ee220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba746cc3-8a50-4d5d-9178-215bce6ee220.shg-box.shg-c {
  justify-content: center;
}

#s-7ba309cb-bda9-46ea-a653-6c6b5efc5916 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7ba309cb-bda9-46ea-a653-6c6b5efc5916"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin-left: auto;
margin-right: auto;
max-width: 212px;
text-align: right;
}
@media (max-width: 767px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin-top: 0px;
margin-bottom: 30px;
max-width: 100%;
text-align: center;
}
}
#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 212px;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-72562935-77a3-4559-82c5-d0ec8e674465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72562935-77a3-4559-82c5-d0ec8e674465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72562935-77a3-4559-82c5-d0ec8e674465 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-72562935-77a3-4559-82c5-d0ec8e674465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72562935-77a3-4559-82c5-d0ec8e674465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a883090e-8e5a-4837-bb7f-061f70084c43 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-a883090e-8e5a-4837-bb7f-061f70084c43 {
  margin-top: 30px;
}
}
#s-a883090e-8e5a-4837-bb7f-061f70084c43 .shg-proportional-font-size,
#s-a883090e-8e5a-4837-bb7f-061f70084c43 .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-a883090e-8e5a-4837-bb7f-061f70084c43 .shg-proportional-font-size,
#s-a883090e-8e5a-4837-bb7f-061f70084c43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d {
  padding-bottom: 50px;
}
}







#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b6aa8fa-fdde-43be-a5ea-3c67a6b8088d.shg-box.shg-c {
  justify-content: center;
}

#s-69128c42-e1b8-47d3-829e-0171d0c55536 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-69128c42-e1b8-47d3-829e-0171d0c55536 {
  display: none;
}
#s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-content-s-69128c42-e1b8-47d3-829e-0171d0c55536 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69128c42-e1b8-47d3-829e-0171d0c55536 {
  display: none;
}
#s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-content-s-69128c42-e1b8-47d3-829e-0171d0c55536 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69128c42-e1b8-47d3-829e-0171d0c55536 {
  display: none;
}
#s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-content-s-69128c42-e1b8-47d3-829e-0171d0c55536 { display: none !important; }}@media (max-width: 767px){#s-69128c42-e1b8-47d3-829e-0171d0c55536 {
  display: none;
}
#s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-s-69128c42-e1b8-47d3-829e-0171d0c55536, #wrap-content-s-69128c42-e1b8-47d3-829e-0171d0c55536 { display: none !important; }}
@media (min-width: 0px) {
[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-69128c42-e1b8-47d3-829e-0171d0c55536"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a331853-5c45-4bd8-9ec8-c7d2afd0e8a7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c0efdd85-7ac0-4a60-8364-ef217dbdf7fc {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-c0efdd85-7ac0-4a60-8364-ef217dbdf7fc {
  padding-bottom: 0px;
padding-right: 10px;
}
}







#s-c0efdd85-7ac0-4a60-8364-ef217dbdf7fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0efdd85-7ac0-4a60-8364-ef217dbdf7fc.shg-box.shg-c {
  justify-content: center;
}

#s-607efe39-2bc8-4713-9f3e-47949dbcb5e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-607efe39-2bc8-4713-9f3e-47949dbcb5e1 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


@media (max-width: 767px){#s-607efe39-2bc8-4713-9f3e-47949dbcb5e1 .shogun-heading-component h3 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-d7a5a0ea-3ada-4f23-ba94-ad013756b1af {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d7a5a0ea-3ada-4f23-ba94-ad013756b1af .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-d7a5a0ea-3ada-4f23-ba94-ad013756b1af .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-4b9b2cb1-dab2-401d-8e81-6387655bfb62 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

#s-4b9b2cb1-dab2-401d-8e81-6387655bfb62 .shg-proportional-font-size,
#s-4b9b2cb1-dab2-401d-8e81-6387655bfb62 .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-4b9b2cb1-dab2-401d-8e81-6387655bfb62 .shg-proportional-font-size,
#s-4b9b2cb1-dab2-401d-8e81-6387655bfb62 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  max-width: 130px;
}
}
#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

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




.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 130px;

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




.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d3a77c2-ff76-4a19-a1b5-da5d954863e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f02be84-c827-4dd1-878a-4db76d48861d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-0f02be84-c827-4dd1-878a-4db76d48861d .shg-proportional-font-size,
#s-0f02be84-c827-4dd1-878a-4db76d48861d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c5fd9724-00ae-4d63-b949-9e024e8ae494 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c5fd9724-00ae-4d63-b949-9e024e8ae494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  display: none;
}
#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c, #wrap-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c, #wrap-content-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c { display: none !important; }}
#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c img.shogun-image {
  width: 100%;
  
  
  

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




.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be424de9-20f3-4c7f-a320-2dd5d7a4a96c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f19fa489-2d51-4f5e-a26c-07d632fe6719 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 35px;
padding-bottom: 40px;
padding-right: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-f19fa489-2d51-4f5e-a26c-07d632fe6719 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
}







#s-f19fa489-2d51-4f5e-a26c-07d632fe6719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f19fa489-2d51-4f5e-a26c-07d632fe6719.shg-box.shg-c {
  justify-content: center;
}

#s-7f10c050-33ba-4c2e-804e-ecb2d75bd165 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}
@media (max-width: 767px){#s-7f10c050-33ba-4c2e-804e-ecb2d75bd165 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7f10c050-33ba-4c2e-804e-ecb2d75bd165 .shg-proportional-font-size,
#s-7f10c050-33ba-4c2e-804e-ecb2d75bd165 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a3d4f704-d724-4af0-bf7a-97abafef6493 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a3d4f704-d724-4af0-bf7a-97abafef6493 {
  margin-bottom: 10px;
}
}
#s-a3d4f704-d724-4af0-bf7a-97abafef6493 .shg-proportional-font-size,
#s-a3d4f704-d724-4af0-bf7a-97abafef6493 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}
}
#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (max-width: 767px){#s-e2101ebb-cce4-4b83-ab2a-6a3b7cf73c3a .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  
}


}
#s-99377f7f-be5a-4aa4-812c-95fddac05fff {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-99377f7f-be5a-4aa4-812c-95fddac05fff {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-99377f7f-be5a-4aa4-812c-95fddac05fff {
  margin-bottom: 0px;
}
}
#s-99377f7f-be5a-4aa4-812c-95fddac05fff .shg-proportional-font-size,
#s-99377f7f-be5a-4aa4-812c-95fddac05fff .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-99377f7f-be5a-4aa4-812c-95fddac05fff .shg-proportional-font-size,
#s-99377f7f-be5a-4aa4-812c-95fddac05fff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  display: none;
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-content-s-cef1bb40-0ed2-437e-9e76-410be874f641 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  display: none;
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-content-s-cef1bb40-0ed2-437e-9e76-410be874f641 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  display: none;
}
#s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-s-cef1bb40-0ed2-437e-9e76-410be874f641, #wrap-content-s-cef1bb40-0ed2-437e-9e76-410be874f641 { display: none !important; }}
#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-cef1bb40-0ed2-437e-9e76-410be874f641 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cef1bb40-0ed2-437e-9e76-410be874f641 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cef1bb40-0ed2-437e-9e76-410be874f641 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef1bb40-0ed2-437e-9e76-410be874f641.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  display: none;
}
#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d, #wrap-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d, #wrap-content-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d { display: none !important; }}
#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  max-width: 100%;

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d img.shogun-image {
  width: 100%;
  
  
  

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




.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fcc4d7b-9c88-4f8d-bd2f-738375e07f4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-66b46f09-6c2b-4437-b75f-aefb43acee8c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-f386390a-13c2-494e-8447-9aa25d08c993 {
  padding-top: 20px;
padding-bottom: 40px;
}
}







#s-f386390a-13c2-494e-8447-9aa25d08c993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f386390a-13c2-494e-8447-9aa25d08c993.shg-box.shg-c {
  justify-content: center;
}

#s-cb2e615e-0c52-4206-9011-abb56cfe56d2 {
  margin-left: auto;
margin-right: auto;
}

#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  
}
}@media (max-width: 767px){#s-0807c3bd-4c53-4fc2-8361-2695cafe8764 {
  
}
}
@media (min-width: 0px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0807c3bd-4c53-4fc2-8361-2695cafe8764"] > .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: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee {
  max-width:  100%;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee .shg-image-zoom,
.shg-c#s-bf5817b2-6915-4fb2-b4a3-5fb1fa7a66ee img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



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

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

#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 55px;
  
  
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 44px;
  
  
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 40px;
  
  
  
}
}@media (max-width: 767px){#s-45f35e26-29ac-43f2-b45d-7e68b9a3d1da .shg-product-title-component h1 span {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  
  font-size: 32px;
  
  
  
}
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-fc75e063-878b-4f47-b30d-014b47ff0eb3-btn-wrapper {
    text-align: center;
  }


#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn:active, #s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fc75e063-878b-4f47-b30d-014b47ff0eb3 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f .shg-product-sold-out {
  display: none;
  color: rgba(45, 64, 138, 1);
  font-size: 28px;
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-style:  normal ;
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f .shg-product-price {
  color: rgba(45, 64, 138, 1);
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  font-style:  normal ;
  font-size: 28px;
}

#s-f8a09d65-e9fc-4be0-b7af-55396be9681f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper {
  display: flex;
}

#s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-70ed5a64-fb87-434e-a28c-a3c9fa185a55 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA4MWM0NGMtMDk2Mi00MWU1LWIwNWItODZmYjk2NmZjMjY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDgxYzQ0Yy0wOTYyLTQxZTUtYjA1Yi04NmZiOTY2ZmMyNjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-radius: 8px;
text-align: left;
cursor: pointer;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#101c4c"}, {"id"=>2, "pos"=>1, "color"=>"#273a7f"}];
hover-type: gradient;
}
#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTM1YTE3ODgtYjgxYy00ZDNmLThiYjctNjE3YWJmMDE3YmE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMzVhMTc4OC1iODFjLTRkM2YtOGJiNy02MTdhYmYwMTdiYTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  
}
#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGUzY2M3NzYtNGNjNi00YTczLThjOGQtMjRlMmIwMmMzOTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZTNjYzc3Ni00Y2M2LTRhNzMtOGM4ZC0yNGUyYjAyYzM5NGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}}@media (max-width: 767px){#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  text-align: center;
}
#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWEzZjAyNzktMDQ0Yy00MTc2LTgwMjUtNDMyMWE0ZWZmYzYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjczYTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTAxYzRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YTNmMDI3OS0wNDRjLTQxNzYtODAyNS00MzIxYTRlZmZjNjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#273a7f"}, {"id"=>2, "pos"=>1, "color"=>"#101c4c"}] !important;}}

  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: left;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  inline-block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b-atc-btn-wrapper {
    text-align: center;
  }


#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Akzidenz-Grotesk Pro Bold Cnd;
  display:  block ;
}

#s-144ac3e1-90c6-49bd-89e5-edf15adf5f1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5e3ccde8-4164-48b5-8016-4ce2860ac797 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5e3ccde8-4164-48b5-8016-4ce2860ac797 {
  margin-bottom: -20px;
}
}
#s-5e3ccde8-4164-48b5-8016-4ce2860ac797 .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}


@media (min-width: 1200px){#s-5e3ccde8-4164-48b5-8016-4ce2860ac797 .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


}@media (max-width: 767px){#s-5e3ccde8-4164-48b5-8016-4ce2860ac797 .shogun-heading-component h2 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-d9e5a53d-8dc6-4525-ab37-0e9f4b19c75f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d9e5a53d-8dc6-4525-ab37-0e9f4b19c75f .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 1200px){#s-d9e5a53d-8dc6-4525-ab37-0e9f4b19c75f .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


}@media (max-width: 767px){#s-d9e5a53d-8dc6-4525-ab37-0e9f4b19c75f .shogun-heading-component h4 {
  color: rgba(45, 64, 138, 1);
  font-weight:  normal ;
  font-family: "Akzidenz-Grotesk Pro Bold Cnd";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-57d853ff-a277-48bc-aef7-e35b5212903e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-57d853ff-a277-48bc-aef7-e35b5212903e {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-57d853ff-a277-48bc-aef7-e35b5212903e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57d853ff-a277-48bc-aef7-e35b5212903e.shg-box.shg-c {
  justify-content: center;
}

#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-bottom: 5px;
}
}@media (max-width: 767px){#s-6855612d-e199-44c3-85bf-a3c57acdc342 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6855612d-e199-44c3-85bf-a3c57acdc342 .shg-proportional-font-size,
#s-6855612d-e199-44c3-85bf-a3c57acdc342 .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-6855612d-e199-44c3-85bf-a3c57acdc342 .shg-proportional-font-size,
#s-6855612d-e199-44c3-85bf-a3c57acdc342 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-a1933efd-5cab-420d-a63f-45e72558a277 {
  margin-left: auto;
margin-right: auto;
}

#s-a1933efd-5cab-420d-a63f-45e72558a277 .shg-proportional-font-size,
#s-a1933efd-5cab-420d-a63f-45e72558a277 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fc0b8fdc-b083-43e6-bc79-6e5051fa9fb1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bf61c359-3f22-4d4a-8ebe-386461069527 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bf61c359-3f22-4d4a-8ebe-386461069527 {
  padding-top: 15px;
padding-bottom: 15px;
}
}







#s-bf61c359-3f22-4d4a-8ebe-386461069527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf61c359-3f22-4d4a-8ebe-386461069527.shg-box.shg-c {
  justify-content: center;
}

#s-23f1d99d-3147-4e9d-8478-24ae1400fc81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-23f1d99d-3147-4e9d-8478-24ae1400fc81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23f1d99d-3147-4e9d-8478-24ae1400fc81.shg-box.shg-c {
  justify-content: center;
}

#s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86f96e-eceb-4e3a-8b5d-5900f49cfdde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin-left: auto;
margin-right: auto;
max-width: 182px;
text-align: center;
}
@media (max-width: 767px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  max-width: 140px;
}
}
#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 182px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e6589b54-bb51-4736-a927-669aae589d58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e6589b54-bb51-4736-a927-669aae589d58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e6589b54-bb51-4736-a927-669aae589d58 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-e6589b54-bb51-4736-a927-669aae589d58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e6589b54-bb51-4736-a927-669aae589d58 img.shogun-image {
  width: 100%;
  
  
  max-width: 140px;

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




.s-e6589b54-bb51-4736-a927-669aae589d58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6589b54-bb51-4736-a927-669aae589d58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
