.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-0d8e27cd-1cf2-41c6-9850-3200c4556ba2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2 {
  
}
}@media (max-width: 767px){#s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2 {
  
}
}
@media (min-width: 0px) {
[id="s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0d8e27cd-1cf2-41c6-9850-3200c4556ba2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-49019e39-447b-4e17-8043-f2538a1b725b {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-49019e39-447b-4e17-8043-f2538a1b725b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49019e39-447b-4e17-8043-f2538a1b725b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49019e39-447b-4e17-8043-f2538a1b725b {
  
}
}@media (max-width: 767px){#s-49019e39-447b-4e17-8043-f2538a1b725b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-49019e39-447b-4e17-8043-f2538a1b725b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-49019e39-447b-4e17-8043-f2538a1b725b.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: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  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-a5960b31-01e2-4266-b7fa-588c5c705cbd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a5960b31-01e2-4266-b7fa-588c5c705cbd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a5960b31-01e2-4266-b7fa-588c5c705cbd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-534c82b5-adcd-4f4d-bb0d-61901b5b775c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-534c82b5-adcd-4f4d-bb0d-61901b5b775c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-534c82b5-adcd-4f4d-bb0d-61901b5b775c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
.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: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.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: 100;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Outfit";
}

.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: #000000;
  font-family: "Outfit";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Outfit";
  font-weight: 100;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 100;
  font-family: "Outfit";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-7d020c8d-d937-49d5-aa14-49a1831437d0 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(228, 209, 243, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-7d020c8d-d937-49d5-aa14-49a1831437d0:hover {background-color: rgba(230, 188, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d020c8d-d937-49d5-aa14-49a1831437d0:active {background-color: rgba(228, 209, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7d020c8d-d937-49d5-aa14-49a1831437d0-root {
    text-align: center;
  }


#s-7d020c8d-d937-49d5-aa14-49a1831437d0.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d020c8d-d937-49d5-aa14-49a1831437d0-root {
    text-align: center;
  }


#s-7d020c8d-d937-49d5-aa14-49a1831437d0.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d020c8d-d937-49d5-aa14-49a1831437d0-root {
    text-align: center;
  }


#s-7d020c8d-d937-49d5-aa14-49a1831437d0.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d020c8d-d937-49d5-aa14-49a1831437d0-root {
    text-align: center;
  }


#s-7d020c8d-d937-49d5-aa14-49a1831437d0.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d020c8d-d937-49d5-aa14-49a1831437d0-root {
    text-align: center;
  }


#s-7d020c8d-d937-49d5-aa14-49a1831437d0.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-0bf855f7-3643-4359-9760-29488bc45dfd {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 670px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0bf855f7-3643-4359-9760-29488bc45dfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bf855f7-3643-4359-9760-29488bc45dfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bf855f7-3643-4359-9760-29488bc45dfd {
  
}
}@media (max-width: 767px){#s-0bf855f7-3643-4359-9760-29488bc45dfd {
  
}
}
#s-0bf855f7-3643-4359-9760-29488bc45dfd {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/);
}








#s-0bf855f7-3643-4359-9760-29488bc45dfd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-0bf855f7-3643-4359-9760-29488bc45dfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-0bf855f7-3643-4359-9760-29488bc45dfd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-0bf855f7-3643-4359-9760-29488bc45dfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  max-width: 1000px;
}
}
#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe609661-60b8-44a8-b743-86a5ac69859f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-fe609661-60b8-44a8-b743-86a5ac69859f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe609661-60b8-44a8-b743-86a5ac69859f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-fe609661-60b8-44a8-b743-86a5ac69859f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe609661-60b8-44a8-b743-86a5ac69859f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-fe609661-60b8-44a8-b743-86a5ac69859f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe609661-60b8-44a8-b743-86a5ac69859f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-fe609661-60b8-44a8-b743-86a5ac69859f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fe609661-60b8-44a8-b743-86a5ac69859f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-fe609661-60b8-44a8-b743-86a5ac69859f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fe609661-60b8-44a8-b743-86a5ac69859f img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-fe609661-60b8-44a8-b743-86a5ac69859f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe609661-60b8-44a8-b743-86a5ac69859f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ce4c9b2d-13d8-4264-9d75-7ccec396b0ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ce4c9b2d-13d8-4264-9d75-7ccec396b0ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce4c9b2d-13d8-4264-9d75-7ccec396b0ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0fc7e67-1dfc-4465-aab4-afece6d9938b {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0fc7e67-1dfc-4465-aab4-afece6d9938b {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-d0fc7e67-1dfc-4465-aab4-afece6d9938b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d0fc7e67-1dfc-4465-aab4-afece6d9938b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0fc7e67-1dfc-4465-aab4-afece6d9938b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0fc7e67-1dfc-4465-aab4-afece6d9938b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0fc7e67-1dfc-4465-aab4-afece6d9938b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fd7c6d6b-9f0c-4c99-8608-3952c9b1f502 {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-fd7c6d6b-9f0c-4c99-8608-3952c9b1f502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd7c6d6b-9f0c-4c99-8608-3952c9b1f502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-fd7c6d6b-9f0c-4c99-8608-3952c9b1f502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd7c6d6b-9f0c-4c99-8608-3952c9b1f502.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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-7aaffdbf-443d-470d-83d4-81fb38de225c {
  margin-left: auto;
margin-right: auto;
}

#s-7aaffdbf-443d-470d-83d4-81fb38de225c .shg-proportional-font-size,
#s-7aaffdbf-443d-470d-83d4-81fb38de225c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 15%;
max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin-bottom: 6%;
max-width: 350px;
}
}
#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 15%;
  margin-top: 5%;
  
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 6%;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6ac424b-9ca6-4291-94e3-1d516e7433a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d1f16938-309a-47b2-8a24-42b780a4e079 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-d1f16938-309a-47b2-8a24-42b780a4e079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1f16938-309a-47b2-8a24-42b780a4e079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70a20483-ecfc-414e-b605-2afdeeb7a202 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70a20483-ecfc-414e-b605-2afdeeb7a202 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-70a20483-ecfc-414e-b605-2afdeeb7a202 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-70a20483-ecfc-414e-b605-2afdeeb7a202 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-70a20483-ecfc-414e-b605-2afdeeb7a202 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-85f12250-b864-47c2-8d72-c08291b3516c {
  margin-left: auto;
margin-right: auto;
}

#s-85f12250-b864-47c2-8d72-c08291b3516c .shg-proportional-font-size,
#s-85f12250-b864-47c2-8d72-c08291b3516c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a2e4fc1d-a4b6-4872-9216-f30518ad55a8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-a2e4fc1d-a4b6-4872-9216-f30518ad55a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2e4fc1d-a4b6-4872-9216-f30518ad55a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6 {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ca25ef2-c473-4d52-b5d1-89b06a2327b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9fd3c79-8140-42ef-a4a5-0ab716e39fbe {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-f9fd3c79-8140-42ef-a4a5-0ab716e39fbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9fd3c79-8140-42ef-a4a5-0ab716e39fbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6bef7c6-e401-4e6b-b74b-5d902fc1703f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6bef7c6-e401-4e6b-b74b-5d902fc1703f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d6bef7c6-e401-4e6b-b74b-5d902fc1703f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d6bef7c6-e401-4e6b-b74b-5d902fc1703f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-d6bef7c6-e401-4e6b-b74b-5d902fc1703f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-cd68aada-5269-42ca-8847-53d9ed3a4480 {
  margin-left: auto;
margin-right: auto;
}

#s-cd68aada-5269-42ca-8847-53d9ed3a4480 .shg-proportional-font-size,
#s-cd68aada-5269-42ca-8847-53d9ed3a4480 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-644b4c52-1044-458d-b7c1-b36f870f01ea {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-644b4c52-1044-458d-b7c1-b36f870f01ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-644b4c52-1044-458d-b7c1-b36f870f01ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-644b4c52-1044-458d-b7c1-b36f870f01ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-644b4c52-1044-458d-b7c1-b36f870f01ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-83236d6d-f964-4353-bc1b-77873a95417c {
  margin-left: auto;
margin-right: auto;
}

#s-83236d6d-f964-4353-bc1b-77873a95417c .shg-proportional-font-size,
#s-83236d6d-f964-4353-bc1b-77873a95417c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  margin-top: 5%;
margin-left: 15%;
max-width: 1000px;
text-align: center;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  
  margin-top: 5%;
  
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2ce8c6af-d03e-429f-a790-d062b75decc8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2ce8c6af-d03e-429f-a790-d062b75decc8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-2ce8c6af-d03e-429f-a790-d062b75decc8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c6af-d03e-429f-a790-d062b75decc8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ab48f8c4-055b-4235-9106-e1c33fb44683 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ab48f8c4-055b-4235-9106-e1c33fb44683 {
  padding-bottom: 25px;
}
}







#s-ab48f8c4-055b-4235-9106-e1c33fb44683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab48f8c4-055b-4235-9106-e1c33fb44683.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9d2916d-6094-4944-9bef-0982571fea86 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9d2916d-6094-4944-9bef-0982571fea86 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-a9d2916d-6094-4944-9bef-0982571fea86 {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a9d2916d-6094-4944-9bef-0982571fea86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9d2916d-6094-4944-9bef-0982571fea86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9d2916d-6094-4944-9bef-0982571fea86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9d2916d-6094-4944-9bef-0982571fea86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5847f5c-c865-4990-96a2-30f47a70bcab {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-a5847f5c-c865-4990-96a2-30f47a70bcab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5847f5c-c865-4990-96a2-30f47a70bcab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-a5847f5c-c865-4990-96a2-30f47a70bcab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5847f5c-c865-4990-96a2-30f47a70bcab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-bb7fd5cb-a13d-4e58-8aa0-19252cfac37f {
  margin-left: auto;
margin-right: auto;
}

#s-bb7fd5cb-a13d-4e58-8aa0-19252cfac37f .shg-proportional-font-size,
#s-bb7fd5cb-a13d-4e58-8aa0-19252cfac37f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin-top: 5%;
margin-left: 0%;
margin-right: 15%;
max-width: 464px;
text-align: center;
}
@media (min-width: 1200px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  max-width: 300px;
}
}@media (max-width: 767px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin-top: 5%;
margin-bottom: 5%;
max-width: 350px;
}
}
#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 15%;
  margin-top: 5%;
  
}

#s-4c806a89-6192-4be2-8673-f725084b1acc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c806a89-6192-4be2-8673-f725084b1acc img.shogun-image {
  width: 100%;
  
  
  max-width: 464px;

      
    max-width: 464px;

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




.s-4c806a89-6192-4be2-8673-f725084b1acc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c806a89-6192-4be2-8673-f725084b1acc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c806a89-6192-4be2-8673-f725084b1acc img.shogun-image {
  width: 100%;
  
  
  max-width: 464px;

      
    max-width: 464px;

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




.s-4c806a89-6192-4be2-8673-f725084b1acc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c806a89-6192-4be2-8673-f725084b1acc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c806a89-6192-4be2-8673-f725084b1acc img.shogun-image {
  width: 100%;
  
  
  max-width: 464px;

      
    max-width: 464px;

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




.s-4c806a89-6192-4be2-8673-f725084b1acc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c806a89-6192-4be2-8673-f725084b1acc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c806a89-6192-4be2-8673-f725084b1acc img.shogun-image {
  width: 100%;
  
  
  max-width: 464px;

      
    max-width: 464px;

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




.s-4c806a89-6192-4be2-8673-f725084b1acc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4c806a89-6192-4be2-8673-f725084b1acc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  margin-bottom: 5%;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c806a89-6192-4be2-8673-f725084b1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c806a89-6192-4be2-8673-f725084b1acc img.shogun-image {
  width: 100%;
  
  
  max-width: 464px;

      
    max-width: 464px;

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




.s-4c806a89-6192-4be2-8673-f725084b1acc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c806a89-6192-4be2-8673-f725084b1acc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33a3a8a4-82c7-43bb-a72c-5e6ac9b4983d {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-33a3a8a4-82c7-43bb-a72c-5e6ac9b4983d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33a3a8a4-82c7-43bb-a72c-5e6ac9b4983d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc656014-49cd-4f7c-9f2b-f1c6e994c984 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc656014-49cd-4f7c-9f2b-f1c6e994c984 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-dc656014-49cd-4f7c-9f2b-f1c6e994c984 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dc656014-49cd-4f7c-9f2b-f1c6e994c984 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-dc656014-49cd-4f7c-9f2b-f1c6e994c984 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-2b232ffc-4503-4768-9bb9-d2b66573b10f {
  margin-left: auto;
margin-right: auto;
}

#s-2b232ffc-4503-4768-9bb9-d2b66573b10f .shg-proportional-font-size,
#s-2b232ffc-4503-4768-9bb9-d2b66573b10f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b6caf97d-2970-4433-a9b2-f4720dad85c9 {
  margin-left: auto;
margin-right: auto;
}

#s-b6caf97d-2970-4433-a9b2-f4720dad85c9 .shg-proportional-font-size,
#s-b6caf97d-2970-4433-a9b2-f4720dad85c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-becf8ea5-ff2f-44ec-a190-987b4d868101 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-becf8ea5-ff2f-44ec-a190-987b4d868101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-becf8ea5-ff2f-44ec-a190-987b4d868101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-becf8ea5-ff2f-44ec-a190-987b4d868101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-becf8ea5-ff2f-44ec-a190-987b4d868101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d256b84-9955-4460-b143-a087b58e6c92 {
  margin-left: auto;
margin-right: auto;
}

#s-2d256b84-9955-4460-b143-a087b58e6c92 .shg-proportional-font-size,
#s-2d256b84-9955-4460-b143-a087b58e6c92 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2567109a-1dac-4813-b742-f8f91ba05930 {
  margin-left: auto;
margin-right: auto;
}

#s-2567109a-1dac-4813-b742-f8f91ba05930 .shg-proportional-font-size,
#s-2567109a-1dac-4813-b742-f8f91ba05930 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ecdbd22c-f133-443e-89ad-aff27b37d252 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ecdbd22c-f133-443e-89ad-aff27b37d252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecdbd22c-f133-443e-89ad-aff27b37d252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90237ec9-d66b-4471-ad89-dbb1cbf482ce {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
max-width: 1400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-90237ec9-d66b-4471-ad89-dbb1cbf482ce {
  padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90237ec9-d66b-4471-ad89-dbb1cbf482ce {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-90237ec9-d66b-4471-ad89-dbb1cbf482ce {
  padding-left: 20px;
padding-bottom: 45px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-90237ec9-d66b-4471-ad89-dbb1cbf482ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90237ec9-d66b-4471-ad89-dbb1cbf482ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90237ec9-d66b-4471-ad89-dbb1cbf482ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90237ec9-d66b-4471-ad89-dbb1cbf482ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c5e23d74-df0e-43fd-8588-75e80c64d419 {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-c5e23d74-df0e-43fd-8588-75e80c64d419 {
  margin-top: 18px;
}
}







#s-c5e23d74-df0e-43fd-8588-75e80c64d419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5e23d74-df0e-43fd-8588-75e80c64d419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e09d422-f71b-402c-b47a-26bc2ba9c672 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4e09d422-f71b-402c-b47a-26bc2ba9c672 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-4e09d422-f71b-402c-b47a-26bc2ba9c672 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e09d422-f71b-402c-b47a-26bc2ba9c672 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-4e09d422-f71b-402c-b47a-26bc2ba9c672 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  max-width: 250px;
}
}@media (max-width: 767px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  max-width: 250px;
}
}
#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 5%;
  
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98db85e3-b7eb-44c1-a465-a520c6ee7d12.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7eec1c09-f022-4663-ae4f-e2ea279c9c93 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-7eec1c09-f022-4663-ae4f-e2ea279c9c93 .shg-proportional-font-size,
#s-7eec1c09-f022-4663-ae4f-e2ea279c9c93 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-522d67f8-c6a6-4e47-b6e1-d72249c942bf {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-522d67f8-c6a6-4e47-b6e1-d72249c942bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-522d67f8-c6a6-4e47-b6e1-d72249c942bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d1816d03-d633-4311-a7ad-0ce91ada8b09 {
  margin-left: auto;
margin-right: auto;
}

#s-d1816d03-d633-4311-a7ad-0ce91ada8b09 .shg-proportional-font-size,
#s-d1816d03-d633-4311-a7ad-0ce91ada8b09 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
max-width: 332px;
text-align: center;
}
@media (min-width: 1200px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  max-width: 250px;
}
}@media (max-width: 767px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  max-width: 250px;
}
}
#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 5%;
  
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-122065ef-b034-42ad-98fc-bb4acb851d51 img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-122065ef-b034-42ad-98fc-bb4acb851d51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-122065ef-b034-42ad-98fc-bb4acb851d51 img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-122065ef-b034-42ad-98fc-bb4acb851d51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-122065ef-b034-42ad-98fc-bb4acb851d51 img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-122065ef-b034-42ad-98fc-bb4acb851d51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-122065ef-b034-42ad-98fc-bb4acb851d51 img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-122065ef-b034-42ad-98fc-bb4acb851d51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-122065ef-b034-42ad-98fc-bb4acb851d51 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-122065ef-b034-42ad-98fc-bb4acb851d51 img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-122065ef-b034-42ad-98fc-bb4acb851d51 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-122065ef-b034-42ad-98fc-bb4acb851d51.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-52661bc4-6c52-415f-b9ba-cc1800a1501e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-52661bc4-6c52-415f-b9ba-cc1800a1501e .shg-proportional-font-size,
#s-52661bc4-6c52-415f-b9ba-cc1800a1501e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-868dbeca-6b97-4781-91b5-4288195a6271 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-868dbeca-6b97-4781-91b5-4288195a6271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-868dbeca-6b97-4781-91b5-4288195a6271.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7eacb49-2389-453e-847e-91cea3d6eabb {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7eacb49-2389-453e-847e-91cea3d6eabb {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-d7eacb49-2389-453e-847e-91cea3d6eabb {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d7eacb49-2389-453e-847e-91cea3d6eabb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7eacb49-2389-453e-847e-91cea3d6eabb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7eacb49-2389-453e-847e-91cea3d6eabb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7eacb49-2389-453e-847e-91cea3d6eabb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d7eacb49-2389-453e-847e-91cea3d6eabb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3ddbd72a-7b38-4af7-88ce-f7bac7eeac20 {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-3ddbd72a-7b38-4af7-88ce-f7bac7eeac20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ddbd72a-7b38-4af7-88ce-f7bac7eeac20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-3ddbd72a-7b38-4af7-88ce-f7bac7eeac20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ddbd72a-7b38-4af7-88ce-f7bac7eeac20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-0b5a4628-a5de-4628-93b7-e41664e935d7 {
  margin-left: auto;
margin-right: auto;
}

#s-0b5a4628-a5de-4628-93b7-e41664e935d7 .shg-proportional-font-size,
#s-0b5a4628-a5de-4628-93b7-e41664e935d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  max-width: 250px;
}
}@media (max-width: 767px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  max-width: 250px;
}
}
#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 5%;
  
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-36c5f3c6-49dc-4607-bf05-42deb09881d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    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-36c5f3c6-49dc-4607-bf05-42deb09881d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c5f3c6-49dc-4607-bf05-42deb09881d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8164d9fd-f733-4d3e-8a30-9369654a38ea {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-8164d9fd-f733-4d3e-8a30-9369654a38ea .shg-proportional-font-size,
#s-8164d9fd-f733-4d3e-8a30-9369654a38ea .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-251ea98d-6047-4436-b0ea-59bf770dfd18 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-251ea98d-6047-4436-b0ea-59bf770dfd18 {
  margin-top: 18px;
}
}







#s-251ea98d-6047-4436-b0ea-59bf770dfd18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-251ea98d-6047-4436-b0ea-59bf770dfd18.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a745b12c-1d88-4c51-8191-f8c30381ac50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a745b12c-1d88-4c51-8191-f8c30381ac50 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-a745b12c-1d88-4c51-8191-f8c30381ac50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a745b12c-1d88-4c51-8191-f8c30381ac50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a745b12c-1d88-4c51-8191-f8c30381ac50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-a745b12c-1d88-4c51-8191-f8c30381ac50 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
max-width: 332px;
text-align: center;
}
@media (min-width: 1200px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  max-width: 250px;
}
}@media (max-width: 767px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  max-width: 250px;
}
}
#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 5%;
  
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad img.shogun-image {
  width: 100%;
  
  
  max-width: 332px;

      
    max-width: 332px;

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




.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb2d18f3-9e71-4ec2-8c35-c5a0243af9ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dda0cc08-2e01-4090-9964-c3972a5b7c51 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-dda0cc08-2e01-4090-9964-c3972a5b7c51 .shg-proportional-font-size,
#s-dda0cc08-2e01-4090-9964-c3972a5b7c51 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9c63c815-72c8-43a0-9b2f-4b333c56c8ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-9c63c815-72c8-43a0-9b2f-4b333c56c8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c63c815-72c8-43a0-9b2f-4b333c56c8ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e0de99-4903-4031-be82-e8fec9f7944b {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-18e0de99-4903-4031-be82-e8fec9f7944b {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-18e0de99-4903-4031-be82-e8fec9f7944b {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-18e0de99-4903-4031-be82-e8fec9f7944b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18e0de99-4903-4031-be82-e8fec9f7944b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18e0de99-4903-4031-be82-e8fec9f7944b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18e0de99-4903-4031-be82-e8fec9f7944b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07d07047-4fde-4b90-b245-7235dca4b023 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-07d07047-4fde-4b90-b245-7235dca4b023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07d07047-4fde-4b90-b245-7235dca4b023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad5b4057-9f02-41d6-9392-f118c0e7b964 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad5b4057-9f02-41d6-9392-f118c0e7b964 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ad5b4057-9f02-41d6-9392-f118c0e7b964 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ad5b4057-9f02-41d6-9392-f118c0e7b964 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-ad5b4057-9f02-41d6-9392-f118c0e7b964 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-d3fe91fc-c065-4ebb-8f38-c8ef122cc69c {
  margin-left: auto;
margin-right: auto;
}

#s-d3fe91fc-c065-4ebb-8f38-c8ef122cc69c .shg-proportional-font-size,
#s-d3fe91fc-c065-4ebb-8f38-c8ef122cc69c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d29896db-ac60-4e07-a59b-628515d858a7 {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-d29896db-ac60-4e07-a59b-628515d858a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d29896db-ac60-4e07-a59b-628515d858a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-d29896db-ac60-4e07-a59b-628515d858a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d29896db-ac60-4e07-a59b-628515d858a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-61db2ba9-64d8-457c-b2f5-10c526910214 {
  margin-left: auto;
margin-right: auto;
}

#s-61db2ba9-64d8-457c-b2f5-10c526910214 .shg-proportional-font-size,
#s-61db2ba9-64d8-457c-b2f5-10c526910214 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  margin-top: 5%;
margin-left: 15%;
max-width: 1000px;
text-align: center;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  
  margin-top: 5%;
  
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

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




.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb0b750-85bc-4db2-88b5-1c27e8cfaf78.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3848d6b4-6846-471b-a95c-2ecc41eaf970 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3848d6b4-6846-471b-a95c-2ecc41eaf970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3848d6b4-6846-471b-a95c-2ecc41eaf970.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c975dfd-cc9f-412b-8618-dabcd5d7a235 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6c975dfd-cc9f-412b-8618-dabcd5d7a235 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6c975dfd-cc9f-412b-8618-dabcd5d7a235"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c975dfd-cc9f-412b-8618-dabcd5d7a235"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c975dfd-cc9f-412b-8618-dabcd5d7a235"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c975dfd-cc9f-412b-8618-dabcd5d7a235"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/480x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/960x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/768x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/1536x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/1024x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/2048x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/1200x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/2048x/);
}
#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c42563db-7f0e-45ef-bc19-7c1213cf2f4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c08e192-0283-4c20-b5f3-18cfbb71d594 {
  margin-top: 15%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(220, 220, 220, 0.79);
}








#s-8c08e192-0283-4c20-b5f3-18cfbb71d594 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c08e192-0283-4c20-b5f3-18cfbb71d594.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a322e4-0b45-46fe-9c0c-629484a4ff98 {
  margin-left: auto;
margin-right: auto;
}

#s-28a322e4-0b45-46fe-9c0c-629484a4ff98 .shg-proportional-font-size,
#s-28a322e4-0b45-46fe-9c0c-629484a4ff98 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f05abe8-7e37-4ccd-b4c3-3c0df942f1ec {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-2f05abe8-7e37-4ccd-b4c3-3c0df942f1ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f05abe8-7e37-4ccd-b4c3-3c0df942f1ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8a2e45b-82df-4101-b5c7-8f2a9fab54a8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-b8a2e45b-82df-4101-b5c7-8f2a9fab54a8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b8a2e45b-82df-4101-b5c7-8f2a9fab54a8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-f8ed3be6-ca10-4da7-a148-1ebb2894a2eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f8ed3be6-ca10-4da7-a148-1ebb2894a2eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f8ed3be6-ca10-4da7-a148-1ebb2894a2eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-f72bfd01-affc-4721-9e0c-aa17d30e515f {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(228, 209, 243, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 68, 68, 1);
}
#s-f72bfd01-affc-4721-9e0c-aa17d30e515f:hover {background-color: rgba(230, 188, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f72bfd01-affc-4721-9e0c-aa17d30e515f:active {background-color: rgba(228, 209, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f72bfd01-affc-4721-9e0c-aa17d30e515f-root {
    text-align: center;
  }


#s-f72bfd01-affc-4721-9e0c-aa17d30e515f.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f72bfd01-affc-4721-9e0c-aa17d30e515f-root {
    text-align: center;
  }


#s-f72bfd01-affc-4721-9e0c-aa17d30e515f.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f72bfd01-affc-4721-9e0c-aa17d30e515f-root {
    text-align: center;
  }


#s-f72bfd01-affc-4721-9e0c-aa17d30e515f.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f72bfd01-affc-4721-9e0c-aa17d30e515f-root {
    text-align: center;
  }


#s-f72bfd01-affc-4721-9e0c-aa17d30e515f.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f72bfd01-affc-4721-9e0c-aa17d30e515f-root {
    text-align: center;
  }


#s-f72bfd01-affc-4721-9e0c-aa17d30e515f.shg-btn {
  color: rgba(68, 68, 68, 1);
  font-size: 16px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-cf438b83-62d9-4ecc-8122-c6d494871436 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf438b83-62d9-4ecc-8122-c6d494871436 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf438b83-62d9-4ecc-8122-c6d494871436.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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;
}
