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

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

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

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

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

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

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

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

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

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

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

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

#s-650183c5-053f-4870-b644-8111c7c035b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-650183c5-053f-4870-b644-8111c7c035b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-650183c5-053f-4870-b644-8111c7c035b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2418f4f9-8d58-400e-929d-f91e8d24a7b3 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 60px;
padding-left: 0%;
padding-bottom: 60px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2418f4f9-8d58-400e-929d-f91e8d24a7b3 {
  
}
}@media (max-width: 767px){#s-2418f4f9-8d58-400e-929d-f91e8d24a7b3 {
  
}
}







#s-2418f4f9-8d58-400e-929d-f91e8d24a7b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2418f4f9-8d58-400e-929d-f91e8d24a7b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-50f9cacb-edeb-4b6f-a59a-7a48b4174b90 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50f9cacb-edeb-4b6f-a59a-7a48b4174b90 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  font-family: "Anton";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Anton;
  font-weight: ;
  font-style: ;
  font-size: 37px;
}

#s-1ba3b511-f5c1-4411-8bc5-4ef9d35672a1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 37px;
}
#s-8d078b10-0d9e-4047-9fdf-142273abbf84 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8d078b10-0d9e-4047-9fdf-142273abbf84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d078b10-0d9e-4047-9fdf-142273abbf84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-f180ef6c-195d-41c4-9386-c5bb38398a6f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-f180ef6c-195d-41c4-9386-c5bb38398a6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f180ef6c-195d-41c4-9386-c5bb38398a6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f180ef6c-195d-41c4-9386-c5bb38398a6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f180ef6c-195d-41c4-9386-c5bb38398a6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

.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-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b38c79d-9072-46bd-a931-b69e9df5ddc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-79ef5219-e4be-442e-a654-97a73bbe683b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79ef5219-e4be-442e-a654-97a73bbe683b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-fe8f117d-4d40-4803-ba03-9d5698554ab9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-fe8f117d-4d40-4803-ba03-9d5698554ab9 .shg-proportional-font-size,
#s-fe8f117d-4d40-4803-ba03-9d5698554ab9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

#s-e1a11906-2348-4366-bf63-aabdc4e4c95f {
  margin-left: auto;
margin-right: auto;
}

#s-e1a11906-2348-4366-bf63-aabdc4e4c95f hr {
  border-top: 2px solid #ddd;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a img.shogun-image {
  width: 100%;
  
  
  

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




.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f8c2cc-506f-4cf0-bf53-22ae0a7f6f2a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b7dcced3-a294-403a-8d90-7de55504b60c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7dcced3-a294-403a-8d90-7de55504b60c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6c13ff5a-d50b-4248-a7ad-a8cbfba8ec44 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-6c13ff5a-d50b-4248-a7ad-a8cbfba8ec44 .shg-proportional-font-size,
#s-6c13ff5a-d50b-4248-a7ad-a8cbfba8ec44 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cb681c2a-4c41-432d-a36a-1aba5638cd85 {
  margin-left: auto;
margin-right: auto;
}

#s-cb681c2a-4c41-432d-a36a-1aba5638cd85 hr {
  border-top: 2px solid #ddd;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97b2834e-f57b-420a-8bc3-99d8df70fc39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97b2834e-f57b-420a-8bc3-99d8df70fc39 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97b2834e-f57b-420a-8bc3-99d8df70fc39.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-35f02b92-f2c5-484f-858b-b6fe0155f5ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35f02b92-f2c5-484f-858b-b6fe0155f5ab .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-584a2dae-9c5d-4514-a4b4-e56a3d8634a3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-584a2dae-9c5d-4514-a4b4-e56a3d8634a3 .shg-proportional-font-size,
#s-584a2dae-9c5d-4514-a4b4-e56a3d8634a3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c8368563-5534-4309-825c-f968df915488 {
  margin-left: auto;
margin-right: auto;
}

#s-c8368563-5534-4309-825c-f968df915488 hr {
  border-top: 2px solid #ddd;
}

#s-25738c7a-d563-42d9-bdaf-cb8682a4bb7e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-25738c7a-d563-42d9-bdaf-cb8682a4bb7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25738c7a-d563-42d9-bdaf-cb8682a4bb7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-25738c7a-d563-42d9-bdaf-cb8682a4bb7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-25738c7a-d563-42d9-bdaf-cb8682a4bb7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1fb445f-c321-4416-8c2c-ce5352f957af img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-b1fb445f-c321-4416-8c2c-ce5352f957af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1fb445f-c321-4416-8c2c-ce5352f957af img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1fb445f-c321-4416-8c2c-ce5352f957af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1fb445f-c321-4416-8c2c-ce5352f957af img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1fb445f-c321-4416-8c2c-ce5352f957af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1fb445f-c321-4416-8c2c-ce5352f957af img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1fb445f-c321-4416-8c2c-ce5352f957af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1fb445f-c321-4416-8c2c-ce5352f957af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1fb445f-c321-4416-8c2c-ce5352f957af img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1fb445f-c321-4416-8c2c-ce5352f957af .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1fb445f-c321-4416-8c2c-ce5352f957af.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-147993aa-38f2-48ab-86f7-07799851ef5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-147993aa-38f2-48ab-86f7-07799851ef5f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-db508bc5-43ac-4493-b6fe-7548a034914e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-db508bc5-43ac-4493-b6fe-7548a034914e .shg-proportional-font-size,
#s-db508bc5-43ac-4493-b6fe-7548a034914e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-60b7b998-184a-499d-8efc-1220853394e9 {
  margin-left: auto;
margin-right: auto;
}

#s-60b7b998-184a-499d-8efc-1220853394e9 hr {
  border-top: 2px solid #ddd;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b54f48ef-fc05-4061-850a-7de0e6192b22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f48ef-fc05-4061-850a-7de0e6192b22 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b54f48ef-fc05-4061-850a-7de0e6192b22 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f48ef-fc05-4061-850a-7de0e6192b22.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c937bf8e-1510-423e-b085-5f1742738ec6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c937bf8e-1510-423e-b085-5f1742738ec6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-40462b58-7d2d-4328-9a3e-83aab7725e54 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-40462b58-7d2d-4328-9a3e-83aab7725e54 .shg-proportional-font-size,
#s-40462b58-7d2d-4328-9a3e-83aab7725e54 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d21713fd-76b6-4b06-9a0c-ea7197634ef1 {
  margin-left: auto;
margin-right: auto;
}

#s-d21713fd-76b6-4b06-9a0c-ea7197634ef1 hr {
  border-top: 2px solid #ddd;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f060ac-134f-4fb2-a267-9195dbcb4e33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2c7c884-3559-4cba-af9c-124b139ccd2e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2c7c884-3559-4cba-af9c-124b139ccd2e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bb3c195f-59a0-4395-ac7e-31d9f419ed71 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-bb3c195f-59a0-4395-ac7e-31d9f419ed71 .shg-proportional-font-size,
#s-bb3c195f-59a0-4395-ac7e-31d9f419ed71 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd57840d-4c1c-4725-99a0-a7841fdfe6c7 {
  margin-left: auto;
margin-right: auto;
}

#s-fd57840d-4c1c-4725-99a0-a7841fdfe6c7 hr {
  border-top: 2px solid #ddd;
}

#s-a64514fe-8551-46d9-bfe8-c06ebd03e218 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a64514fe-8551-46d9-bfe8-c06ebd03e218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a64514fe-8551-46d9-bfe8-c06ebd03e218.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b918b3b-cfd3-468d-9777-c5e8fb22fdf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-5b918b3b-cfd3-468d-9777-c5e8fb22fdf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b918b3b-cfd3-468d-9777-c5e8fb22fdf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5b918b3b-cfd3-468d-9777-c5e8fb22fdf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5b918b3b-cfd3-468d-9777-c5e8fb22fdf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7686500-b3a5-434d-8487-8ec3f3e4a9f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-942a0610-d9e3-4aaa-a60b-239cde13ec57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-942a0610-d9e3-4aaa-a60b-239cde13ec57 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-360814c2-c3e9-472b-8d84-b524ddf64541 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-360814c2-c3e9-472b-8d84-b524ddf64541 .shg-proportional-font-size,
#s-360814c2-c3e9-472b-8d84-b524ddf64541 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5ab07c0c-d02d-478a-9ca0-b9aa3f409a75 {
  margin-left: auto;
margin-right: auto;
}

#s-5ab07c0c-d02d-478a-9ca0-b9aa3f409a75 hr {
  border-top: 2px solid #ddd;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92911e72-4c7d-459e-9cc3-df9074862572 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-92911e72-4c7d-459e-9cc3-df9074862572 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-92911e72-4c7d-459e-9cc3-df9074862572 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92911e72-4c7d-459e-9cc3-df9074862572 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92911e72-4c7d-459e-9cc3-df9074862572 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-92911e72-4c7d-459e-9cc3-df9074862572 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92911e72-4c7d-459e-9cc3-df9074862572 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92911e72-4c7d-459e-9cc3-df9074862572 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-92911e72-4c7d-459e-9cc3-df9074862572 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92911e72-4c7d-459e-9cc3-df9074862572 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92911e72-4c7d-459e-9cc3-df9074862572 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-92911e72-4c7d-459e-9cc3-df9074862572 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-92911e72-4c7d-459e-9cc3-df9074862572 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-92911e72-4c7d-459e-9cc3-df9074862572 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-92911e72-4c7d-459e-9cc3-df9074862572 img.shogun-image {
  width: 100%;
  
  
  

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




.s-92911e72-4c7d-459e-9cc3-df9074862572 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92911e72-4c7d-459e-9cc3-df9074862572.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae0b862d-623d-4456-a6b5-a0efe55f79b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae0b862d-623d-4456-a6b5-a0efe55f79b6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1b047a9f-fb20-4db2-80b9-c070bee8089a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-1b047a9f-fb20-4db2-80b9-c070bee8089a .shg-proportional-font-size,
#s-1b047a9f-fb20-4db2-80b9-c070bee8089a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b4e31af2-7492-4a00-803f-00563a1bb074 {
  margin-left: auto;
margin-right: auto;
}

#s-b4e31af2-7492-4a00-803f-00563a1bb074 hr {
  border-top: 2px solid #ddd;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 img.shogun-image {
  width: 100%;
  
  
  

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




.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72b91ed3-7dac-4ec7-9deb-90bb573a1975.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-29eee08e-7705-435f-a5c9-607cf2c2aad5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29eee08e-7705-435f-a5c9-607cf2c2aad5 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a34f8f80-0e07-4c25-9cf3-ff08bd53faa3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-a34f8f80-0e07-4c25-9cf3-ff08bd53faa3 .shg-proportional-font-size,
#s-a34f8f80-0e07-4c25-9cf3-ff08bd53faa3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-290e8fd8-7c15-4ba5-be1a-aca49e060e7d {
  margin-left: auto;
margin-right: auto;
}

#s-290e8fd8-7c15-4ba5-be1a-aca49e060e7d hr {
  border-top: 2px solid #ddd;
}

#s-73b09057-cc44-4ee1-8d49-803a9d6497e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-73b09057-cc44-4ee1-8d49-803a9d6497e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73b09057-cc44-4ee1-8d49-803a9d6497e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-73b09057-cc44-4ee1-8d49-803a9d6497e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-73b09057-cc44-4ee1-8d49-803a9d6497e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ee3265-6be8-4297-89a0-88b8432bf7c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ee3265-6be8-4297-89a0-88b8432bf7c2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ee3265-6be8-4297-89a0-88b8432bf7c2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7e45d4cd-fdb8-420b-94e6-c43254f216a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e45d4cd-fdb8-420b-94e6-c43254f216a5 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7cb42b50-2aa9-4769-b7de-9efc9bac2cea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-7cb42b50-2aa9-4769-b7de-9efc9bac2cea .shg-proportional-font-size,
#s-7cb42b50-2aa9-4769-b7de-9efc9bac2cea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ded7884-3b8a-46b4-a8c0-32f76441de4f {
  margin-left: auto;
margin-right: auto;
}

#s-0ded7884-3b8a-46b4-a8c0-32f76441de4f hr {
  border-top: 2px solid #ddd;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad img.shogun-image {
  width: 100%;
  
  
  

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




.s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad img.shogun-image {
  width: 100%;
  
  
  

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




.s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad img.shogun-image {
  width: 100%;
  
  
  

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




.s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b4d79c03-8534-4d83-9962-7536d30ba3ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad img.shogun-image {
  width: 100%;
  
  
  

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




.s-b4d79c03-8534-4d83-9962-7536d30ba3ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d79c03-8534-4d83-9962-7536d30ba3ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-075e8435-561a-4f2f-a827-cd7cc6ffaf5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-075e8435-561a-4f2f-a827-cd7cc6ffaf5f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6cfbeeff-9730-4898-b12f-a14f1154ff41 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-6cfbeeff-9730-4898-b12f-a14f1154ff41 .shg-proportional-font-size,
#s-6cfbeeff-9730-4898-b12f-a14f1154ff41 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ead6293e-fc15-4067-8db8-5ed425ce5acc {
  margin-left: auto;
margin-right: auto;
}

#s-ead6293e-fc15-4067-8db8-5ed425ce5acc hr {
  border-top: 2px solid #ddd;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-99f9d989-0bed-48ce-a4fa-8747c95ea053 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053 img.shogun-image {
  width: 100%;
  
  
  

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




.s-99f9d989-0bed-48ce-a4fa-8747c95ea053 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99f9d989-0bed-48ce-a4fa-8747c95ea053.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-770f3451-a9c3-431c-9026-78c0191f396b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-770f3451-a9c3-431c-9026-78c0191f396b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9e75442b-f64c-4e2c-825f-e429f4921508 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-9e75442b-f64c-4e2c-825f-e429f4921508 .shg-proportional-font-size,
#s-9e75442b-f64c-4e2c-825f-e429f4921508 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2574ee33-300e-424e-abd1-4435a4e50fe5 {
  margin-left: auto;
margin-right: auto;
}

#s-2574ee33-300e-424e-abd1-4435a4e50fe5 hr {
  border-top: 2px solid #ddd;
}

#s-b5cd7f60-e97d-4487-bd75-c5f7dd4e8bb5 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b5cd7f60-e97d-4487-bd75-c5f7dd4e8bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5cd7f60-e97d-4487-bd75-c5f7dd4e8bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84779b88-ce11-497f-bcd1-6908d9b92f24 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-84779b88-ce11-497f-bcd1-6908d9b92f24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84779b88-ce11-497f-bcd1-6908d9b92f24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-84779b88-ce11-497f-bcd1-6908d9b92f24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-84779b88-ce11-497f-bcd1-6908d9b92f24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d4ddf4-5f29-4592-bb03-7a73b22fbaa3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-83f9dcfe-aac0-4e7d-8cc5-6e4112425c51 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83f9dcfe-aac0-4e7d-8cc5-6e4112425c51 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f22a7228-455c-44ba-aa0d-5614be55d4d6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-f22a7228-455c-44ba-aa0d-5614be55d4d6 .shg-proportional-font-size,
#s-f22a7228-455c-44ba-aa0d-5614be55d4d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2198bb53-6b6a-413c-930b-5833f1eb3a33 {
  margin-left: auto;
margin-right: auto;
}

#s-2198bb53-6b6a-413c-930b-5833f1eb3a33 hr {
  border-top: 2px solid #ddd;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-deff127e-1f55-41f2-b295-48058902ff3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-deff127e-1f55-41f2-b295-48058902ff3b img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-deff127e-1f55-41f2-b295-48058902ff3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-deff127e-1f55-41f2-b295-48058902ff3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-deff127e-1f55-41f2-b295-48058902ff3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-deff127e-1f55-41f2-b295-48058902ff3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-deff127e-1f55-41f2-b295-48058902ff3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-deff127e-1f55-41f2-b295-48058902ff3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-deff127e-1f55-41f2-b295-48058902ff3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-deff127e-1f55-41f2-b295-48058902ff3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-deff127e-1f55-41f2-b295-48058902ff3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-deff127e-1f55-41f2-b295-48058902ff3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-deff127e-1f55-41f2-b295-48058902ff3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-deff127e-1f55-41f2-b295-48058902ff3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-deff127e-1f55-41f2-b295-48058902ff3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-deff127e-1f55-41f2-b295-48058902ff3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-deff127e-1f55-41f2-b295-48058902ff3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-deff127e-1f55-41f2-b295-48058902ff3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-deff127e-1f55-41f2-b295-48058902ff3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-deff127e-1f55-41f2-b295-48058902ff3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff127e-1f55-41f2-b295-48058902ff3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b077a47c-384c-48b7-8080-b7e63b017a8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b077a47c-384c-48b7-8080-b7e63b017a8e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ce41dc31-006b-4295-a723-ed08791fe63d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-ce41dc31-006b-4295-a723-ed08791fe63d .shg-proportional-font-size,
#s-ce41dc31-006b-4295-a723-ed08791fe63d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bdc15afc-5594-4ab3-a594-66de6906cb18 {
  margin-left: auto;
margin-right: auto;
}

#s-bdc15afc-5594-4ab3-a594-66de6906cb18 hr {
  border-top: 2px solid #ddd;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9d88c988-6ca7-47c9-9600-281b87acd4b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d88c988-6ca7-47c9-9600-281b87acd4b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d88c988-6ca7-47c9-9600-281b87acd4b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-519b4ef7-0554-43cd-9c9a-0df912c145bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-519b4ef7-0554-43cd-9c9a-0df912c145bc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d30199e6-da9c-4ac1-90ad-3e572e4743b5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-d30199e6-da9c-4ac1-90ad-3e572e4743b5 .shg-proportional-font-size,
#s-d30199e6-da9c-4ac1-90ad-3e572e4743b5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9caefad3-d19e-4cb0-9c0b-3d19be33bf1b {
  margin-left: auto;
margin-right: auto;
}

#s-9caefad3-d19e-4cb0-9c0b-3d19be33bf1b hr {
  border-top: 2px solid #ddd;
}

#s-83fd5a14-231e-4f07-9d6f-9152ba2104cb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-83fd5a14-231e-4f07-9d6f-9152ba2104cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83fd5a14-231e-4f07-9d6f-9152ba2104cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-83fd5a14-231e-4f07-9d6f-9152ba2104cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-83fd5a14-231e-4f07-9d6f-9152ba2104cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 1000px;
text-align: center;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 1000px;

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




.s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8172c2cc-7780-4d98-91fa-3acd84bfb783 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8172c2cc-7780-4d98-91fa-3acd84bfb783 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8172c2cc-7780-4d98-91fa-3acd84bfb783.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-043cf6eb-c180-44fd-b023-47b6714040fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-043cf6eb-c180-44fd-b023-47b6714040fd .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-952fd7d6-b98e-4e72-9e87-2589f020f3bd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-952fd7d6-b98e-4e72-9e87-2589f020f3bd .shg-proportional-font-size,
#s-952fd7d6-b98e-4e72-9e87-2589f020f3bd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-51adfab0-2bf5-49f7-9879-0700161c2f05 {
  margin-left: auto;
margin-right: auto;
}

#s-51adfab0-2bf5-49f7-9879-0700161c2f05 hr {
  border-top: 2px solid #ddd;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 3108px;
text-align: center;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 3108px;

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




.s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2180f2fa-e72e-4bd1-9179-779bb755f639 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2180f2fa-e72e-4bd1-9179-779bb755f639 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2180f2fa-e72e-4bd1-9179-779bb755f639 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2180f2fa-e72e-4bd1-9179-779bb755f639.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9a2898e4-d546-4f28-8622-00b9a4d3d91c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a2898e4-d546-4f28-8622-00b9a4d3d91c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bbfa1ed1-58ff-48cb-a8d9-088d3d8d80c8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-bbfa1ed1-58ff-48cb-a8d9-088d3d8d80c8 .shg-proportional-font-size,
#s-bbfa1ed1-58ff-48cb-a8d9-088d3d8d80c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6580de8d-b2b1-4ae3-accb-cde35205370f {
  margin-left: auto;
margin-right: auto;
}

#s-6580de8d-b2b1-4ae3-accb-cde35205370f hr {
  border-top: 2px solid #ddd;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 img.shogun-image {
  width: 100%;
  
  
  

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




.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89aa3a1d-fa4c-4818-8ffb-44beb62c7083.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-58bdd213-e9eb-4433-9f16-6b0847357186 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58bdd213-e9eb-4433-9f16-6b0847357186 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4c8edd09-8c8d-495c-9c64-44d1269f8bf3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-4c8edd09-8c8d-495c-9c64-44d1269f8bf3 .shg-proportional-font-size,
#s-4c8edd09-8c8d-495c-9c64-44d1269f8bf3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8209a5dc-75c6-4157-a45e-7149095096bf {
  margin-left: auto;
margin-right: auto;
}

#s-8209a5dc-75c6-4157-a45e-7149095096bf hr {
  border-top: 2px solid #ddd;
}

#s-303ad569-9546-4c55-a4c7-3e878382e823 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-303ad569-9546-4c55-a4c7-3e878382e823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-303ad569-9546-4c55-a4c7-3e878382e823.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c4f859-d443-4e1c-82e1-bb0f11459d1a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-52c4f859-d443-4e1c-82e1-bb0f11459d1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52c4f859-d443-4e1c-82e1-bb0f11459d1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-52c4f859-d443-4e1c-82e1-bb0f11459d1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-52c4f859-d443-4e1c-82e1-bb0f11459d1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97065299-20d4-47b3-87d5-447cf40b5a74 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-97065299-20d4-47b3-87d5-447cf40b5a74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97065299-20d4-47b3-87d5-447cf40b5a74 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97065299-20d4-47b3-87d5-447cf40b5a74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97065299-20d4-47b3-87d5-447cf40b5a74 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97065299-20d4-47b3-87d5-447cf40b5a74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97065299-20d4-47b3-87d5-447cf40b5a74 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97065299-20d4-47b3-87d5-447cf40b5a74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-97065299-20d4-47b3-87d5-447cf40b5a74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97065299-20d4-47b3-87d5-447cf40b5a74 img.shogun-image {
  width: 100%;
  
  
  

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




.s-97065299-20d4-47b3-87d5-447cf40b5a74 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97065299-20d4-47b3-87d5-447cf40b5a74.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-37961e15-9c4a-4717-88d1-3d7efb6a43a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37961e15-9c4a-4717-88d1-3d7efb6a43a2 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ebbfb1e4-e85a-4eda-92ff-b0e3ff08c10d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-ebbfb1e4-e85a-4eda-92ff-b0e3ff08c10d .shg-proportional-font-size,
#s-ebbfb1e4-e85a-4eda-92ff-b0e3ff08c10d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9392646c-cd28-4443-873c-d55ebe51d0e9 {
  margin-left: auto;
margin-right: auto;
}

#s-9392646c-cd28-4443-873c-d55ebe51d0e9 hr {
  border-top: 2px solid #ddd;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b9728969-b8db-40b8-b6c4-8538ddb61c6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9728969-b8db-40b8-b6c4-8538ddb61c6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c1098c9-5ac6-4c24-8f58-691c1b105c9a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c1098c9-5ac6-4c24-8f58-691c1b105c9a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-76ecd911-43ee-410f-9f67-22c1726139a2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-76ecd911-43ee-410f-9f67-22c1726139a2 .shg-proportional-font-size,
#s-76ecd911-43ee-410f-9f67-22c1726139a2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1fe4aa7c-af9b-47bc-b05a-d81989acaa1f {
  margin-left: auto;
margin-right: auto;
}

#s-1fe4aa7c-af9b-47bc-b05a-d81989acaa1f hr {
  border-top: 2px solid #ddd;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd93a77-031f-472d-b5a7-4d1c1f75b45b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a9a5a443-b6c2-4881-88e1-d91d78a72152 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9a5a443-b6c2-4881-88e1-d91d78a72152 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-15d47d23-6da8-4dcc-82c6-3ff55e00aa0f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-15d47d23-6da8-4dcc-82c6-3ff55e00aa0f .shg-proportional-font-size,
#s-15d47d23-6da8-4dcc-82c6-3ff55e00aa0f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c53d8cf8-e8af-4abc-a62a-3caea124a22f {
  margin-left: auto;
margin-right: auto;
}

#s-c53d8cf8-e8af-4abc-a62a-3caea124a22f hr {
  border-top: 2px solid #ddd;
}

#s-d4c91526-07fd-4d7f-a2a4-ba973de7353d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-d4c91526-07fd-4d7f-a2a4-ba973de7353d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c91526-07fd-4d7f-a2a4-ba973de7353d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d4c91526-07fd-4d7f-a2a4-ba973de7353d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d4c91526-07fd-4d7f-a2a4-ba973de7353d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 1948px;
text-align: center;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63d7a92d-2df5-4378-b501-555ced38a6ff img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 1948px;

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




.s-63d7a92d-2df5-4378-b501-555ced38a6ff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63d7a92d-2df5-4378-b501-555ced38a6ff img.shogun-image {
  width: 100%;
  
  
  

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




.s-63d7a92d-2df5-4378-b501-555ced38a6ff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63d7a92d-2df5-4378-b501-555ced38a6ff img.shogun-image {
  width: 100%;
  
  
  

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




.s-63d7a92d-2df5-4378-b501-555ced38a6ff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63d7a92d-2df5-4378-b501-555ced38a6ff img.shogun-image {
  width: 100%;
  
  
  

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




.s-63d7a92d-2df5-4378-b501-555ced38a6ff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-63d7a92d-2df5-4378-b501-555ced38a6ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-63d7a92d-2df5-4378-b501-555ced38a6ff img.shogun-image {
  width: 100%;
  
  
  

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




.s-63d7a92d-2df5-4378-b501-555ced38a6ff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63d7a92d-2df5-4378-b501-555ced38a6ff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-be6af976-7054-47a0-a994-dd2f8d9748f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6af976-7054-47a0-a994-dd2f8d9748f0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3255936d-8706-4c34-a82e-f4a7d631e3ce {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-3255936d-8706-4c34-a82e-f4a7d631e3ce .shg-proportional-font-size,
#s-3255936d-8706-4c34-a82e-f4a7d631e3ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-afb34ae4-4fa5-46b1-87e5-98712a74a41e {
  margin-left: auto;
margin-right: auto;
}

#s-afb34ae4-4fa5-46b1-87e5-98712a74a41e hr {
  border-top: 2px solid #ddd;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 2592px;
text-align: center;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ce4489-6bae-497e-8475-76770ff4677c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ce4489-6bae-497e-8475-76770ff4677c img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 2592px;

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




.s-23ce4489-6bae-497e-8475-76770ff4677c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-23ce4489-6bae-497e-8475-76770ff4677c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ce4489-6bae-497e-8475-76770ff4677c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ce4489-6bae-497e-8475-76770ff4677c img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ce4489-6bae-497e-8475-76770ff4677c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-23ce4489-6bae-497e-8475-76770ff4677c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ce4489-6bae-497e-8475-76770ff4677c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ce4489-6bae-497e-8475-76770ff4677c img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ce4489-6bae-497e-8475-76770ff4677c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-23ce4489-6bae-497e-8475-76770ff4677c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ce4489-6bae-497e-8475-76770ff4677c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ce4489-6bae-497e-8475-76770ff4677c img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ce4489-6bae-497e-8475-76770ff4677c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-23ce4489-6bae-497e-8475-76770ff4677c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-23ce4489-6bae-497e-8475-76770ff4677c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-23ce4489-6bae-497e-8475-76770ff4677c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-23ce4489-6bae-497e-8475-76770ff4677c img.shogun-image {
  width: 100%;
  
  
  

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




.s-23ce4489-6bae-497e-8475-76770ff4677c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23ce4489-6bae-497e-8475-76770ff4677c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f2ba66ee-a515-46d6-b3b6-d0a56ba72099 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2ba66ee-a515-46d6-b3b6-d0a56ba72099 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-146d043d-e9fb-418b-a743-a2cf74a244cc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-146d043d-e9fb-418b-a743-a2cf74a244cc .shg-proportional-font-size,
#s-146d043d-e9fb-418b-a743-a2cf74a244cc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3b09e726-cc5e-4bd6-b646-10ad1e0d6e76 {
  margin-left: auto;
margin-right: auto;
}

#s-3b09e726-cc5e-4bd6-b646-10ad1e0d6e76 hr {
  border-top: 2px solid #ddd;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cda69e7-e49b-46f2-ade1-297ef7f3ee35.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6afea233-1c0b-4d96-94e7-7a5a9e9d8cc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6afea233-1c0b-4d96-94e7-7a5a9e9d8cc2 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2cb97b4a-3a4b-4a3f-b9be-c3d0443fd432 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-2cb97b4a-3a4b-4a3f-b9be-c3d0443fd432 .shg-proportional-font-size,
#s-2cb97b4a-3a4b-4a3f-b9be-c3d0443fd432 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-43df15e4-5ff5-4af0-961d-8e894dcd9d11 {
  margin-left: auto;
margin-right: auto;
}

#s-43df15e4-5ff5-4af0-961d-8e894dcd9d11 hr {
  border-top: 2px solid #ddd;
}

#s-17a2e8ab-b216-47c3-b0dc-206c937dbb86 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-17a2e8ab-b216-47c3-b0dc-206c937dbb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17a2e8ab-b216-47c3-b0dc-206c937dbb86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe08a27e-a4a7-47cf-b5e3-ef8acf79710a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-fe08a27e-a4a7-47cf-b5e3-ef8acf79710a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe08a27e-a4a7-47cf-b5e3-ef8acf79710a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-fe08a27e-a4a7-47cf-b5e3-ef8acf79710a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-fe08a27e-a4a7-47cf-b5e3-ef8acf79710a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbfd0460-9b4d-4a3e-baab-22cec9d90d73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-02e59779-c757-41d8-84f4-0da16778c828 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02e59779-c757-41d8-84f4-0da16778c828 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ebbd8259-6765-46e7-ac84-a1422a1ff9f9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-ebbd8259-6765-46e7-ac84-a1422a1ff9f9 .shg-proportional-font-size,
#s-ebbd8259-6765-46e7-ac84-a1422a1ff9f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a4fd7f63-c7bd-4d30-819e-f98e597f1f75 {
  margin-left: auto;
margin-right: auto;
}

#s-a4fd7f63-c7bd-4d30-819e-f98e597f1f75 hr {
  border-top: 2px solid #ddd;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-116a06bc-3363-48e9-849b-98026cf5376c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-116a06bc-3363-48e9-849b-98026cf5376c img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-116a06bc-3363-48e9-849b-98026cf5376c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-116a06bc-3363-48e9-849b-98026cf5376c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-116a06bc-3363-48e9-849b-98026cf5376c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-116a06bc-3363-48e9-849b-98026cf5376c img.shogun-image {
  width: 100%;
  
  
  

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




.s-116a06bc-3363-48e9-849b-98026cf5376c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-116a06bc-3363-48e9-849b-98026cf5376c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-116a06bc-3363-48e9-849b-98026cf5376c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-116a06bc-3363-48e9-849b-98026cf5376c img.shogun-image {
  width: 100%;
  
  
  

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




.s-116a06bc-3363-48e9-849b-98026cf5376c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-116a06bc-3363-48e9-849b-98026cf5376c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-116a06bc-3363-48e9-849b-98026cf5376c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-116a06bc-3363-48e9-849b-98026cf5376c img.shogun-image {
  width: 100%;
  
  
  

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




.s-116a06bc-3363-48e9-849b-98026cf5376c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-116a06bc-3363-48e9-849b-98026cf5376c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-116a06bc-3363-48e9-849b-98026cf5376c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-116a06bc-3363-48e9-849b-98026cf5376c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-116a06bc-3363-48e9-849b-98026cf5376c img.shogun-image {
  width: 100%;
  
  
  

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




.s-116a06bc-3363-48e9-849b-98026cf5376c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-116a06bc-3363-48e9-849b-98026cf5376c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36ab49ec-6aaa-4d84-b14d-ad3687752bef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36ab49ec-6aaa-4d84-b14d-ad3687752bef .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-da6430e6-cef5-4015-8a36-beed69c29002 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-da6430e6-cef5-4015-8a36-beed69c29002 .shg-proportional-font-size,
#s-da6430e6-cef5-4015-8a36-beed69c29002 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-93a1b411-930a-4565-aa77-ccef8c5d4fd7 {
  margin-left: auto;
margin-right: auto;
}

#s-93a1b411-930a-4565-aa77-ccef8c5d4fd7 hr {
  border-top: 2px solid #ddd;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a img.shogun-image {
  width: 100%;
  
  
  

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




.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a img.shogun-image {
  width: 100%;
  
  
  

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




.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a img.shogun-image {
  width: 100%;
  
  
  

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




.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a img.shogun-image {
  width: 100%;
  
  
  

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




.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d50a2aa7-e722-4af0-8b7a-75c0a14fe93a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cebbaa06-4858-4f32-927a-31678fff1ac3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cebbaa06-4858-4f32-927a-31678fff1ac3 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-4488cda3-b78f-4c37-8b09-2e9ce044c954 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-4488cda3-b78f-4c37-8b09-2e9ce044c954 .shg-proportional-font-size,
#s-4488cda3-b78f-4c37-8b09-2e9ce044c954 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d76d1c68-4469-406e-9e68-5a3daf586796 {
  margin-left: auto;
margin-right: auto;
}

#s-d76d1c68-4469-406e-9e68-5a3daf586796 hr {
  border-top: 2px solid #ddd;
}

#s-8b393284-a5a8-4236-a234-8d90379e3b9f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-8b393284-a5a8-4236-a234-8d90379e3b9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b393284-a5a8-4236-a234-8d90379e3b9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8b393284-a5a8-4236-a234-8d90379e3b9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8b393284-a5a8-4236-a234-8d90379e3b9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 2357px;
text-align: center;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 2357px;

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




.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a14c3cb8-0237-4ea5-8c68-f15303edcfa6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8016598f-540c-4bcb-8ed4-8386331b1690 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8016598f-540c-4bcb-8ed4-8386331b1690 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-02534c42-e077-4a84-9e2a-c1c3217d3779 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-02534c42-e077-4a84-9e2a-c1c3217d3779 .shg-proportional-font-size,
#s-02534c42-e077-4a84-9e2a-c1c3217d3779 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e41014c2-575f-40a2-8be5-5589b2ffe3e0 {
  margin-left: auto;
margin-right: auto;
}

#s-e41014c2-575f-40a2-8be5-5589b2ffe3e0 hr {
  border-top: 2px solid #ddd;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 2357px;
text-align: center;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 2357px;

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




.s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8fccb838-3a44-4d1c-85d5-5326292eb396 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8fccb838-3a44-4d1c-85d5-5326292eb396 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8fccb838-3a44-4d1c-85d5-5326292eb396 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fccb838-3a44-4d1c-85d5-5326292eb396.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-156fa69f-6ad1-4e8c-b08a-beb40cca3f61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-156fa69f-6ad1-4e8c-b08a-beb40cca3f61 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5fc3315a-05fb-4f67-9dfc-06426bea998b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-5fc3315a-05fb-4f67-9dfc-06426bea998b .shg-proportional-font-size,
#s-5fc3315a-05fb-4f67-9dfc-06426bea998b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7ca41f5e-f4a6-46e1-8b86-790d38f6a57f {
  margin-left: auto;
margin-right: auto;
}

#s-7ca41f5e-f4a6-46e1-8b86-790d38f6a57f hr {
  border-top: 2px solid #ddd;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ec98f22c-8004-48df-bd47-ef06de2f4091 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec98f22c-8004-48df-bd47-ef06de2f4091 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ec98f22c-8004-48df-bd47-ef06de2f4091 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec98f22c-8004-48df-bd47-ef06de2f4091.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d1a2c7ac-e99d-49e0-8d4c-8c41c33fe917 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a2c7ac-e99d-49e0-8d4c-8c41c33fe917 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-60dd2fcf-3d67-4595-b4ec-27f838db155f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-60dd2fcf-3d67-4595-b4ec-27f838db155f .shg-proportional-font-size,
#s-60dd2fcf-3d67-4595-b4ec-27f838db155f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-315e8c43-155e-4914-9911-914e2e54a55f {
  margin-left: auto;
margin-right: auto;
}

#s-315e8c43-155e-4914-9911-914e2e54a55f hr {
  border-top: 2px solid #ddd;
}

#s-352c1bff-b848-46ef-b008-5426fd47789f {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-352c1bff-b848-46ef-b008-5426fd47789f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-352c1bff-b848-46ef-b008-5426fd47789f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0836efff-df78-47f9-8f50-5095f5c9edf2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-0836efff-df78-47f9-8f50-5095f5c9edf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0836efff-df78-47f9-8f50-5095f5c9edf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0836efff-df78-47f9-8f50-5095f5c9edf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0836efff-df78-47f9-8f50-5095f5c9edf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-585a1950-e7ea-4477-8f29-97dc19f12d33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-585a1950-e7ea-4477-8f29-97dc19f12d33 img.shogun-image {
  width: 100%;
  
  
  

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




.s-585a1950-e7ea-4477-8f29-97dc19f12d33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-585a1950-e7ea-4477-8f29-97dc19f12d33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e1f4323-6ba1-473f-ab39-855e91da4701 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e1f4323-6ba1-473f-ab39-855e91da4701 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2d17c408-a45c-49de-b52c-abd8b7c47e36 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-2d17c408-a45c-49de-b52c-abd8b7c47e36 .shg-proportional-font-size,
#s-2d17c408-a45c-49de-b52c-abd8b7c47e36 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3adafe03-c572-4d06-91f7-cd577fb5aef9 {
  margin-left: auto;
margin-right: auto;
}

#s-3adafe03-c572-4d06-91f7-cd577fb5aef9 hr {
  border-top: 2px solid #ddd;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 150px;
text-align: center;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 150px;

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




.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 img.shogun-image {
  width: 100%;
  
  
  

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




.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57eb2b9c-e8dc-415b-b7ae-eea9e702b740.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-54a5085d-54bc-42b8-90e4-2f94c67f786a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54a5085d-54bc-42b8-90e4-2f94c67f786a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d0b543e7-6b0a-436c-a003-2d3cc7235b45 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-d0b543e7-6b0a-436c-a003-2d3cc7235b45 .shg-proportional-font-size,
#s-d0b543e7-6b0a-436c-a003-2d3cc7235b45 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-41b84577-eb6e-4cce-ac9c-a181968c4a31 {
  margin-left: auto;
margin-right: auto;
}

#s-41b84577-eb6e-4cce-ac9c-a181968c4a31 hr {
  border-top: 2px solid #ddd;
}

#s-9faff306-57aa-4565-b010-951ad741e50a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-9faff306-57aa-4565-b010-951ad741e50a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9faff306-57aa-4565-b010-951ad741e50a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9faff306-57aa-4565-b010-951ad741e50a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9faff306-57aa-4565-b010-951ad741e50a img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-9faff306-57aa-4565-b010-951ad741e50a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9faff306-57aa-4565-b010-951ad741e50a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9faff306-57aa-4565-b010-951ad741e50a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9faff306-57aa-4565-b010-951ad741e50a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9faff306-57aa-4565-b010-951ad741e50a img.shogun-image {
  width: 100%;
  
  
  

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




.s-9faff306-57aa-4565-b010-951ad741e50a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9faff306-57aa-4565-b010-951ad741e50a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9faff306-57aa-4565-b010-951ad741e50a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9faff306-57aa-4565-b010-951ad741e50a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9faff306-57aa-4565-b010-951ad741e50a img.shogun-image {
  width: 100%;
  
  
  

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




.s-9faff306-57aa-4565-b010-951ad741e50a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9faff306-57aa-4565-b010-951ad741e50a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9faff306-57aa-4565-b010-951ad741e50a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9faff306-57aa-4565-b010-951ad741e50a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9faff306-57aa-4565-b010-951ad741e50a img.shogun-image {
  width: 100%;
  
  
  

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




.s-9faff306-57aa-4565-b010-951ad741e50a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9faff306-57aa-4565-b010-951ad741e50a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9faff306-57aa-4565-b010-951ad741e50a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9faff306-57aa-4565-b010-951ad741e50a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9faff306-57aa-4565-b010-951ad741e50a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9faff306-57aa-4565-b010-951ad741e50a img.shogun-image {
  width: 100%;
  
  
  

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




.s-9faff306-57aa-4565-b010-951ad741e50a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9faff306-57aa-4565-b010-951ad741e50a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-13c03cc6-bad2-44ab-bc5d-5fd51602fe63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13c03cc6-bad2-44ab-bc5d-5fd51602fe63 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-87291727-80fc-4493-9cc7-d182733fc8ec {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-87291727-80fc-4493-9cc7-d182733fc8ec .shg-proportional-font-size,
#s-87291727-80fc-4493-9cc7-d182733fc8ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f7917a1-70f2-4cae-a394-534ca9c7dc1c {
  margin-left: auto;
margin-right: auto;
}

#s-2f7917a1-70f2-4cae-a394-534ca9c7dc1c hr {
  border-top: 2px solid #ddd;
}

#s-443320f3-12e7-426f-a56d-7a5abb572f8f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-443320f3-12e7-426f-a56d-7a5abb572f8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-443320f3-12e7-426f-a56d-7a5abb572f8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-443320f3-12e7-426f-a56d-7a5abb572f8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-443320f3-12e7-426f-a56d-7a5abb572f8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.666666666666668px);
}

}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-64e9d26a-fbc5-466e-aac8-24946ae6bfef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef img.shogun-image {
  width: 100%;
  
  
  

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




.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64e9d26a-fbc5-466e-aac8-24946ae6bfef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-422c2707-3a5c-47bd-840b-585a93aecffa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-422c2707-3a5c-47bd-840b-585a93aecffa .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b1cad466-a083-4637-a9d3-00299ab10ce4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-b1cad466-a083-4637-a9d3-00299ab10ce4 .shg-proportional-font-size,
#s-b1cad466-a083-4637-a9d3-00299ab10ce4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70b8a3da-ac6b-4052-9852-c86266b49dff {
  margin-left: auto;
margin-right: auto;
}

#s-70b8a3da-ac6b-4052-9852-c86266b49dff hr {
  border-top: 2px solid #ddd;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 100px;
text-align: center;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 100px;

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




.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-285d5b4b-e73a-4f27-89d6-06cf527f3aa5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e980d6f8-c393-48f4-8663-92329f8a86c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e980d6f8-c393-48f4-8663-92329f8a86c6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-70c1310a-727d-44e8-9855-4a27a8022c1d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-70c1310a-727d-44e8-9855-4a27a8022c1d .shg-proportional-font-size,
#s-70c1310a-727d-44e8-9855-4a27a8022c1d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-24dbf0a7-f063-4d35-b511-3b2e9403c9f3 {
  margin-left: auto;
margin-right: auto;
}

#s-24dbf0a7-f063-4d35-b511-3b2e9403c9f3 hr {
  border-top: 2px solid #ddd;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

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




.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ac2f8eba-db5d-4b36-a760-c5478828cf1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac2f8eba-db5d-4b36-a760-c5478828cf1a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-14265d38-003a-4cf1-be80-df4319051a36 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14265d38-003a-4cf1-be80-df4319051a36 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1894426e-8874-4655-ae37-2484c9776545 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}

#s-1894426e-8874-4655-ae37-2484c9776545 .shg-proportional-font-size,
#s-1894426e-8874-4655-ae37-2484c9776545 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0c5ddb22-2f49-4206-bf21-d0875b01c70b {
  margin-left: auto;
margin-right: auto;
}

#s-0c5ddb22-2f49-4206-bf21-d0875b01c70b hr {
  border-top: 2px solid #ddd;
}

#s-d70d7bf8-006e-452f-afd3-4838b927b507 {
  margin-left: auto;
margin-right: auto;
}

#s-d70d7bf8-006e-452f-afd3-4838b927b507 hr {
  border-top: 2px solid #ddd;
}

#s-6cc9d3fe-ceb8-45d6-8588-ea43bc302e45 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-6cc9d3fe-ceb8-45d6-8588-ea43bc302e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cc9d3fe-ceb8-45d6-8588-ea43bc302e45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf0c42bf-6fe5-43d8-949f-ce6090bf59e0 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-cf0c42bf-6fe5-43d8-949f-ce6090bf59e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0c42bf-6fe5-43d8-949f-ce6090bf59e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf0c42bf-6fe5-43d8-949f-ce6090bf59e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf0c42bf-6fe5-43d8-949f-ce6090bf59e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fa3833f6-9d64-4674-818f-814dc56c0260 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa3833f6-9d64-4674-818f-814dc56c0260 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-fa3833f6-9d64-4674-818f-814dc56c0260 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa3833f6-9d64-4674-818f-814dc56c0260 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fa3833f6-9d64-4674-818f-814dc56c0260 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa3833f6-9d64-4674-818f-814dc56c0260 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fa3833f6-9d64-4674-818f-814dc56c0260 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa3833f6-9d64-4674-818f-814dc56c0260 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fa3833f6-9d64-4674-818f-814dc56c0260 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fa3833f6-9d64-4674-818f-814dc56c0260 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa3833f6-9d64-4674-818f-814dc56c0260 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fa3833f6-9d64-4674-818f-814dc56c0260 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3833f6-9d64-4674-818f-814dc56c0260.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bac9652a-3319-4ccf-9c25-83e671fb39d5 {
  margin-top: 10px;
margin-left: 4%;
margin-right: 3%;
}
@media (max-width: 767px){#s-bac9652a-3319-4ccf-9c25-83e671fb39d5 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-bac9652a-3319-4ccf-9c25-83e671fb39d5 .shg-proportional-font-size,
#s-bac9652a-3319-4ccf-9c25-83e671fb39d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b10d5804-0038-487a-8591-3776895a5ddf {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-b10d5804-0038-487a-8591-3776895a5ddf {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-b10d5804-0038-487a-8591-3776895a5ddf .shg-proportional-font-size,
#s-b10d5804-0038-487a-8591-3776895a5ddf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5ba5b2ee-26a1-45be-9552-139f17c72602 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-5ba5b2ee-26a1-45be-9552-139f17c72602 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-5ba5b2ee-26a1-45be-9552-139f17c72602 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-5ba5b2ee-26a1-45be-9552-139f17c72602 .shg-proportional-font-size,
#s-5ba5b2ee-26a1-45be-9552-139f17c72602 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6aa9f7a7-109f-4245-a620-c9c81deac42b {
  margin-left: auto;
margin-right: auto;
}

#s-6aa9f7a7-109f-4245-a620-c9c81deac42b hr {
  border-top: 2px solid #ddd;
}

#s-1e7e908b-484a-4124-8fa3-147e2f9e231a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-1e7e908b-484a-4124-8fa3-147e2f9e231a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e7e908b-484a-4124-8fa3-147e2f9e231a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e73364f2-f0da-4a2c-a778-c204539acfd3 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e73364f2-f0da-4a2c-a778-c204539acfd3 {
  background-color: rgba(245, 245, 245, 1);
}
}@media (max-width: 767px){#s-e73364f2-f0da-4a2c-a778-c204539acfd3 {
  background-color: rgba(245, 245, 245, 1);
}
}
@media (min-width: 0px) {
[id="s-e73364f2-f0da-4a2c-a778-c204539acfd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e73364f2-f0da-4a2c-a778-c204539acfd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e73364f2-f0da-4a2c-a778-c204539acfd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e73364f2-f0da-4a2c-a778-c204539acfd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-02311e32-10f4-4c06-98a4-a7e337910bc4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-02311e32-10f4-4c06-98a4-a7e337910bc4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-02311e32-10f4-4c06-98a4-a7e337910bc4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02311e32-10f4-4c06-98a4-a7e337910bc4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e39e1b2-1644-4543-a317-43d2c6034adb {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (max-width: 767px){#s-2e39e1b2-1644-4543-a317-43d2c6034adb {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-2e39e1b2-1644-4543-a317-43d2c6034adb .shg-proportional-font-size,
#s-2e39e1b2-1644-4543-a317-43d2c6034adb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-498daf62-066a-4251-91ad-6b3aae07186d {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-498daf62-066a-4251-91ad-6b3aae07186d {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-498daf62-066a-4251-91ad-6b3aae07186d .shg-proportional-font-size,
#s-498daf62-066a-4251-91ad-6b3aae07186d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-470e11ad-f96a-4467-9ba4-ed3a530b7d40 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-470e11ad-f96a-4467-9ba4-ed3a530b7d40 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-470e11ad-f96a-4467-9ba4-ed3a530b7d40 .shg-proportional-font-size,
#s-470e11ad-f96a-4467-9ba4-ed3a530b7d40 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b085862a-7361-49a7-90c2-f423bec9c4e6 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-b085862a-7361-49a7-90c2-f423bec9c4e6 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-b085862a-7361-49a7-90c2-f423bec9c4e6 .shg-proportional-font-size,
#s-b085862a-7361-49a7-90c2-f423bec9c4e6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4ea3ec07-4596-4d1f-8f65-969b8b5d3a0c {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-4ea3ec07-4596-4d1f-8f65-969b8b5d3a0c {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4ea3ec07-4596-4d1f-8f65-969b8b5d3a0c {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-4ea3ec07-4596-4d1f-8f65-969b8b5d3a0c .shg-proportional-font-size,
#s-4ea3ec07-4596-4d1f-8f65-969b8b5d3a0c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-911cdc78-76ea-4ed1-9569-9512a6b371d0 {
  margin-left: auto;
margin-right: auto;
}

#s-911cdc78-76ea-4ed1-9569-9512a6b371d0 hr {
  border-top: 2px solid #ddd;
}

#s-d61e309c-31d2-48da-ad17-9c5d539b2805 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-d61e309c-31d2-48da-ad17-9c5d539b2805 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-d61e309c-31d2-48da-ad17-9c5d539b2805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d61e309c-31d2-48da-ad17-9c5d539b2805.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70e20add-5f22-4e15-94ee-d19114f86d7e {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-70e20add-5f22-4e15-94ee-d19114f86d7e {
  background-color: rgba(0, 0, 0, 1);
}
}
@media (min-width: 0px) {
[id="s-70e20add-5f22-4e15-94ee-d19114f86d7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70e20add-5f22-4e15-94ee-d19114f86d7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70e20add-5f22-4e15-94ee-d19114f86d7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70e20add-5f22-4e15-94ee-d19114f86d7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  margin-top: 30px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aaab749-8238-4b71-94a0-d4b66cdbaf2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-76c01568-42c1-4a40-8ae3-f795360e4f99 {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-76c01568-42c1-4a40-8ae3-f795360e4f99 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-76c01568-42c1-4a40-8ae3-f795360e4f99 .shg-proportional-font-size,
#s-76c01568-42c1-4a40-8ae3-f795360e4f99 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-40cefbfb-4836-474b-9fc0-b5ee80649933 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-40cefbfb-4836-474b-9fc0-b5ee80649933 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-40cefbfb-4836-474b-9fc0-b5ee80649933 .shg-proportional-font-size,
#s-40cefbfb-4836-474b-9fc0-b5ee80649933 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f226d11e-db80-4390-9d98-b14a784a3c55 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-f226d11e-db80-4390-9d98-b14a784a3c55 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-f226d11e-db80-4390-9d98-b14a784a3c55 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-f226d11e-db80-4390-9d98-b14a784a3c55 .shg-proportional-font-size,
#s-f226d11e-db80-4390-9d98-b14a784a3c55 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ca36584-af52-4e73-af4f-2a935a0bb4da {
  margin-left: auto;
margin-right: auto;
}

#s-8ca36584-af52-4e73-af4f-2a935a0bb4da hr {
  border-top: 2px solid #ddd;
}

#s-0a71db74-a9fc-4a3a-a38d-544b33ade4c3 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-0a71db74-a9fc-4a3a-a38d-544b33ade4c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a71db74-a9fc-4a3a-a38d-544b33ade4c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a71db74-a9fc-4a3a-a38d-544b33ade4c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a71db74-a9fc-4a3a-a38d-544b33ade4c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-377a8609-aba2-4e68-8f34-a478ee57db7b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377a8609-aba2-4e68-8f34-a478ee57db7b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-377a8609-aba2-4e68-8f34-a478ee57db7b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377a8609-aba2-4e68-8f34-a478ee57db7b img.shogun-image {
  width: 100%;
  
  
  

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




.s-377a8609-aba2-4e68-8f34-a478ee57db7b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377a8609-aba2-4e68-8f34-a478ee57db7b img.shogun-image {
  width: 100%;
  
  
  

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




.s-377a8609-aba2-4e68-8f34-a478ee57db7b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377a8609-aba2-4e68-8f34-a478ee57db7b img.shogun-image {
  width: 100%;
  
  
  

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




.s-377a8609-aba2-4e68-8f34-a478ee57db7b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-377a8609-aba2-4e68-8f34-a478ee57db7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377a8609-aba2-4e68-8f34-a478ee57db7b img.shogun-image {
  width: 100%;
  
  
  

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




.s-377a8609-aba2-4e68-8f34-a478ee57db7b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377a8609-aba2-4e68-8f34-a478ee57db7b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d5c73907-1cfd-4095-ae4b-722ae172cfac {
  margin-top: 10px;
margin-left: 4%;
margin-right: 3%;
}
@media (max-width: 767px){#s-d5c73907-1cfd-4095-ae4b-722ae172cfac {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-d5c73907-1cfd-4095-ae4b-722ae172cfac .shg-proportional-font-size,
#s-d5c73907-1cfd-4095-ae4b-722ae172cfac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32ebf41f-dcb6-49e2-adac-bdee1838bea8 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-32ebf41f-dcb6-49e2-adac-bdee1838bea8 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-32ebf41f-dcb6-49e2-adac-bdee1838bea8 .shg-proportional-font-size,
#s-32ebf41f-dcb6-49e2-adac-bdee1838bea8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f3328ccd-e371-4d90-a3a2-da9e1463d848 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-f3328ccd-e371-4d90-a3a2-da9e1463d848 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-f3328ccd-e371-4d90-a3a2-da9e1463d848 .shg-proportional-font-size,
#s-f3328ccd-e371-4d90-a3a2-da9e1463d848 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-318e2a43-44ee-4be1-888c-fe05e9ddefe7 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-318e2a43-44ee-4be1-888c-fe05e9ddefe7 {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-318e2a43-44ee-4be1-888c-fe05e9ddefe7 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-318e2a43-44ee-4be1-888c-fe05e9ddefe7 .shg-proportional-font-size,
#s-318e2a43-44ee-4be1-888c-fe05e9ddefe7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce2c91fa-6cef-415a-ab22-d9dae3d6eefa {
  margin-left: auto;
margin-right: auto;
}

#s-ce2c91fa-6cef-415a-ab22-d9dae3d6eefa hr {
  border-top: 2px solid #ddd;
}

#s-a6dff24d-5dda-47dd-b7d5-bd430d4ec4eb {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a6dff24d-5dda-47dd-b7d5-bd430d4ec4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6dff24d-5dda-47dd-b7d5-bd430d4ec4eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12a9281b-86fd-4cf8-b3b5-b7b028446e3d {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-12a9281b-86fd-4cf8-b3b5-b7b028446e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12a9281b-86fd-4cf8-b3b5-b7b028446e3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12a9281b-86fd-4cf8-b3b5-b7b028446e3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12a9281b-86fd-4cf8-b3b5-b7b028446e3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
max-width: 1000px;
text-align: center;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea6c3a9b-df7a-40a5-bee6-efce6fd6ef4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-be4abc70-ab09-42e5-b4cb-180c052127d5 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-be4abc70-ab09-42e5-b4cb-180c052127d5 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-be4abc70-ab09-42e5-b4cb-180c052127d5 .shg-proportional-font-size,
#s-be4abc70-ab09-42e5-b4cb-180c052127d5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-598ddd2e-e725-4e9d-bf68-9f9735740aae {
  margin-left: 3%;
margin-right: 3%;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-598ddd2e-e725-4e9d-bf68-9f9735740aae {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-598ddd2e-e725-4e9d-bf68-9f9735740aae .shg-proportional-font-size,
#s-598ddd2e-e725-4e9d-bf68-9f9735740aae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4210ed3e-7b28-4cda-9543-997961748160 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-4210ed3e-7b28-4cda-9543-997961748160 {
  margin-top: 200px;
}
}@media (max-width: 767px){#s-4210ed3e-7b28-4cda-9543-997961748160 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-4210ed3e-7b28-4cda-9543-997961748160 .shg-proportional-font-size,
#s-4210ed3e-7b28-4cda-9543-997961748160 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57b1a3f4-3955-418f-8f00-e0ecdd2836ce {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-57b1a3f4-3955-418f-8f00-e0ecdd2836ce {
  margin-top: 60px;
}
}@media (max-width: 767px){#s-57b1a3f4-3955-418f-8f00-e0ecdd2836ce {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}
}
#s-57b1a3f4-3955-418f-8f00-e0ecdd2836ce .shg-proportional-font-size,
#s-57b1a3f4-3955-418f-8f00-e0ecdd2836ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a6d52753-3c88-4896-ad7c-e14b262dfc3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b img.shogun-image {
  width: 100%;
  
  
  

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




.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d52753-3c88-4896-ad7c-e14b262dfc3b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85b8a253-5b61-42e4-a87b-3e1c83635a31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-85b8a253-5b61-42e4-a87b-3e1c83635a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85b8a253-5b61-42e4-a87b-3e1c83635a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d71d31ca-f31e-4fd7-bcfe-320d1ac0c6cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d71d31ca-f31e-4fd7-bcfe-320d1ac0c6cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d71d31ca-f31e-4fd7-bcfe-320d1ac0c6cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5 {
  min-height: 7px;
}
@media (min-width: 1200px){#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5 {
  
}
}@media (max-width: 767px){#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5 {
  
}
}







#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5486e0d-6138-44ee-8fa4-393ef3d581d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2feb2244-bfc9-4029-88c2-ba78978cef10 {
  margin-left: auto;
margin-right: auto;
}

#s-2feb2244-bfc9-4029-88c2-ba78978cef10 hr {
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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;
}
