.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-dac69211-72e6-407b-bee0-b845f9277e25 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dac69211-72e6-407b-bee0-b845f9277e25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dac69211-72e6-407b-bee0-b845f9277e25.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-ddcdc854-abed-4a15-ad96-332b02eab50b {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddcdc854-abed-4a15-ad96-332b02eab50b img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-ddcdc854-abed-4a15-ad96-332b02eab50b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddcdc854-abed-4a15-ad96-332b02eab50b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ddcdc854-abed-4a15-ad96-332b02eab50b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddcdc854-abed-4a15-ad96-332b02eab50b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ddcdc854-abed-4a15-ad96-332b02eab50b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddcdc854-abed-4a15-ad96-332b02eab50b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ddcdc854-abed-4a15-ad96-332b02eab50b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ddcdc854-abed-4a15-ad96-332b02eab50b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ddcdc854-abed-4a15-ad96-332b02eab50b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ddcdc854-abed-4a15-ad96-332b02eab50b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddcdc854-abed-4a15-ad96-332b02eab50b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8a6ec7db-030c-4a38-bd76-77b728d3f6b6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8a6ec7db-030c-4a38-bd76-77b728d3f6b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a6ec7db-030c-4a38-bd76-77b728d3f6b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01989286-b80e-408d-98b2-e849ea12b00e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-01989286-b80e-408d-98b2-e849ea12b00e img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-01989286-b80e-408d-98b2-e849ea12b00e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-01989286-b80e-408d-98b2-e849ea12b00e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01989286-b80e-408d-98b2-e849ea12b00e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-01989286-b80e-408d-98b2-e849ea12b00e img.shogun-image {
  width: 100%;
  
  
  

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




.s-01989286-b80e-408d-98b2-e849ea12b00e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-01989286-b80e-408d-98b2-e849ea12b00e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01989286-b80e-408d-98b2-e849ea12b00e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-01989286-b80e-408d-98b2-e849ea12b00e img.shogun-image {
  width: 100%;
  
  
  

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




.s-01989286-b80e-408d-98b2-e849ea12b00e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-01989286-b80e-408d-98b2-e849ea12b00e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01989286-b80e-408d-98b2-e849ea12b00e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-01989286-b80e-408d-98b2-e849ea12b00e img.shogun-image {
  width: 100%;
  
  
  

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




.s-01989286-b80e-408d-98b2-e849ea12b00e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-01989286-b80e-408d-98b2-e849ea12b00e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01989286-b80e-408d-98b2-e849ea12b00e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-01989286-b80e-408d-98b2-e849ea12b00e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-01989286-b80e-408d-98b2-e849ea12b00e img.shogun-image {
  width: 100%;
  
  
  

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




.s-01989286-b80e-408d-98b2-e849ea12b00e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01989286-b80e-408d-98b2-e849ea12b00e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8bf8f1bf-1f15-4abf-81a0-a6ccedfdb2de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8bf8f1bf-1f15-4abf-81a0-a6ccedfdb2de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bf8f1bf-1f15-4abf-81a0-a6ccedfdb2de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18922453-22e1-4c24-a87c-37aca8655648 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-18922453-22e1-4c24-a87c-37aca8655648 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-18922453-22e1-4c24-a87c-37aca8655648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-18922453-22e1-4c24-a87c-37aca8655648 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-18922453-22e1-4c24-a87c-37aca8655648 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-18922453-22e1-4c24-a87c-37aca8655648 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-18922453-22e1-4c24-a87c-37aca8655648 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-18922453-22e1-4c24-a87c-37aca8655648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-18922453-22e1-4c24-a87c-37aca8655648 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-18922453-22e1-4c24-a87c-37aca8655648 img.shogun-image {
  width: 100%;
  
  
  

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




.s-18922453-22e1-4c24-a87c-37aca8655648 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-18922453-22e1-4c24-a87c-37aca8655648 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-18922453-22e1-4c24-a87c-37aca8655648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-18922453-22e1-4c24-a87c-37aca8655648 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-18922453-22e1-4c24-a87c-37aca8655648 img.shogun-image {
  width: 100%;
  
  
  

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




.s-18922453-22e1-4c24-a87c-37aca8655648 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-18922453-22e1-4c24-a87c-37aca8655648 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-18922453-22e1-4c24-a87c-37aca8655648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-18922453-22e1-4c24-a87c-37aca8655648 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-18922453-22e1-4c24-a87c-37aca8655648 img.shogun-image {
  width: 100%;
  
  
  

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




.s-18922453-22e1-4c24-a87c-37aca8655648 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-18922453-22e1-4c24-a87c-37aca8655648 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-18922453-22e1-4c24-a87c-37aca8655648-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-18922453-22e1-4c24-a87c-37aca8655648 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-18922453-22e1-4c24-a87c-37aca8655648 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-18922453-22e1-4c24-a87c-37aca8655648 img.shogun-image {
  width: 100%;
  
  
  

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




.s-18922453-22e1-4c24-a87c-37aca8655648 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18922453-22e1-4c24-a87c-37aca8655648.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7f6e4f2b-e6f1-4a9e-aae2-6b3f34c0868b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f6e4f2b-e6f1-4a9e-aae2-6b3f34c0868b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f6e4f2b-e6f1-4a9e-aae2-6b3f34c0868b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce06585a-2a58-49e3-a12a-f233f4813dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce06585a-2a58-49e3-a12a-f233f4813dbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce06585a-2a58-49e3-a12a-f233f4813dbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5683b6d9-3224-4263-b7fe-e734e1de8215 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5683b6d9-3224-4263-b7fe-e734e1de8215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5683b6d9-3224-4263-b7fe-e734e1de8215.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a698cc89-fdf1-4be4-8be9-36b5aa89a299.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f4c0ada0-0549-40b8-9c39-1e1b5d78293a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f4c0ada0-0549-40b8-9c39-1e1b5d78293a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4c0ada0-0549-40b8-9c39-1e1b5d78293a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-40c24d0b-91ef-4e7f-9381-b98d26cf55bc {
  margin-left: auto;
margin-right: auto;
}

#s-654cb512-5df8-4dd9-8fc8-1e3c5c8460b2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-654cb512-5df8-4dd9-8fc8-1e3c5c8460b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-654cb512-5df8-4dd9-8fc8-1e3c5c8460b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6c5e0e-0844-4e89-bbf6-63ca676de1aa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2f7b8105-1a69-4e02-8bd3-73bd1ff842ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2f7b8105-1a69-4e02-8bd3-73bd1ff842ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f7b8105-1a69-4e02-8bd3-73bd1ff842ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83df192c-de1d-4c04-993e-20df44b876e6 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-83df192c-de1d-4c04-993e-20df44b876e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-83df192c-de1d-4c04-993e-20df44b876e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83df192c-de1d-4c04-993e-20df44b876e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-83df192c-de1d-4c04-993e-20df44b876e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-83df192c-de1d-4c04-993e-20df44b876e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83df192c-de1d-4c04-993e-20df44b876e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-83df192c-de1d-4c04-993e-20df44b876e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-83df192c-de1d-4c04-993e-20df44b876e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83df192c-de1d-4c04-993e-20df44b876e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-83df192c-de1d-4c04-993e-20df44b876e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-83df192c-de1d-4c04-993e-20df44b876e6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-83df192c-de1d-4c04-993e-20df44b876e6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-83df192c-de1d-4c04-993e-20df44b876e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-83df192c-de1d-4c04-993e-20df44b876e6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-83df192c-de1d-4c04-993e-20df44b876e6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83df192c-de1d-4c04-993e-20df44b876e6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5fbd5b5-808c-43d2-a5a4-29a64995437a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5fbd5b5-808c-43d2-a5a4-29a64995437a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5fbd5b5-808c-43d2-a5a4-29a64995437a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 img.shogun-image {
  width: 100%;
  
  
  

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




.s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 img.shogun-image {
  width: 100%;
  
  
  

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




.s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 img.shogun-image {
  width: 100%;
  
  
  

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




.s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-771f9ae6-2c0f-4bb8-864e-834aee984938 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-771f9ae6-2c0f-4bb8-864e-834aee984938 img.shogun-image {
  width: 100%;
  
  
  

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




.s-771f9ae6-2c0f-4bb8-864e-834aee984938 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shg-align-container {
  display: flex;
  justify-content: center
}

.s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-771f9ae6-2c0f-4bb8-864e-834aee984938.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ed4825d8-5ed5-4fe7-8d02-21228d15bba9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ed4825d8-5ed5-4fe7-8d02-21228d15bba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed4825d8-5ed5-4fe7-8d02-21228d15bba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a img.shogun-image {
  width: 100%;
  
  
  

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




.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a img.shogun-image {
  width: 100%;
  
  
  

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




.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a img.shogun-image {
  width: 100%;
  
  
  

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




.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-570300ad-4bbe-48da-a7fc-30307bc5ec8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a img.shogun-image {
  width: 100%;
  
  
  

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




.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-570300ad-4bbe-48da-a7fc-30307bc5ec8a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5c2c1e99-3509-4b2f-b1b8-5a500ce2103f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5c2c1e99-3509-4b2f-b1b8-5a500ce2103f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c2c1e99-3509-4b2f-b1b8-5a500ce2103f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-036a8e39-ca06-4d09-9166-37699bf2f88b {
  text-align: left;
}


  #s-036a8e39-ca06-4d09-9166-37699bf2f88b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(21, 20, 20, 0.89);
    border: 1px solid #DDDDDD;
  }
  #s-036a8e39-ca06-4d09-9166-37699bf2f88b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(7, 6, 6, 1);
    border: 1px solid #ddd;
  }
#s-036a8e39-ca06-4d09-9166-37699bf2f88b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(249, 249, 249, 0.98);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-036a8e39-ca06-4d09-9166-37699bf2f88b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(249, 249, 249, 1);
}

#s-036a8e39-ca06-4d09-9166-37699bf2f88b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(7, 6, 6, 1);
}

#s-036a8e39-ca06-4d09-9166-37699bf2f88b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 img.shogun-image {
  width: 100%;
  
  
  

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




.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cbe0efb-e91c-431b-b0ca-6abba7d16e98.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  margin-left: auto;
margin-right: auto;
max-width: 8192px;
text-align: center;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 img.shogun-image {
  width: 100%;
  
  
  max-width: 8192px;

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




.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a26e3604-fb49-4f1f-bc7a-150821dd3a20.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  margin-left: auto;
margin-right: auto;
max-width: 8192px;
text-align: center;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a img.shogun-image {
  width: 100%;
  
  
  max-width: 8192px;

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




.s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a img.shogun-image {
  width: 100%;
  
  
  

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




.s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a img.shogun-image {
  width: 100%;
  
  
  

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




.s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a img.shogun-image {
  width: 100%;
  
  
  

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




.s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-85c190f3-8f0c-47cd-9e34-17a466bb506a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a img.shogun-image {
  width: 100%;
  
  
  

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




.s-85c190f3-8f0c-47cd-9e34-17a466bb506a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c190f3-8f0c-47cd-9e34-17a466bb506a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b3e827cf-a286-41f6-9edc-360b062ac0f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b3e827cf-a286-41f6-9edc-360b062ac0f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3e827cf-a286-41f6-9edc-360b062ac0f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b482f45-8e2e-4e2d-ab82-c5877f54a7fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-073d8cf9-4bf2-48ae-a745-65bf58c61612 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-073d8cf9-4bf2-48ae-a745-65bf58c61612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-073d8cf9-4bf2-48ae-a745-65bf58c61612.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b74ab04a-424d-4291-abcb-ea64da037a0c img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-b74ab04a-424d-4291-abcb-ea64da037a0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b74ab04a-424d-4291-abcb-ea64da037a0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-b74ab04a-424d-4291-abcb-ea64da037a0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b74ab04a-424d-4291-abcb-ea64da037a0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-b74ab04a-424d-4291-abcb-ea64da037a0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b74ab04a-424d-4291-abcb-ea64da037a0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-b74ab04a-424d-4291-abcb-ea64da037a0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b74ab04a-424d-4291-abcb-ea64da037a0c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b74ab04a-424d-4291-abcb-ea64da037a0c img.shogun-image {
  width: 100%;
  
  
  

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




.s-b74ab04a-424d-4291-abcb-ea64da037a0c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b74ab04a-424d-4291-abcb-ea64da037a0c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-804a0abf-f999-43aa-9c4c-47346155745e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-804a0abf-f999-43aa-9c4c-47346155745e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-804a0abf-f999-43aa-9c4c-47346155745e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f788793-4937-4247-bb56-03c99e16540d {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-9f788793-4937-4247-bb56-03c99e16540d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f788793-4937-4247-bb56-03c99e16540d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f788793-4937-4247-bb56-03c99e16540d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f788793-4937-4247-bb56-03c99e16540d img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-9f788793-4937-4247-bb56-03c99e16540d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9f788793-4937-4247-bb56-03c99e16540d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f788793-4937-4247-bb56-03c99e16540d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f788793-4937-4247-bb56-03c99e16540d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f788793-4937-4247-bb56-03c99e16540d img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f788793-4937-4247-bb56-03c99e16540d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9f788793-4937-4247-bb56-03c99e16540d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f788793-4937-4247-bb56-03c99e16540d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f788793-4937-4247-bb56-03c99e16540d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f788793-4937-4247-bb56-03c99e16540d img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f788793-4937-4247-bb56-03c99e16540d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9f788793-4937-4247-bb56-03c99e16540d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f788793-4937-4247-bb56-03c99e16540d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f788793-4937-4247-bb56-03c99e16540d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f788793-4937-4247-bb56-03c99e16540d img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f788793-4937-4247-bb56-03c99e16540d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9f788793-4937-4247-bb56-03c99e16540d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9f788793-4937-4247-bb56-03c99e16540d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9f788793-4937-4247-bb56-03c99e16540d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-9f788793-4937-4247-bb56-03c99e16540d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9f788793-4937-4247-bb56-03c99e16540d img.shogun-image {
  width: 100%;
  
  
  

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




.s-9f788793-4937-4247-bb56-03c99e16540d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f788793-4937-4247-bb56-03c99e16540d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-691d1e5f-1708-4355-95ec-9b760dbf459f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-691d1e5f-1708-4355-95ec-9b760dbf459f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-691d1e5f-1708-4355-95ec-9b760dbf459f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

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




.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd img.shogun-image {
  width: 100%;
  
  
  

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




.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd img.shogun-image {
  width: 100%;
  
  
  

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




.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd img.shogun-image {
  width: 100%;
  
  
  

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




.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-79d0bfb2-ac33-4b52-843c-d2f833da60fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd img.shogun-image {
  width: 100%;
  
  
  

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




.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d0bfb2-ac33-4b52-843c-d2f833da60fd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ac12adce-e0e4-4063-afb7-5364608a16ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ac12adce-e0e4-4063-afb7-5364608a16ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac12adce-e0e4-4063-afb7-5364608a16ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3c9b7a4d-37ce-4864-aad5-ace6065ada4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c9b7a4d-37ce-4864-aad5-ace6065ada4c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bayon";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-d9e54291-7e07-429f-9253-acea54591148 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


  #s-d9e54291-7e07-429f-9253-acea54591148 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-d9e54291-7e07-429f-9253-acea54591148 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-d9e54291-7e07-429f-9253-acea54591148 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d9e54291-7e07-429f-9253-acea54591148 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-d9e54291-7e07-429f-9253-acea54591148 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-d9e54291-7e07-429f-9253-acea54591148 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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: ;
  font-family: ;
}

.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-ed7cf02c-f7c5-43db-8ae5-17a789d26749 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed7cf02c-f7c5-43db-8ae5-17a789d26749-root {
    text-align: center;
  }


#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed7cf02c-f7c5-43db-8ae5-17a789d26749-root {
    text-align: center;
  }


#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed7cf02c-f7c5-43db-8ae5-17a789d26749-root {
    text-align: center;
  }


#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed7cf02c-f7c5-43db-8ae5-17a789d26749-root {
    text-align: center;
  }


#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed7cf02c-f7c5-43db-8ae5-17a789d26749-root {
    text-align: center;
  }


#s-ed7cf02c-f7c5-43db-8ae5-17a789d26749.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-40854e99-2e56-4441-b45d-bc3e95194f6d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-40854e99-2e56-4441-b45d-bc3e95194f6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40854e99-2e56-4441-b45d-bc3e95194f6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40854e99-2e56-4441-b45d-bc3e95194f6d-root {
    text-align: center;
  }


#s-40854e99-2e56-4441-b45d-bc3e95194f6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40854e99-2e56-4441-b45d-bc3e95194f6d-root {
    text-align: center;
  }


#s-40854e99-2e56-4441-b45d-bc3e95194f6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40854e99-2e56-4441-b45d-bc3e95194f6d-root {
    text-align: center;
  }


#s-40854e99-2e56-4441-b45d-bc3e95194f6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40854e99-2e56-4441-b45d-bc3e95194f6d-root {
    text-align: center;
  }


#s-40854e99-2e56-4441-b45d-bc3e95194f6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40854e99-2e56-4441-b45d-bc3e95194f6d-root {
    text-align: center;
  }


#s-40854e99-2e56-4441-b45d-bc3e95194f6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3e53818e-a157-4d0c-8914-a210a1275492 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3e53818e-a157-4d0c-8914-a210a1275492:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e53818e-a157-4d0c-8914-a210a1275492:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e53818e-a157-4d0c-8914-a210a1275492-root {
    text-align: center;
  }


#s-3e53818e-a157-4d0c-8914-a210a1275492.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e53818e-a157-4d0c-8914-a210a1275492-root {
    text-align: center;
  }


#s-3e53818e-a157-4d0c-8914-a210a1275492.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e53818e-a157-4d0c-8914-a210a1275492-root {
    text-align: center;
  }


#s-3e53818e-a157-4d0c-8914-a210a1275492.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e53818e-a157-4d0c-8914-a210a1275492-root {
    text-align: center;
  }


#s-3e53818e-a157-4d0c-8914-a210a1275492.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e53818e-a157-4d0c-8914-a210a1275492-root {
    text-align: center;
  }


#s-3e53818e-a157-4d0c-8914-a210a1275492.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7011b8bf-bb8b-41d0-9976-6d771e0b2839-root {
    text-align: center;
  }


#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7011b8bf-bb8b-41d0-9976-6d771e0b2839-root {
    text-align: center;
  }


#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7011b8bf-bb8b-41d0-9976-6d771e0b2839-root {
    text-align: center;
  }


#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7011b8bf-bb8b-41d0-9976-6d771e0b2839-root {
    text-align: center;
  }


#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7011b8bf-bb8b-41d0-9976-6d771e0b2839-root {
    text-align: center;
  }


#s-7011b8bf-bb8b-41d0-9976-6d771e0b2839.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e3e51ab7-2f25-4de3-abc8-96809bfc58f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e3e51ab7-2f25-4de3-abc8-96809bfc58f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3e51ab7-2f25-4de3-abc8-96809bfc58f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e69e920-18eb-498a-8ce4-9d1708262d3a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5e69e920-18eb-498a-8ce4-9d1708262d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e69e920-18eb-498a-8ce4-9d1708262d3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf62831-17c3-4013-9793-bfecf73a9cae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdf62831-17c3-4013-9793-bfecf73a9cae .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Bayon";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 {
  margin-left: auto;
margin-right: auto;
}

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-fd626d1c-691c-45a2-8ca7-c15d24a38ad1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-3bbb96d8-d7a4-4ebc-aa5e-25414a84b2f4 {
  margin-left: auto;
margin-right: auto;
}

#s-3bbb96d8-d7a4-4ebc-aa5e-25414a84b2f4 .shg-proportional-font-size,
#s-3bbb96d8-d7a4-4ebc-aa5e-25414a84b2f4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-407426a9-7d2b-4314-9ac2-50a819562157 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-407426a9-7d2b-4314-9ac2-50a819562157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-407426a9-7d2b-4314-9ac2-50a819562157.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b {
  margin-left: auto;
margin-right: auto;
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-54ee8810-4cdb-4a8b-aaca-bc50d4dfab0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-457fcf72-8891-4cd8-803a-1d7fa6346e2d {
  margin-left: auto;
margin-right: auto;
}

#s-457fcf72-8891-4cd8-803a-1d7fa6346e2d .shg-proportional-font-size,
#s-457fcf72-8891-4cd8-803a-1d7fa6346e2d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dc28ad4c-42cd-4a32-8792-1bfa0f8add62 {
  margin-left: auto;
margin-right: auto;
}

#s-dc28ad4c-42cd-4a32-8792-1bfa0f8add62 .shg-proportional-font-size,
#s-dc28ad4c-42cd-4a32-8792-1bfa0f8add62 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf28011e-f6dd-4ac8-924a-639a89fd9878 {
  margin-left: auto;
margin-right: auto;
}

#s-cf28011e-f6dd-4ac8-924a-639a89fd9878 .shg-proportional-font-size,
#s-cf28011e-f6dd-4ac8-924a-639a89fd9878 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9ab17ed-2982-4bc1-bc65-3fc007438033 {
  margin-left: auto;
margin-right: auto;
}

#s-c9ab17ed-2982-4bc1-bc65-3fc007438033 .shg-proportional-font-size,
#s-c9ab17ed-2982-4bc1-bc65-3fc007438033 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-52f8d751-52f7-4ce2-ab8f-e4869ce0f731 {
  margin-left: auto;
margin-right: auto;
}

#s-52f8d751-52f7-4ce2-ab8f-e4869ce0f731 .shg-proportional-font-size,
#s-52f8d751-52f7-4ce2-ab8f-e4869ce0f731 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a2f7a752-3dac-417f-a1a7-80fd32e144a0 {
  margin-left: auto;
margin-right: auto;
}

#s-a2f7a752-3dac-417f-a1a7-80fd32e144a0 .shg-proportional-font-size,
#s-a2f7a752-3dac-417f-a1a7-80fd32e144a0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-08b07b40-b9eb-4456-b4e0-d1e69af2b581 {
  margin-left: auto;
margin-right: auto;
}

#s-08b07b40-b9eb-4456-b4e0-d1e69af2b581 .shg-proportional-font-size,
#s-08b07b40-b9eb-4456-b4e0-d1e69af2b581 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-823e1366-c0ee-437f-bd24-056b755cba73 {
  margin-left: auto;
margin-right: auto;
}

#s-823e1366-c0ee-437f-bd24-056b755cba73 .shg-proportional-font-size,
#s-823e1366-c0ee-437f-bd24-056b755cba73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0db3393a-ec42-418c-a28e-dd79fff57f77 {
  margin-left: auto;
margin-right: auto;
}

#s-0db3393a-ec42-418c-a28e-dd79fff57f77 .shg-proportional-font-size,
#s-0db3393a-ec42-418c-a28e-dd79fff57f77 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fbb48e49-cbb3-46dc-bcbc-9fc7e42cf9d0 {
  margin-left: auto;
margin-right: auto;
}

#s-fbb48e49-cbb3-46dc-bcbc-9fc7e42cf9d0 .shg-proportional-font-size,
#s-fbb48e49-cbb3-46dc-bcbc-9fc7e42cf9d0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $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;
}
