.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/323adb63-14ec-43ba-bd57-98d5116dbefc/-/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: 0.5em;
  
  
}


@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: 0.5em;
  
  
}


}
#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: 1266px;
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: 1000px;
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;
}





  img.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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;
}





  img.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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;
}





  img.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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;
}





  img.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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;
}





  img.s-b7b3e5af-8b48-44d8-9491-f124c75d4984.shogun-image {
    
    
    
    max-height: 1000px;
  }


.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;
  }




.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;
  }




.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;
  }




.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;
  }




.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;
  }




.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-b0551cf4-8648-4f9a-a06d-6ae31cc3078f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f {
  display: none;
}
#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f, #wrap-s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f {
  display: none;
}
#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f, #wrap-s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f {
  display: none;
}
#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f, #wrap-s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f { display: none !important; }}
#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f 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-b0551cf4-8648-4f9a-a06d-6ae31cc3078f td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f td.shogun-table-column, #s-b0551cf4-8648-4f9a-a06d-6ae31cc3078f td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-63131329-42fc-4652-b032-11ff2985d7a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(233, 233, 233, 1);
}

#s-46af8d6c-7950-4be8-95a9-f68f7cfe2246 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(233, 233, 233, 1);
}

#s-a57baf3f-e138-4724-8438-bdc998db4a8d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(233, 233, 233, 1);
}

#s-b35fe210-759a-4722-8167-8b8ed8f8bb64 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(233, 233, 233, 1);
}

#s-e9e6c8b8-4e6b-4364-8f3b-24043e05e3f9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(233, 233, 233, 1);
}

#s-a333a620-5920-4cae-a9db-f9424f739a2f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(233, 233, 233, 1);
}

#s-c8a7bccd-f7be-46c6-8698-2a876f5f30cd {
  margin-left: auto;
margin-right: auto;
}

#s-7dde72ea-b10e-4008-bb82-cf8be4569968 {
  margin-left: auto;
margin-right: auto;
}

#s-d3a9ae02-ff12-4541-86d3-c566f15f8922 {
  margin-left: auto;
margin-right: auto;
}

#s-be183e0a-e713-47b9-b8c3-8f81582e660d {
  margin-left: auto;
margin-right: auto;
}

#s-16207d3a-ece1-4bbb-b5f0-cb3d2dd86d3f {
  margin-left: auto;
margin-right: auto;
}

#s-90fc1744-5cbb-4215-8cfb-90a13bd34bc7 {
  margin-left: auto;
margin-right: auto;
}

#s-1b704d8c-7f75-4c11-91af-6f26c7898488 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(0, 0, 0, 1);
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 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-0f807f0d-0793-4cbe-a741-3e05c58a6999 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  
  
  
  
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 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-0f807f0d-0793-4cbe-a741-3e05c58a6999 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  
  
  
  
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 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-0f807f0d-0793-4cbe-a741-3e05c58a6999 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  
  
  
  
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 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-0f807f0d-0793-4cbe-a741-3e05c58a6999 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  
  
  
  
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999 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-0f807f0d-0793-4cbe-a741-3e05c58a6999 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f807f0d-0793-4cbe-a741-3e05c58a6999.shogun-image {
  box-sizing: border-box;
}




}
#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 {
  display: none;
}
#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3, #wrap-s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 {
  display: none;
}
#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3, #wrap-s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 {
  display: none;
}
#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3, #wrap-s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 { display: none !important; }}
#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 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-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 td.shogun-table-column, #s-d1594da0-35a9-4d6e-a5bd-aec3274c2ee3 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-29c0bf16-c2e4-4431-9f1b-723982e205d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(241, 236, 227, 1);
}

#s-8914e3a6-e27c-4c86-af40-b04bc33d9aa7 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(241, 236, 227, 1);
}

#s-ca811271-c3a9-4b18-9d09-5ef956eb66df {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(241, 236, 227, 1);
}

#s-1aab32c7-1141-44b5-8d06-b59f01589a87 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(241, 236, 227, 1);
}

#s-d45ee7b2-cb09-4bcf-92c3-41a3b21e133b {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(241, 236, 227, 1);
}

#s-5e8ef227-e632-4ceb-a3a3-9cc6acbc8f1a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(241, 236, 227, 1);
}

#s-5258249b-8ac9-4f12-8754-f4913b8b2278 {
  margin-left: auto;
margin-right: auto;
}

#s-e4d77f67-1672-4c8b-85a8-1ed49f645f9c {
  margin-left: auto;
margin-right: auto;
}

#s-c3d39292-f3a6-460e-83d5-0f17c0036f3c {
  margin-left: auto;
margin-right: auto;
}

#s-fc60932c-0b6c-48e2-8562-d1313cb72954 {
  margin-left: auto;
margin-right: auto;
}

#s-e2b1a8d3-ad66-4b2e-a029-2f92ee11db8c {
  margin-left: auto;
margin-right: auto;
}

#s-ed414d68-c16a-4658-b1fd-aaa2e15efa1f {
  margin-left: auto;
margin-right: auto;
}

#s-dd62a53a-5c04-4e31-95b3-479bd7f54e59 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(163, 126, 68, 1);
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 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-90015b91-4b9a-417f-ac0b-26daf7a3ba69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  
  
  
  
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 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-90015b91-4b9a-417f-ac0b-26daf7a3ba69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  
  
  
  
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 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-90015b91-4b9a-417f-ac0b-26daf7a3ba69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  
  
  
  
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 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-90015b91-4b9a-417f-ac0b-26daf7a3ba69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  
  
  
  
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69 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-90015b91-4b9a-417f-ac0b-26daf7a3ba69 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90015b91-4b9a-417f-ac0b-26daf7a3ba69.shogun-image {
  box-sizing: border-box;
}




}
#s-c7915acd-15f7-4476-8cf8-c0154242fc20 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c7915acd-15f7-4476-8cf8-c0154242fc20 {
  display: none;
}
#s-c7915acd-15f7-4476-8cf8-c0154242fc20, #wrap-s-c7915acd-15f7-4476-8cf8-c0154242fc20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7915acd-15f7-4476-8cf8-c0154242fc20 {
  display: none;
}
#s-c7915acd-15f7-4476-8cf8-c0154242fc20, #wrap-s-c7915acd-15f7-4476-8cf8-c0154242fc20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7915acd-15f7-4476-8cf8-c0154242fc20 {
  display: none;
}
#s-c7915acd-15f7-4476-8cf8-c0154242fc20, #wrap-s-c7915acd-15f7-4476-8cf8-c0154242fc20 { display: none !important; }}
#s-c7915acd-15f7-4476-8cf8-c0154242fc20 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-c7915acd-15f7-4476-8cf8-c0154242fc20 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c7915acd-15f7-4476-8cf8-c0154242fc20 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-c7915acd-15f7-4476-8cf8-c0154242fc20 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-c7915acd-15f7-4476-8cf8-c0154242fc20 td.shogun-table-column, #s-c7915acd-15f7-4476-8cf8-c0154242fc20 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-df062bca-832e-4364-9265-90d2cdd5dfb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(220, 230, 229, 1);
}

#s-10ed4d77-4158-4bb3-b722-104cbe9d4852 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(220, 230, 229, 1);
}

#s-8065cb91-430a-427a-ba91-9e61f271f41a {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(220, 230, 229, 1);
}

#s-fa17a249-5835-4702-b33c-f67ddabbc4ed {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(220, 230, 229, 1);
}

#s-d8613e49-7caf-4419-91e9-2eb7780c31bd {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(220, 230, 229, 1);
}

#s-0083b529-ceb1-4daf-84af-ffbe64f85149 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(220, 230, 229, 1);
}

#s-57f4d005-a19d-41f4-a5e1-1979c7658441 {
  margin-left: auto;
margin-right: auto;
}

#s-383e51fc-fb91-48ad-8d3d-fb944aa6a495 {
  margin-left: auto;
margin-right: auto;
}

#s-99f600af-ba89-4fe7-8515-04e2ee2265c1 {
  margin-left: auto;
margin-right: auto;
}

#s-7dfebd1f-38bf-4288-bb2d-23406cb3d03e {
  margin-left: auto;
margin-right: auto;
}

#s-893eb0e0-ab57-48e9-8565-07807630ee29 {
  margin-left: auto;
margin-right: auto;
}

#s-65ff4d5a-3142-4646-a18b-8660970c7a2e {
  margin-left: auto;
margin-right: auto;
}

#s-3218ffaa-872f-48f0-babe-398298b5048b {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(67, 118, 110, 1);
}

#s-654abd18-364c-4558-a093-69f6794a8096 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-654abd18-364c-4558-a093-69f6794a8096 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-654abd18-364c-4558-a093-69f6794a8096 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-654abd18-364c-4558-a093-69f6794a8096 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-654abd18-364c-4558-a093-69f6794a8096 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-654abd18-364c-4558-a093-69f6794a8096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654abd18-364c-4558-a093-69f6794a8096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654abd18-364c-4558-a093-69f6794a8096.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-654abd18-364c-4558-a093-69f6794a8096 {
  
  
  
  
}

#s-654abd18-364c-4558-a093-69f6794a8096 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-654abd18-364c-4558-a093-69f6794a8096 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-654abd18-364c-4558-a093-69f6794a8096 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-654abd18-364c-4558-a093-69f6794a8096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654abd18-364c-4558-a093-69f6794a8096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654abd18-364c-4558-a093-69f6794a8096.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-654abd18-364c-4558-a093-69f6794a8096 {
  
  
  
  
}

#s-654abd18-364c-4558-a093-69f6794a8096 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-654abd18-364c-4558-a093-69f6794a8096 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-654abd18-364c-4558-a093-69f6794a8096 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-654abd18-364c-4558-a093-69f6794a8096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654abd18-364c-4558-a093-69f6794a8096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654abd18-364c-4558-a093-69f6794a8096.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-654abd18-364c-4558-a093-69f6794a8096 {
  
  
  
  
}

#s-654abd18-364c-4558-a093-69f6794a8096 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-654abd18-364c-4558-a093-69f6794a8096 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-654abd18-364c-4558-a093-69f6794a8096 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-654abd18-364c-4558-a093-69f6794a8096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654abd18-364c-4558-a093-69f6794a8096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654abd18-364c-4558-a093-69f6794a8096.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-654abd18-364c-4558-a093-69f6794a8096 {
  
  
  
  
}

#s-654abd18-364c-4558-a093-69f6794a8096 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-654abd18-364c-4558-a093-69f6794a8096 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-654abd18-364c-4558-a093-69f6794a8096 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-654abd18-364c-4558-a093-69f6794a8096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654abd18-364c-4558-a093-69f6794a8096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654abd18-364c-4558-a093-69f6794a8096.shogun-image {
  box-sizing: border-box;
}




}
#s-2d316a96-3d01-4940-a57f-67b82248610b {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2d316a96-3d01-4940-a57f-67b82248610b {
  display: none;
}
#s-2d316a96-3d01-4940-a57f-67b82248610b, #wrap-s-2d316a96-3d01-4940-a57f-67b82248610b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d316a96-3d01-4940-a57f-67b82248610b {
  display: none;
}
#s-2d316a96-3d01-4940-a57f-67b82248610b, #wrap-s-2d316a96-3d01-4940-a57f-67b82248610b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d316a96-3d01-4940-a57f-67b82248610b {
  display: none;
}
#s-2d316a96-3d01-4940-a57f-67b82248610b, #wrap-s-2d316a96-3d01-4940-a57f-67b82248610b { display: none !important; }}
#s-2d316a96-3d01-4940-a57f-67b82248610b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-2d316a96-3d01-4940-a57f-67b82248610b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2d316a96-3d01-4940-a57f-67b82248610b 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-2d316a96-3d01-4940-a57f-67b82248610b td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-2d316a96-3d01-4940-a57f-67b82248610b td.shogun-table-column, #s-2d316a96-3d01-4940-a57f-67b82248610b td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-999a04ab-cfae-4f77-9b8d-0e13efa414e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(247, 227, 227, 1);
}

#s-c28a819b-71af-44ee-b55b-9e72b414e98f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(247, 227, 227, 1);
}

#s-a3e4ed0c-e0f9-4b2e-8598-c14cbc2042ea {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(247, 227, 227, 1);
}

#s-7949fb62-e90e-4e5d-9c4d-e7c41cc8e896 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(247, 227, 227, 1);
}

#s-a34d522d-6e07-418b-8cc7-c19aac16a23b {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(247, 227, 227, 1);
}

#s-1b759f47-6d24-4dee-b0f8-89ce08e781f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(247, 227, 227, 1);
}

#s-3ebfc7b6-e77a-4360-a601-42f4af916c59 {
  margin-left: auto;
margin-right: auto;
}

#s-ce58c9cd-5c90-41de-8273-0af09e7a211e {
  margin-left: auto;
margin-right: auto;
}

#s-3683bba2-e61f-4a83-aab0-dcb91afe2226 {
  margin-left: auto;
margin-right: auto;
}

#s-d71c39d9-1a35-4a3a-87b8-aec063df0ad7 {
  margin-left: auto;
margin-right: auto;
}

#s-d1ea523f-66e5-4bf2-89c0-cded80743685 {
  margin-left: auto;
margin-right: auto;
}

#s-054f7dab-130b-493a-85e7-e8834790e58d {
  margin-left: auto;
margin-right: auto;
}

#s-25dc2142-1cdc-4828-a879-e9d1105764b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(210, 73, 73, 1);
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}

.shg-image-margin-container-s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 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-b463b15f-ecae-4fda-a045-bd9aa91107e7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  
  
  
  
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 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-b463b15f-ecae-4fda-a045-bd9aa91107e7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  
  
  
  
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 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-b463b15f-ecae-4fda-a045-bd9aa91107e7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  
  
  
  
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 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-b463b15f-ecae-4fda-a045-bd9aa91107e7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  
  
  
  
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7 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-b463b15f-ecae-4fda-a045-bd9aa91107e7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b463b15f-ecae-4fda-a045-bd9aa91107e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b463b15f-ecae-4fda-a045-bd9aa91107e7.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;
  }
}
