.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-f9f2b539-1b36-4c82-9fb6-6682a074d5af {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}

#s-f9f2b539-1b36-4c82-9fb6-6682a074d5af {
  background-image: url(https://i.shgcdn.com/19a5a494-5ece-4215-8ab2-0df2cea4a5ab/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f9f2b539-1b36-4c82-9fb6-6682a074d5af > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-f9f2b539-1b36-4c82-9fb6-6682a074d5af.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-aa4c15fa-d763-4b1e-8ff9-63daf96ef8b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-aa4c15fa-d763-4b1e-8ff9-63daf96ef8b1 .shogun-heading-component h1 {
  color: rgba(230, 21, 21, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-aa4c15fa-d763-4b1e-8ff9-63daf96ef8b1 .shogun-heading-component h1 {
  color: rgba(230, 21, 21, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}
#s-8178c81e-1c16-467a-b278-8d43b13866c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8178c81e-1c16-467a-b278-8d43b13866c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-8178c81e-1c16-467a-b278-8d43b13866c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


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

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

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

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

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

#s-8b94c57f-4d96-4df2-9cfb-74db05485b66 {
  margin-top: 5%;
margin-left: 1%;
margin-bottom: 5%;
margin-right: 1%;
}
@media (max-width: 767px){#s-8b94c57f-4d96-4df2-9cfb-74db05485b66 {
  display: none;
}
#s-8b94c57f-4d96-4df2-9cfb-74db05485b66, #wrap-s-8b94c57f-4d96-4df2-9cfb-74db05485b66 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8b94c57f-4d96-4df2-9cfb-74db05485b66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

}

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

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

.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 {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin-left: auto;
margin-right: auto;
height: 350px;
max-width: 5006px;
text-align: right;
}

.shg-image-margin-container-s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 img.shogun-image {
  width: 100%;

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




.s-89926c33-e7da-4011-9a67-3ea79a341136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-89926c33-e7da-4011-9a67-3ea79a341136 {
  
  
  
  
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 img.shogun-image {
  width: 100%;

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




.s-89926c33-e7da-4011-9a67-3ea79a341136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-89926c33-e7da-4011-9a67-3ea79a341136 {
  
  
  
  
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 img.shogun-image {
  width: 100%;

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




.s-89926c33-e7da-4011-9a67-3ea79a341136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-89926c33-e7da-4011-9a67-3ea79a341136 {
  
  
  
  
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 img.shogun-image {
  width: 100%;

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




.s-89926c33-e7da-4011-9a67-3ea79a341136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-89926c33-e7da-4011-9a67-3ea79a341136 {
  
  
  
  
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136 img.shogun-image {
  width: 100%;

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




.s-89926c33-e7da-4011-9a67-3ea79a341136 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89926c33-e7da-4011-9a67-3ea79a341136.shogun-image {
  box-sizing: border-box;
}




}
.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-b37c1686-38ec-4026-8d2b-88077a747330 {
  margin-top: 13px;
margin-left: 0%;
margin-bottom: 13px;
margin-right: 0%;
}

#s-c19d411a-ebd3-4670-8852-fb42ceabeb89 {
  margin-top: 5%;
margin-left: 1%;
margin-bottom: 5%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-c19d411a-ebd3-4670-8852-fb42ceabeb89 {
  display: none;
}
#s-c19d411a-ebd3-4670-8852-fb42ceabeb89, #wrap-s-c19d411a-ebd3-4670-8852-fb42ceabeb89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c19d411a-ebd3-4670-8852-fb42ceabeb89 {
  display: none;
}
#s-c19d411a-ebd3-4670-8852-fb42ceabeb89, #wrap-s-c19d411a-ebd3-4670-8852-fb42ceabeb89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c19d411a-ebd3-4670-8852-fb42ceabeb89 {
  display: none;
}
#s-c19d411a-ebd3-4670-8852-fb42ceabeb89, #wrap-s-c19d411a-ebd3-4670-8852-fb42ceabeb89 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c19d411a-ebd3-4670-8852-fb42ceabeb89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c19d411a-ebd3-4670-8852-fb42ceabeb89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c19d411a-ebd3-4670-8852-fb42ceabeb89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c19d411a-ebd3-4670-8852-fb42ceabeb89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin-left: auto;
margin-right: auto;
height: 350px;
max-width: 1266px;
text-align: right;
}

.shg-image-margin-container-s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd img.shogun-image {
  width: 100%;

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




.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  
  
  
  
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd img.shogun-image {
  width: 100%;

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




.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  
  
  
  
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd img.shogun-image {
  width: 100%;

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




.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  
  
  
  
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd img.shogun-image {
  width: 100%;

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




.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  
  
  
  
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd img.shogun-image {
  width: 100%;

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




.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-369dafc9-659a-4de8-9bf4-b3f8e15f77dd.shogun-image {
  box-sizing: border-box;
}




}
#s-81bca922-6fbe-47ec-914a-079f18597ced {
  margin-top: 13px;
margin-left: 0%;
margin-bottom: 13px;
margin-right: 0%;
}

#s-af366361-70db-419d-8b6f-9e422963344a {
  min-height: 50px;
}








#s-af366361-70db-419d-8b6f-9e422963344a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af366361-70db-419d-8b6f-9e422963344a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-457d58bd-ff0a-4f57-bb43-0d875021406c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-457d58bd-ff0a-4f57-bb43-0d875021406c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-457d58bd-ff0a-4f57-bb43-0d875021406c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-457d58bd-ff0a-4f57-bb43-0d875021406c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 1800px;
text-align: center;
}



.shg-image-margin-container-s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b7b3e5af-8b48-44d8-9491-f124c75d4984 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  
  
  
  
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b7b3e5af-8b48-44d8-9491-f124c75d4984 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  
  
  
  
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b7b3e5af-8b48-44d8-9491-f124c75d4984 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  
  
  
  
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b7b3e5af-8b48-44d8-9491-f124c75d4984 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  
  
  
  
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b7b3e5af-8b48-44d8-9491-f124c75d4984 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
  box-sizing: border-box;
}




}
#s-c996aaf8-bdbf-45a9-a610-b68e49a830d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-c996aaf8-bdbf-45a9-a610-b68e49a830d1 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-9573f555-4a76-4016-a388-6636c955c530 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-9573f555-4a76-4016-a388-6636c955c530 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
}
#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin-left: 0%;
margin-right: 0%;
min-height: 0px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 0px;
    max-height: 800px;
  }



  img.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
    
    
    min-height: 0px;
    max-height: 800px;
  }


.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-content {
  
    align-items: center;
  
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
      position: relative;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 800px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  
  
  
  
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 0px;
    max-height: 800px;
  }



  img.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
    
    
    min-height: 0px;
    max-height: 800px;
  }


.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-content {
  
    align-items: center;
  
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
      position: relative;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  
  
  
  
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 0px;
    max-height: 800px;
  }



  img.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
    
    
    min-height: 0px;
    max-height: 800px;
  }


.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-content {
  
    align-items: center;
  
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
      position: relative;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  
  
  
  
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 0px;
    max-height: 800px;
  }



  img.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
    
    
    min-height: 0px;
    max-height: 800px;
  }


.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-content {
  
    align-items: center;
  
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
      position: relative;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 800px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  
  
  
  
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 0px;
    max-height: 800px;
  }



  img.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
    
    
    min-height: 0px;
    max-height: 800px;
  }


.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 .shogun-image-content {
  
    align-items: center;
  
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container {
      position: relative;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-079bc0b3-be07-4c09-81e4-3e10e9b49b81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 800px;
    }
  }

}
#s-45e6c2bc-2251-4fd9-8026-b00ba6c11509 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-45e6c2bc-2251-4fd9-8026-b00ba6c11509 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-36c54df0-7ea8-47b2-8b0c-8bd130edbcf4 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
      position: relative;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  
  
  
  
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
      position: relative;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  
  
  
  
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
      position: relative;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  
  
  
  
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
      position: relative;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  
  
  
  
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-352f73da-4451-4aba-88f9-6b0ce66c16f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container {
      position: relative;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-352f73da-4451-4aba-88f9-6b0ce66c16f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-720bacf2-1f4c-4dfe-a77a-f82be390edb8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-720bacf2-1f4c-4dfe-a77a-f82be390edb8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-ac3cc777-7868-4659-a4c7-0fbe8e9d8c94 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-412286bf-9277-4c5e-8b38-918f530eb37c {
  background-image: url(https://i.shgcdn.com/15e6689a-b283-4255-b038-f6d14430aedc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-412286bf-9277-4c5e-8b38-918f530eb37c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-412286bf-9277-4c5e-8b38-918f530eb37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-412286bf-9277-4c5e-8b38-918f530eb37c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-412286bf-9277-4c5e-8b38-918f530eb37c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-412286bf-9277-4c5e-8b38-918f530eb37c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-3eb9294c-2cb6-4af4-9dd0-cf938aff4e37 {
  margin-left: auto;
margin-right: auto;
}

#s-3eb9294c-2cb6-4af4-9dd0-cf938aff4e37 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-01676160-3150-49c3-ae82-93b1220daa44 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01676160-3150-49c3-ae82-93b1220daa44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-51c7fc84-5c33-4921-ad19-32740163f6d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51c7fc84-5c33-4921-ad19-32740163f6d7 .shogun-heading-component h3 {
  color: rgba(238, 199, 82, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}



#s-10e5b26e-786b-4171-8075-0c214b8e06d8 {
  margin-left: auto;
margin-right: auto;
}

#s-10e5b26e-786b-4171-8075-0c214b8e06d8 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-a9c943c5-381b-49a5-a3f2-8f5075885281 {
  margin-top: 3%;
margin-left: 20px;
margin-bottom: 3%;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-a9c943c5-381b-49a5-a3f2-8f5075885281"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9c943c5-381b-49a5-a3f2-8f5075885281"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9c943c5-381b-49a5-a3f2-8f5075885281"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9c943c5-381b-49a5-a3f2-8f5075885281"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b502131f-a4e1-4419-bcd5-831a2ec6a598 {
  margin-left: auto;
margin-right: auto;
}

#s-205185fe-8548-4f09-8293-39de9fc6aa4f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-205185fe-8548-4f09-8293-39de9fc6aa4f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-31397ddb-7de1-4a8a-b235-3b3974bcdce6 {
  margin-left: auto;
margin-right: auto;
}

#s-9a5ec491-be80-43e5-832a-1b7df7c674a4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9a5ec491-be80-43e5-832a-1b7df7c674a4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-984b9e50-aad1-4d93-8ee4-971a7e7280ba {
  margin-left: auto;
margin-right: auto;
}

#s-08dfd0a9-a0e3-4d58-8a42-b0f9b1d393b4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-08dfd0a9-a0e3-4d58-8a42-b0f9b1d393b4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-307a09cf-c453-4e2d-9e45-f4db2b30ae3c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-307a09cf-c453-4e2d-9e45-f4db2b30ae3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-307a09cf-c453-4e2d-9e45-f4db2b30ae3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6c6e6f4-d5bc-4cab-9f57-22dca23c88cb {
  margin-left: auto;
margin-right: auto;
}

#s-2529f07d-c56b-4c7e-8d83-1b867e1c87c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2529f07d-c56b-4c7e-8d83-1b867e1c87c2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-2529f07d-c56b-4c7e-8d83-1b867e1c87c2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-efddb8a6-6b46-4189-ac57-b4a724950a57 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-efddb8a6-6b46-4189-ac57-b4a724950a57 {
  display: none;
}
#s-efddb8a6-6b46-4189-ac57-b4a724950a57, #wrap-s-efddb8a6-6b46-4189-ac57-b4a724950a57 { display: none !important; }}
#s-efddb8a6-6b46-4189-ac57-b4a724950a57 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-efddb8a6-6b46-4189-ac57-b4a724950a57 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-efddb8a6-6b46-4189-ac57-b4a724950a57 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-efddb8a6-6b46-4189-ac57-b4a724950a57 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-efddb8a6-6b46-4189-ac57-b4a724950a57 td.shogun-table-column, #s-efddb8a6-6b46-4189-ac57-b4a724950a57 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-c9d3a4e5-ddb7-489f-9f61-13d1203dc110 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-868d1b83-9915-4390-91a4-3c76cc017570 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-7c9eeb29-9e96-494f-b90f-f0f066a6fa3b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-4c5ec70a-6308-45b7-b0d1-c0910724429d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-dd313bd7-e4a5-49fd-9188-8044bd8747bb {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-c6676ff0-ef12-4981-995a-8f7beb89b26a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-2ff51d89-50f5-49a9-8250-4c470464e212 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-743c06ae-3b66-457b-a7fb-3873d850ba9b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-ef22a2a3-9be0-4a53-9d4c-9cd4c4809a1f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-7e8b074e-8965-45b6-b53b-99d46eb93411 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-36aed668-7bb4-46de-8898-4cf102a873f8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-72bcd37e-fa86-4e88-b7ac-b1e8a805727b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-8ff7ed3b-1241-44b6-b7f3-3547e7d218c8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-d07005a2-65c1-4c14-8d31-d92edf718885 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-c354c123-d99e-43a2-a632-cd95ccd04cd5 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-379b6670-a906-4079-bb76-9de5803e8a52 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-8e6a8f12-0093-4332-adc1-be59ef172fe7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-543beb8d-d475-4687-ac71-a7f232f29963 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-2993b429-09d7-4ffb-9c68-6f0a2394901f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-f6e39d96-29ab-40eb-8863-ff275155492b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-3e9ee260-316f-4ec0-9f8b-ec2e3b55d786 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-256985e4-6550-4908-83f5-37c8fac6e399 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-d4489190-dd91-44cf-a291-dd501926909d {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-a658efd0-bfd6-4ca3-bf1a-460a204e501c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-26c28a47-4234-476f-8f9f-534c85117785 {
  margin-left: auto;
margin-right: auto;
}

#s-f2742bb9-6790-41f4-90e5-5f1b0f934729 {
  margin-left: auto;
margin-right: auto;
}

#s-a06b752b-f71c-4527-9ce9-fa1408e497f5 {
  margin-left: auto;
margin-right: auto;
}

#s-ef210154-8840-4e36-bd1f-5b1ac89335e8 {
  margin-left: auto;
margin-right: auto;
}

#s-63564f3a-90ec-4518-a6e7-edf09c30b6b5 {
  margin-left: auto;
margin-right: auto;
}

#s-0931a123-76fe-464b-9eb3-b505c9398942 {
  margin-left: auto;
margin-right: auto;
}

#s-f97ae1d2-f468-4c5f-b47e-4d5c5a98bc6b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(210, 73, 73, 1);
}

#s-9e2a14df-732e-4448-b2ba-159e681e3cb0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(67, 118, 110, 1);
}

#s-92b4eb00-ee18-4b6b-a6ce-d56170dbdec8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(163, 126, 68, 1);
}

#s-3d443567-0af4-4d6d-ab04-94877aff10ab {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 1);
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 img.shogun-image {
  width: 100%;

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




.s-bbc00d02-89a6-467a-b270-c15fbbea3a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  
  
  
  
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 img.shogun-image {
  width: 100%;

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




.s-bbc00d02-89a6-467a-b270-c15fbbea3a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  
  
  
  
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 img.shogun-image {
  width: 100%;

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




.s-bbc00d02-89a6-467a-b270-c15fbbea3a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  
  
  
  
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 img.shogun-image {
  width: 100%;

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




.s-bbc00d02-89a6-467a-b270-c15fbbea3a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  
  
  
  
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52 img.shogun-image {
  width: 100%;

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




.s-bbc00d02-89a6-467a-b270-c15fbbea3a52 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc00d02-89a6-467a-b270-c15fbbea3a52.shogun-image {
  box-sizing: border-box;
}




}
#s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b img.shogun-image {
  width: 100%;

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




.s-a25b211a-84ed-4336-a94a-a0ae30bb887b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  
  
  
  
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b img.shogun-image {
  width: 100%;

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




.s-a25b211a-84ed-4336-a94a-a0ae30bb887b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  
  
  
  
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b img.shogun-image {
  width: 100%;

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




.s-a25b211a-84ed-4336-a94a-a0ae30bb887b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  
  
  
  
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b img.shogun-image {
  width: 100%;

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




.s-a25b211a-84ed-4336-a94a-a0ae30bb887b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  
  
  
  
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b img.shogun-image {
  width: 100%;

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




.s-a25b211a-84ed-4336-a94a-a0ae30bb887b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b211a-84ed-4336-a94a-a0ae30bb887b.shogun-image {
  box-sizing: border-box;
}




}
#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe img.shogun-image {
  width: 100%;

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




.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  
  
  
  
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe img.shogun-image {
  width: 100%;

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




.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  
  
  
  
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe img.shogun-image {
  width: 100%;

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




.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  
  
  
  
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe img.shogun-image {
  width: 100%;

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




.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  
  
  
  
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe img.shogun-image {
  width: 100%;

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




.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb13d7e-1bfd-4a41-8e08-4af8b7f15ffe.shogun-image {
  box-sizing: border-box;
}




}
#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 img.shogun-image {
  width: 100%;

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




.s-57f2537c-b16e-4064-aa73-77a4dfbc1713 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  
  
  
  
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 img.shogun-image {
  width: 100%;

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




.s-57f2537c-b16e-4064-aa73-77a4dfbc1713 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  
  
  
  
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 img.shogun-image {
  width: 100%;

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




.s-57f2537c-b16e-4064-aa73-77a4dfbc1713 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  
  
  
  
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 img.shogun-image {
  width: 100%;

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




.s-57f2537c-b16e-4064-aa73-77a4dfbc1713 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  
  
  
  
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713 img.shogun-image {
  width: 100%;

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




.s-57f2537c-b16e-4064-aa73-77a4dfbc1713 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f2537c-b16e-4064-aa73-77a4dfbc1713.shogun-image {
  box-sizing: border-box;
}




}
#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 {
  display: none;
}
#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8, #wrap-s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 {
  display: none;
}
#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8, #wrap-s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 {
  display: none;
}
#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8, #wrap-s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 { display: none !important; }}
#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 td.shogun-table-column, #s-fca99bce-0fed-4906-9cbf-8a12cdc85cc8 td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-73384055-02fc-425f-a3df-aa4599db14d3 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-78a87f2d-0a28-4390-aa28-0c9b8f3c49ff {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-68a58ad3-568d-4fd2-8f81-7d2ce27bf514 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-67e34d47-159f-4164-a32c-155b4359c6f0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-9167a678-93ba-4282-9a51-6007aeae43e1 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-19e634e2-526b-4cd6-85a8-8b3de77e96c9 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(233, 233, 233, 1);
}

#s-b7b35278-4050-4b83-bff8-28836f90e229 {
  margin-left: auto;
margin-right: auto;
}

#s-f972a52c-2c42-45a9-b059-2bf753b4a56f {
  margin-left: auto;
margin-right: auto;
}

#s-c766a44c-20d5-4e71-a32d-bd55fcbd35ed {
  margin-left: auto;
margin-right: auto;
}

#s-cba8d24b-c6a5-4144-84ba-fce4d0ed4eeb {
  margin-left: auto;
margin-right: auto;
}

#s-c475a3c9-3aad-4a9b-88ba-5058e6b29962 {
  margin-left: auto;
margin-right: auto;
}

#s-7ee4253a-ac85-497f-8bf3-37675a334b24 {
  margin-left: auto;
margin-right: auto;
}

#s-0547d452-d5a4-433a-9c83-99b47f80f979 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 1);
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 img.shogun-image {
  width: 100%;

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




.s-57a56ffb-89fd-4496-9428-043cf15a4814 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  
  
  
  
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 img.shogun-image {
  width: 100%;

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




.s-57a56ffb-89fd-4496-9428-043cf15a4814 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  
  
  
  
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 img.shogun-image {
  width: 100%;

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




.s-57a56ffb-89fd-4496-9428-043cf15a4814 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  
  
  
  
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 img.shogun-image {
  width: 100%;

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




.s-57a56ffb-89fd-4496-9428-043cf15a4814 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  
  
  
  
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814 img.shogun-image {
  width: 100%;

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




.s-57a56ffb-89fd-4496-9428-043cf15a4814 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57a56ffb-89fd-4496-9428-043cf15a4814.shogun-image {
  box-sizing: border-box;
}




}
#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e {
  display: none;
}
#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e, #wrap-s-4b9c178a-a684-4e7e-b48c-cd079013fe1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e {
  display: none;
}
#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e, #wrap-s-4b9c178a-a684-4e7e-b48c-cd079013fe1e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e {
  display: none;
}
#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e, #wrap-s-4b9c178a-a684-4e7e-b48c-cd079013fe1e { display: none !important; }}
#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-4b9c178a-a684-4e7e-b48c-cd079013fe1e td.shogun-table-column, #s-4b9c178a-a684-4e7e-b48c-cd079013fe1e td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-35044081-2304-436d-af12-eb28f3abe964 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-a40c0378-985c-4d59-b79f-c0db006164e5 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-dba74a53-3120-4622-8496-83b42e33bc39 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-2334527b-551c-4211-a2e3-200cf64f9e00 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-d8214b4f-5f1a-471f-b296-a1ae3b46de52 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-76a3eb2c-4c94-4771-9661-eb88121ce23c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(241, 236, 227, 1);
}

#s-dbcee4f8-fa29-47c0-a7c3-e010bd782111 {
  margin-left: auto;
margin-right: auto;
}

#s-50f6a3a6-9440-44ae-9fb7-171f4fccc405 {
  margin-left: auto;
margin-right: auto;
}

#s-a1b2c3fa-2775-4bd1-bfa5-8768a52bb519 {
  margin-left: auto;
margin-right: auto;
}

#s-53a3f353-3b03-42b0-b14a-085aa3811a64 {
  margin-left: auto;
margin-right: auto;
}

#s-177b5198-4ac6-4985-8a11-d74e010dc4cf {
  margin-left: auto;
margin-right: auto;
}

#s-3d5b191c-1f7d-43c4-97ff-2e11c3961140 {
  margin-left: auto;
margin-right: auto;
}

#s-66644e27-7d23-404e-9e3d-851b0b848427 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(163, 126, 68, 1);
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c img.shogun-image {
  width: 100%;

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




.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  
  
  
  
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c img.shogun-image {
  width: 100%;

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




.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  
  
  
  
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c img.shogun-image {
  width: 100%;

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




.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  
  
  
  
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c img.shogun-image {
  width: 100%;

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




.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  
  
  
  
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c img.shogun-image {
  width: 100%;

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




.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aedce61-ef2a-4b65-a6d1-f314bdba2b9c.shogun-image {
  box-sizing: border-box;
}




}
#s-7bc25451-62b1-40b8-bedb-770161bd82f8 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-7bc25451-62b1-40b8-bedb-770161bd82f8 {
  display: none;
}
#s-7bc25451-62b1-40b8-bedb-770161bd82f8, #wrap-s-7bc25451-62b1-40b8-bedb-770161bd82f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bc25451-62b1-40b8-bedb-770161bd82f8 {
  display: none;
}
#s-7bc25451-62b1-40b8-bedb-770161bd82f8, #wrap-s-7bc25451-62b1-40b8-bedb-770161bd82f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bc25451-62b1-40b8-bedb-770161bd82f8 {
  display: none;
}
#s-7bc25451-62b1-40b8-bedb-770161bd82f8, #wrap-s-7bc25451-62b1-40b8-bedb-770161bd82f8 { display: none !important; }}
#s-7bc25451-62b1-40b8-bedb-770161bd82f8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-7bc25451-62b1-40b8-bedb-770161bd82f8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7bc25451-62b1-40b8-bedb-770161bd82f8 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7bc25451-62b1-40b8-bedb-770161bd82f8 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-7bc25451-62b1-40b8-bedb-770161bd82f8 td.shogun-table-column, #s-7bc25451-62b1-40b8-bedb-770161bd82f8 td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0c06b100-747e-4961-9d00-1462cf482db4 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-b07a0164-a79d-456c-a3b3-e10f5812caf0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-398fd129-3a2e-494b-a387-c1c15df305e6 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-18e8860d-eb08-4958-b4b8-1fd951264a8e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-c473c6b4-7a86-4798-9a4c-184dbd3dcf5a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-1cee40d0-1575-4648-86c7-7e74c63ac872 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(220, 230, 229, 1);
}

#s-7ca13b7a-fc55-4935-977a-1ee77e7db683 {
  margin-left: auto;
margin-right: auto;
}

#s-28697c63-3ec4-4718-beec-75b4d0afcdf4 {
  margin-left: auto;
margin-right: auto;
}

#s-cbf6be90-17f7-4b98-877e-1f903cfd62e1 {
  margin-left: auto;
margin-right: auto;
}

#s-3d7233ab-eeee-4c00-aa97-a93c9767ec58 {
  margin-left: auto;
margin-right: auto;
}

#s-01e90cda-2e83-4bce-99ea-84bb14d6ff4d {
  margin-left: auto;
margin-right: auto;
}

#s-c508d557-0e6b-4014-9d88-e5ea19218e62 {
  margin-left: auto;
margin-right: auto;
}

#s-b1e21384-41fa-483a-8a15-6c119021b99e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(67, 118, 110, 1);
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e img.shogun-image {
  width: 100%;

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




.s-35d086bc-c996-48c5-9bd6-f311af43918e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-35d086bc-c996-48c5-9bd6-f311af43918e {
  
  
  
  
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e img.shogun-image {
  width: 100%;

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




.s-35d086bc-c996-48c5-9bd6-f311af43918e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-35d086bc-c996-48c5-9bd6-f311af43918e {
  
  
  
  
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e img.shogun-image {
  width: 100%;

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




.s-35d086bc-c996-48c5-9bd6-f311af43918e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-35d086bc-c996-48c5-9bd6-f311af43918e {
  
  
  
  
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e img.shogun-image {
  width: 100%;

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




.s-35d086bc-c996-48c5-9bd6-f311af43918e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-35d086bc-c996-48c5-9bd6-f311af43918e {
  
  
  
  
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e img.shogun-image {
  width: 100%;

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




.s-35d086bc-c996-48c5-9bd6-f311af43918e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35d086bc-c996-48c5-9bd6-f311af43918e.shogun-image {
  box-sizing: border-box;
}




}
#s-288695e1-2c04-422e-97e7-10a65f64e6be {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-288695e1-2c04-422e-97e7-10a65f64e6be {
  display: none;
}
#s-288695e1-2c04-422e-97e7-10a65f64e6be, #wrap-s-288695e1-2c04-422e-97e7-10a65f64e6be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-288695e1-2c04-422e-97e7-10a65f64e6be {
  display: none;
}
#s-288695e1-2c04-422e-97e7-10a65f64e6be, #wrap-s-288695e1-2c04-422e-97e7-10a65f64e6be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-288695e1-2c04-422e-97e7-10a65f64e6be {
  display: none;
}
#s-288695e1-2c04-422e-97e7-10a65f64e6be, #wrap-s-288695e1-2c04-422e-97e7-10a65f64e6be { display: none !important; }}
#s-288695e1-2c04-422e-97e7-10a65f64e6be .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-288695e1-2c04-422e-97e7-10a65f64e6be table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-288695e1-2c04-422e-97e7-10a65f64e6be td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-288695e1-2c04-422e-97e7-10a65f64e6be td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-288695e1-2c04-422e-97e7-10a65f64e6be td.shogun-table-column, #s-288695e1-2c04-422e-97e7-10a65f64e6be td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1186fd5b-8534-4a06-b06f-bf694291aaa0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-2090e7fc-5d37-4318-9a24-d09932d82cfd {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-56da1d39-c712-4866-835d-b80c96720b6a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-181f48bc-f020-4bc0-bac5-d2b14e2852d0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-9623b149-67e8-4f5d-ad3c-19f2c9eea9d1 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-6f98c515-ea4f-4e07-968a-a0361f08ad1f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 227, 227, 1);
}

#s-4bc809fb-aff2-43c7-8944-4a0d0982c830 {
  margin-left: auto;
margin-right: auto;
}

#s-71bd23a6-404e-4f7a-a977-a3e761543030 {
  margin-left: auto;
margin-right: auto;
}

#s-64fc851f-355a-43b5-b377-4be6747c956b {
  margin-left: auto;
margin-right: auto;
}

#s-a3ca2d83-56a8-4b5e-8b7e-c4c25c8b79e3 {
  margin-left: auto;
margin-right: auto;
}

#s-97a27b7b-993c-4d61-99ce-29ab81ab3ded {
  margin-left: auto;
margin-right: auto;
}

#s-05f2c400-dad1-4c94-a34b-b44c91a8aa75 {
  margin-left: auto;
margin-right: auto;
}

#s-f5ef7870-a3e3-4cc2-abe8-625111aa219f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(210, 73, 73, 1);
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 img.shogun-image {
  width: 100%;

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




.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  
  
  
  
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 img.shogun-image {
  width: 100%;

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




.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  
  
  
  
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 img.shogun-image {
  width: 100%;

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




.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  
  
  
  
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 img.shogun-image {
  width: 100%;

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




.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  
  
  
  
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 img.shogun-image {
  width: 100%;

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




.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b7df37c-bcd5-4afe-8d4a-320213cc6794.shogun-image {
  box-sizing: border-box;
}




}
#s-dbc2c5f6-ca16-4e79-b39c-21f3e8b1ffe4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
