.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-0592927c-aec7-4f00-87ea-c96caceb82a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0592927c-aec7-4f00-87ea-c96caceb82a3 {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
}
}







#s-0592927c-aec7-4f00-87ea-c96caceb82a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0592927c-aec7-4f00-87ea-c96caceb82a3.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-content-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-content-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 {
  display: none;
}
#s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7, #wrap-content-s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f03250e3-d17c-4851-afb1-c9b4fe9adcb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-41bd0dc2-b070-46ab-b007-409976bc647a {
  margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41bd0dc2-b070-46ab-b007-409976bc647a .shogun-heading-component h3 {
  
  font-weight:  300 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-406d5ace-d0dc-4c29-a73a-233b81666bd7 {
  text-align: left;
}

#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 750px;
display: none;
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3, #wrap-s-f43f0806-3340-45e9-a3be-ffefb90c0ff3, #wrap-content-s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 750px;
display: none;
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3, #wrap-s-f43f0806-3340-45e9-a3be-ffefb90c0ff3, #wrap-content-s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 650px;
display: none;
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3, #wrap-s-f43f0806-3340-45e9-a3be-ffefb90c0ff3, #wrap-content-s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 { display: none !important; }}@media (max-width: 767px){#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  margin-left: 1em;
margin-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 600px;
}
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/480x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/960x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/768x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/1536x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/1024x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/2048x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/1200x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/2048x/);
}
#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f43f0806-3340-45e9-a3be-ffefb90c0ff3.shg-box.shg-c {
  justify-content: center;
}

#s-82d683f2-3be2-4e9f-872b-e9455705d15f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-82d683f2-3be2-4e9f-872b-e9455705d15f {
  display: none;
}
#s-82d683f2-3be2-4e9f-872b-e9455705d15f, #wrap-s-82d683f2-3be2-4e9f-872b-e9455705d15f, #wrap-content-s-82d683f2-3be2-4e9f-872b-e9455705d15f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82d683f2-3be2-4e9f-872b-e9455705d15f {
  display: none;
}
#s-82d683f2-3be2-4e9f-872b-e9455705d15f, #wrap-s-82d683f2-3be2-4e9f-872b-e9455705d15f, #wrap-content-s-82d683f2-3be2-4e9f-872b-e9455705d15f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82d683f2-3be2-4e9f-872b-e9455705d15f {
  margin-top: 20em;
}
}@media (max-width: 767px){#s-82d683f2-3be2-4e9f-872b-e9455705d15f {
  margin-top: 15em;
margin-bottom: 15px;
padding-bottom: 0em;
}
}
#s-82d683f2-3be2-4e9f-872b-e9455705d15f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-82d683f2-3be2-4e9f-872b-e9455705d15f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: center;
}


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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-ad32e141-97bd-4f6f-9b92-fe086a92459f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ad32e141-97bd-4f6f-9b92-fe086a92459f {
  margin-left: 2em;
margin-right: 2em;
}
}
#s-ad32e141-97bd-4f6f-9b92-fe086a92459f .shg-proportional-font-size,
#s-ad32e141-97bd-4f6f-9b92-fe086a92459f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-c0d8bc64-0096-4785-9c56-c7aa623d2576 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5ZjFhZGItYzZkYy00MGI2LWFiNWUtYTliMjViNGEzZWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjlmMWFkYi1jNmRjLTQwYjYtYWI1ZS1hOWIyNWI0YTNlZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c0d8bc64-0096-4785-9c56-c7aa623d2576:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-c0d8bc64-0096-4785-9c56-c7aa623d2576:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY1MzUzZTEtNWQyZS00ZjQzLTg5M2UtNjQ0ZWM2NjBkZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjUzNTNlMS01ZDJlLTRmNDMtODkzZS02NDRlYzY2MGRkZjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (min-width: 768px) and (max-width: 991px){#s-c0d8bc64-0096-4785-9c56-c7aa623d2576 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODQzMWUyZDUtMThjYy00MmY1LWFmNjItYzJjNTc4N2ZjMzY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NDMxZTJkNS0xOGNjLTQyZjUtYWY2Mi1jMmM1Nzg3ZmMzNjUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0em;
margin-left: 3.5em;
margin-bottom: 0em;
margin-right: 3.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-c0d8bc64-0096-4785-9c56-c7aa623d2576:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0d8bc64-0096-4785-9c56-c7aa623d2576:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c0d8bc64-0096-4785-9c56-c7aa623d2576 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTc2M2M0ODQtMzQ1NC00ZmIyLTgzNjYtODhkMTlmYjc3YTkxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNzYzYzQ4NC0zNDU0LTRmYjItODM2Ni04OGQxOWZiNzdhOTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-c0d8bc64-0096-4785-9c56-c7aa623d2576:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0d8bc64-0096-4785-9c56-c7aa623d2576:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-c0d8bc64-0096-4785-9c56-c7aa623d2576-root {
    text-align: center;
  }


#s-c0d8bc64-0096-4785-9c56-c7aa623d2576.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0d8bc64-0096-4785-9c56-c7aa623d2576-root {
    text-align: center;
  }


#s-c0d8bc64-0096-4785-9c56-c7aa623d2576.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0d8bc64-0096-4785-9c56-c7aa623d2576-root {
    text-align: center;
  }


#s-c0d8bc64-0096-4785-9c56-c7aa623d2576.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0d8bc64-0096-4785-9c56-c7aa623d2576-root {
    text-align: center;
  }


#s-c0d8bc64-0096-4785-9c56-c7aa623d2576.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0d8bc64-0096-4785-9c56-c7aa623d2576-root {
    text-align: center;
  }


#s-c0d8bc64-0096-4785-9c56-c7aa623d2576.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-6d54ba84-2329-4f45-842f-5db8c2517b28 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5ZjFhZGItYzZkYy00MGI2LWFiNWUtYTliMjViNGEzZWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjlmMWFkYi1jNmRjLTQwYjYtYWI1ZS1hOWIyNWI0YTNlZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6d54ba84-2329-4f45-842f-5db8c2517b28:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-6d54ba84-2329-4f45-842f-5db8c2517b28:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY1MzUzZTEtNWQyZS00ZjQzLTg5M2UtNjQ0ZWM2NjBkZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjUzNTNlMS01ZDJlLTRmNDMtODkzZS02NDRlYzY2MGRkZjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (min-width: 768px) and (max-width: 991px){#s-6d54ba84-2329-4f45-842f-5db8c2517b28 {
  margin-top: 0.5em;
margin-left: 3.5em;
margin-bottom: 0.5em;
margin-right: 3.5em;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(107, 127, 70, 1);
}
#s-6d54ba84-2329-4f45-842f-5db8c2517b28:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d54ba84-2329-4f45-842f-5db8c2517b28:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-6d54ba84-2329-4f45-842f-5db8c2517b28 {
  margin-top: 0.5em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(107, 127, 70, 1);
}
#s-6d54ba84-2329-4f45-842f-5db8c2517b28:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d54ba84-2329-4f45-842f-5db8c2517b28:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-6d54ba84-2329-4f45-842f-5db8c2517b28-root {
    text-align: center;
  }


#s-6d54ba84-2329-4f45-842f-5db8c2517b28.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d54ba84-2329-4f45-842f-5db8c2517b28-root {
    text-align: center;
  }


#s-6d54ba84-2329-4f45-842f-5db8c2517b28.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d54ba84-2329-4f45-842f-5db8c2517b28-root {
    text-align: center;
  }


#s-6d54ba84-2329-4f45-842f-5db8c2517b28.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d54ba84-2329-4f45-842f-5db8c2517b28-root {
    text-align: center;
  }


#s-6d54ba84-2329-4f45-842f-5db8c2517b28.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d54ba84-2329-4f45-842f-5db8c2517b28-root {
    text-align: center;
  }


#s-6d54ba84-2329-4f45-842f-5db8c2517b28.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center -23em;
}
@media (min-width: 1200px){#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 750px;
display: none;
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023, #wrap-s-c4e623e8-5e47-41b7-84ab-2dac78b74023, #wrap-content-s-c4e623e8-5e47-41b7-84ab-2dac78b74023 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 750px;
display: none;
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023, #wrap-s-c4e623e8-5e47-41b7-84ab-2dac78b74023, #wrap-content-s-c4e623e8-5e47-41b7-84ab-2dac78b74023 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 650px;
}
}@media (max-width: 767px){#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  margin-left: 1em;
margin-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 600px;
display: none;
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023, #wrap-s-c4e623e8-5e47-41b7-84ab-2dac78b74023, #wrap-content-s-c4e623e8-5e47-41b7-84ab-2dac78b74023 { display: none !important; }}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/480x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/960x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/768x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/1536x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/1024x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/2048x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/1200x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 {
  background-image: url(https://i.shgcdn.com/727f4a0d-aab1-4546-bd14-64045e753675/-/resize/2048x/);
}
#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c4e623e8-5e47-41b7-84ab-2dac78b74023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4e623e8-5e47-41b7-84ab-2dac78b74023.shg-box.shg-c {
  justify-content: center;
}

#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 {
  display: none;
}
#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54, #wrap-s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54, #wrap-content-s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 {
  display: none;
}
#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54, #wrap-s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54, #wrap-content-s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 {
  margin-top: 25em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 {
  margin-top: 15em;
margin-bottom: 15px;
padding-bottom: 0em;
}
}
#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e9d0ed45-ad2d-4d08-926f-6f468bfacb54 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-79d7c72b-7460-4a76-afad-a0a176dc85a4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-79d7c72b-7460-4a76-afad-a0a176dc85a4 {
  margin-left: 2em;
margin-right: 2em;
}
}
#s-79d7c72b-7460-4a76-afad-a0a176dc85a4 .shg-proportional-font-size,
#s-79d7c72b-7460-4a76-afad-a0a176dc85a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1cce8470-7406-430e-95bf-f7ef496ddabe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5ZjFhZGItYzZkYy00MGI2LWFiNWUtYTliMjViNGEzZWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjlmMWFkYi1jNmRjLTQwYjYtYWI1ZS1hOWIyNWI0YTNlZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-1cce8470-7406-430e-95bf-f7ef496ddabe:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-1cce8470-7406-430e-95bf-f7ef496ddabe:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY1MzUzZTEtNWQyZS00ZjQzLTg5M2UtNjQ0ZWM2NjBkZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjUzNTNlMS01ZDJlLTRmNDMtODkzZS02NDRlYzY2MGRkZjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (min-width: 768px) and (max-width: 991px){#s-1cce8470-7406-430e-95bf-f7ef496ddabe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTNmOTEyYzQtYzdlZC00NjYwLWE4M2ItMzg4OWY5Y2VmM2Q4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1M2Y5MTJjNC1jN2VkLTQ2NjAtYTgzYi0zODg5ZjljZWYzZDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0em;
margin-left: 3.5em;
margin-bottom: 0em;
margin-right: 3.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-1cce8470-7406-430e-95bf-f7ef496ddabe:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1cce8470-7406-430e-95bf-f7ef496ddabe:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-1cce8470-7406-430e-95bf-f7ef496ddabe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTc2M2M0ODQtMzQ1NC00ZmIyLTgzNjYtODhkMTlmYjc3YTkxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNzYzYzQ4NC0zNDU0LTRmYjItODM2Ni04OGQxOWZiNzdhOTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-1cce8470-7406-430e-95bf-f7ef496ddabe:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1cce8470-7406-430e-95bf-f7ef496ddabe:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1cce8470-7406-430e-95bf-f7ef496ddabe-root {
    text-align: center;
  }


#s-1cce8470-7406-430e-95bf-f7ef496ddabe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cce8470-7406-430e-95bf-f7ef496ddabe-root {
    text-align: center;
  }


#s-1cce8470-7406-430e-95bf-f7ef496ddabe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cce8470-7406-430e-95bf-f7ef496ddabe-root {
    text-align: center;
  }


#s-1cce8470-7406-430e-95bf-f7ef496ddabe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cce8470-7406-430e-95bf-f7ef496ddabe-root {
    text-align: center;
  }


#s-1cce8470-7406-430e-95bf-f7ef496ddabe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cce8470-7406-430e-95bf-f7ef496ddabe-root {
    text-align: center;
  }


#s-1cce8470-7406-430e-95bf-f7ef496ddabe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-04ad66ee-090b-460b-a7a5-568717bff9f1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWI5ZjFhZGItYzZkYy00MGI2LWFiNWUtYTliMjViNGEzZWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YjlmMWFkYi1jNmRjLTQwYjYtYWI1ZS1hOWIyNWI0YTNlZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 1em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-04ad66ee-090b-460b-a7a5-568717bff9f1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGM0N2RmODEtMDlmOC00M2E4LWIwZWEtMTE0NDhhNzA5NDFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0YzQ3ZGY4MS0wOWY4LTQzYTgtYjBlYS0xMTQ0OGE3MDk0MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}#s-04ad66ee-090b-460b-a7a5-568717bff9f1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY1MzUzZTEtNWQyZS00ZjQzLTg5M2UtNjQ0ZWM2NjBkZGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTMwNjA4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjUzNTNlMS01ZDJlLTRmNDMtODkzZS02NDRlYzY2MGRkZjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#530608"}] !important;
hover-type: gradient !important;}@media (min-width: 768px) and (max-width: 991px){#s-04ad66ee-090b-460b-a7a5-568717bff9f1 {
  margin-top: 0.5em;
margin-left: 3.5em;
margin-bottom: 0.5em;
margin-right: 3.5em;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(107, 127, 70, 1);
}
#s-04ad66ee-090b-460b-a7a5-568717bff9f1:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-04ad66ee-090b-460b-a7a5-568717bff9f1:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-04ad66ee-090b-460b-a7a5-568717bff9f1 {
  margin-top: 0.5em;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
background-image: none;
background-color: rgba(255, 255, 255, 1);
hover-type: color;
color: rgba(107, 127, 70, 1);
}
#s-04ad66ee-090b-460b-a7a5-568717bff9f1:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-04ad66ee-090b-460b-a7a5-568717bff9f1:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-04ad66ee-090b-460b-a7a5-568717bff9f1-root {
    text-align: center;
  }


#s-04ad66ee-090b-460b-a7a5-568717bff9f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04ad66ee-090b-460b-a7a5-568717bff9f1-root {
    text-align: center;
  }


#s-04ad66ee-090b-460b-a7a5-568717bff9f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04ad66ee-090b-460b-a7a5-568717bff9f1-root {
    text-align: center;
  }


#s-04ad66ee-090b-460b-a7a5-568717bff9f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04ad66ee-090b-460b-a7a5-568717bff9f1-root {
    text-align: center;
  }


#s-04ad66ee-090b-460b-a7a5-568717bff9f1.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04ad66ee-090b-460b-a7a5-568717bff9f1-root {
    text-align: center;
  }


#s-04ad66ee-090b-460b-a7a5-568717bff9f1.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 725px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 750px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  margin-left: 1.5em;
margin-right: 1.5em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 750px;
display: none;
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0, #wrap-s-10a2cbc3-4de1-420e-a200-77025ad85cf0, #wrap-content-s-10a2cbc3-4de1-420e-a200-77025ad85cf0 { display: none !important; }}@media (max-width: 767px){#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  margin-left: 1em;
margin-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1.5em;
min-height: 600px;
display: none;
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0, #wrap-s-10a2cbc3-4de1-420e-a200-77025ad85cf0, #wrap-content-s-10a2cbc3-4de1-420e-a200-77025ad85cf0 { display: none !important; }}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/480x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/960x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/768x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/1536x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/1024x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/2048x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/1200x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 {
  background-image: url(https://i.shgcdn.com/a712454b-b121-4e90-bce4-cc252958bf3e/-/resize/2048x/);
}
#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-10a2cbc3-4de1-420e-a200-77025ad85cf0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-10a2cbc3-4de1-420e-a200-77025ad85cf0.shg-box.shg-c {
  justify-content: center;
}
}
#s-5e8912a8-a1f2-43fa-87c5-b1cc6590d52f {
  margin-top: 10em;
margin-left: 3em;
margin-right: 0em;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5e8912a8-a1f2-43fa-87c5-b1cc6590d52f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  
  
  
  
}



#s-61d10eb9-42cd-481d-8afb-5937da9d8afc {
  margin-left: auto;
margin-right: auto;
padding-left: 3em;
padding-right: 3em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-61d10eb9-42cd-481d-8afb-5937da9d8afc {
  margin-bottom: -1em;
}
}
#s-61d10eb9-42cd-481d-8afb-5937da9d8afc .shg-proportional-font-size,
#s-61d10eb9-42cd-481d-8afb-5937da9d8afc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-39f427da-bc69-458a-8b7e-997ee406e214 {
  margin-left: 3em;
margin-right: auto;
}
@media (min-width: 1200px){#s-39f427da-bc69-458a-8b7e-997ee406e214 {
  display: none;
}
#s-39f427da-bc69-458a-8b7e-997ee406e214, #wrap-s-39f427da-bc69-458a-8b7e-997ee406e214, #wrap-content-s-39f427da-bc69-458a-8b7e-997ee406e214 { display: none !important; }}
@media (min-width: 0px) {
[id="s-39f427da-bc69-458a-8b7e-997ee406e214"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39f427da-bc69-458a-8b7e-997ee406e214"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39f427da-bc69-458a-8b7e-997ee406e214"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39f427da-bc69-458a-8b7e-997ee406e214"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f61317b-58fa-4225-b9c9-29cca7d47adc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTFiMmMxZmYtZDI1Zi00M2RhLWI5MTgtYjdiMjU4NTAzZTJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmI3ZjQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2E0ODIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMWIyYzFmZi1kMjVmLTQzZGEtYjkxOC1iN2IyNTg1MDNlMmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0.5em;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6b7f46"}, {"id"=>2, "pos"=>1, "color"=>"#3a4822"}];
}
#s-0f61317b-58fa-4225-b9c9-29cca7d47adc:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f61317b-58fa-4225-b9c9-29cca7d47adc:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0f61317b-58fa-4225-b9c9-29cca7d47adc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ2ZmZkNjktYjEwYS00OWM2LTgyNzAtOGY3Yzk1NGQzZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmI3ZjQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2E0ODIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDZmZmQ2OS1iMTBhLTQ5YzYtODI3MC04ZjdjOTU0ZDNlM2IpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6b7f46"}, {"id"=>2, "pos"=>1, "color"=>"#3a4822"}];
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f61317b-58fa-4225-b9c9-29cca7d47adc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDcwZTA0MDctMzAxNC00NGExLWFmZTQtMzY2YTNhMzA4NjUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmI3ZjQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2E0ODIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNzBlMDQwNy0zMDE0LTQ0YTEtYWZlNC0zNjZhM2EzMDg2NTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6b7f46"}, {"id"=>2, "pos"=>1, "color"=>"#3a4822"}];
}
}

  #s-0f61317b-58fa-4225-b9c9-29cca7d47adc-root {
    text-align: center;
  }


#s-0f61317b-58fa-4225-b9c9-29cca7d47adc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f61317b-58fa-4225-b9c9-29cca7d47adc-root {
    text-align: center;
  }


#s-0f61317b-58fa-4225-b9c9-29cca7d47adc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f61317b-58fa-4225-b9c9-29cca7d47adc-root {
    text-align: center;
  }


#s-0f61317b-58fa-4225-b9c9-29cca7d47adc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f61317b-58fa-4225-b9c9-29cca7d47adc-root {
    text-align: center;
  }


#s-0f61317b-58fa-4225-b9c9-29cca7d47adc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f61317b-58fa-4225-b9c9-29cca7d47adc-root {
    text-align: center;
  }


#s-0f61317b-58fa-4225-b9c9-29cca7d47adc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-f542eb9d-35e4-4382-919a-9d22e000c3cb {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0.5em;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(107, 127, 70, 1);
}
#s-f542eb9d-35e4-4382-919a-9d22e000c3cb:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(240, 240, 240, 1) !important;}#s-f542eb9d-35e4-4382-919a-9d22e000c3cb:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f542eb9d-35e4-4382-919a-9d22e000c3cb-root {
    text-align: center;
  }


#s-f542eb9d-35e4-4382-919a-9d22e000c3cb.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f542eb9d-35e4-4382-919a-9d22e000c3cb-root {
    text-align: center;
  }


#s-f542eb9d-35e4-4382-919a-9d22e000c3cb.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f542eb9d-35e4-4382-919a-9d22e000c3cb-root {
    text-align: center;
  }


#s-f542eb9d-35e4-4382-919a-9d22e000c3cb.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f542eb9d-35e4-4382-919a-9d22e000c3cb-root {
    text-align: center;
  }


#s-f542eb9d-35e4-4382-919a-9d22e000c3cb.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f542eb9d-35e4-4382-919a-9d22e000c3cb-root {
    text-align: center;
  }


#s-f542eb9d-35e4-4382-919a-9d22e000c3cb.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7 {
  margin-left: 3em;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7 {
  display: none;
}
#s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7, #wrap-s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7, #wrap-content-s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc2d9e0d-8d72-4348-8271-5c5843f1a8d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3d391b94-51c9-405e-b3bd-8e930e83bee9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTFiMmMxZmYtZDI1Zi00M2RhLWI5MTgtYjdiMjU4NTAzZTJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmI3ZjQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2E0ODIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMWIyYzFmZi1kMjVmLTQzZGEtYjkxOC1iN2IyNTg1MDNlMmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0.5em;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6b7f46"}, {"id"=>2, "pos"=>1, "color"=>"#3a4822"}];
}
#s-3d391b94-51c9-405e-b3bd-8e930e83bee9:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d391b94-51c9-405e-b3bd-8e930e83bee9:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3d391b94-51c9-405e-b3bd-8e930e83bee9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ2ZmZkNjktYjEwYS00OWM2LTgyNzAtOGY3Yzk1NGQzZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmI3ZjQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2E0ODIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDZmZmQ2OS1iMTBhLTQ5YzYtODI3MC04ZjdjOTU0ZDNlM2IpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6b7f46"}, {"id"=>2, "pos"=>1, "color"=>"#3a4822"}];
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d391b94-51c9-405e-b3bd-8e930e83bee9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDcwZTA0MDctMzAxNC00NGExLWFmZTQtMzY2YTNhMzA4NjUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmI3ZjQ2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2E0ODIyO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNzBlMDQwNy0zMDE0LTQ0YTEtYWZlNC0zNjZhM2EzMDg2NTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6b7f46"}, {"id"=>2, "pos"=>1, "color"=>"#3a4822"}];
}
}

  #s-3d391b94-51c9-405e-b3bd-8e930e83bee9-root {
    text-align: center;
  }


#s-3d391b94-51c9-405e-b3bd-8e930e83bee9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d391b94-51c9-405e-b3bd-8e930e83bee9-root {
    text-align: center;
  }


#s-3d391b94-51c9-405e-b3bd-8e930e83bee9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d391b94-51c9-405e-b3bd-8e930e83bee9-root {
    text-align: center;
  }


#s-3d391b94-51c9-405e-b3bd-8e930e83bee9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d391b94-51c9-405e-b3bd-8e930e83bee9-root {
    text-align: center;
  }


#s-3d391b94-51c9-405e-b3bd-8e930e83bee9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d391b94-51c9-405e-b3bd-8e930e83bee9-root {
    text-align: center;
  }


#s-3d391b94-51c9-405e-b3bd-8e930e83bee9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-fdf488af-8d0e-4e14-be92-68123b620f8c {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 0.5em;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(107, 127, 70, 1);
}
#s-fdf488af-8d0e-4e14-be92-68123b620f8c:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(240, 240, 240, 1) !important;}#s-fdf488af-8d0e-4e14-be92-68123b620f8c:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fdf488af-8d0e-4e14-be92-68123b620f8c-root {
    text-align: center;
  }


#s-fdf488af-8d0e-4e14-be92-68123b620f8c.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fdf488af-8d0e-4e14-be92-68123b620f8c-root {
    text-align: center;
  }


#s-fdf488af-8d0e-4e14-be92-68123b620f8c.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdf488af-8d0e-4e14-be92-68123b620f8c-root {
    text-align: center;
  }


#s-fdf488af-8d0e-4e14-be92-68123b620f8c.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdf488af-8d0e-4e14-be92-68123b620f8c-root {
    text-align: center;
  }


#s-fdf488af-8d0e-4e14-be92-68123b620f8c.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fdf488af-8d0e-4e14-be92-68123b620f8c-root {
    text-align: center;
  }


#s-fdf488af-8d0e-4e14-be92-68123b620f8c.shg-btn {
  color: rgba(107, 127, 70, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-2393bdde-5e9f-4311-b766-dcf483fb0f95 {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2393bdde-5e9f-4311-b766-dcf483fb0f95 {
  margin-left: 1.5em;
margin-right: 1.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2393bdde-5e9f-4311-b766-dcf483fb0f95 {
  display: none;
}
#s-2393bdde-5e9f-4311-b766-dcf483fb0f95, #wrap-s-2393bdde-5e9f-4311-b766-dcf483fb0f95, #wrap-content-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 { display: none !important; }}@media (max-width: 767px){#s-2393bdde-5e9f-4311-b766-dcf483fb0f95 {
  display: none;
}
#s-2393bdde-5e9f-4311-b766-dcf483fb0f95, #wrap-s-2393bdde-5e9f-4311-b766-dcf483fb0f95, #wrap-content-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 {
  --swiper-pagination-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-prev,
#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-prev svg,
#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2393bdde-5e9f-4311-b766-dcf483fb0f95 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  max-width: 600px;
}
}
#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image {
  box-sizing: border-box;
}



.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image {
  box-sizing: border-box;
}



.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image {
  box-sizing: border-box;
}



.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image {
  box-sizing: border-box;
}



.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab25bbcd-fb44-4014-9b72-ad6e15069790 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab25bbcd-fb44-4014-9b72-ad6e15069790.shogun-image {
  box-sizing: border-box;
}



.s-ab25bbcd-fb44-4014-9b72-ad6e15069790 img.shogun-image {
  
}


}
#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  max-width: 600px;
}
}
#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  margin: 0 !important;
  overflow: visible;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add background color handling */
  
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image {
  box-sizing: border-box;
}



.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  
}


@media (min-width: 1200px){#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  margin: 0 !important;
  overflow: visible;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add background color handling */
  
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image {
  box-sizing: border-box;
}



.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  margin: 0 !important;
  overflow: visible;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add background color handling */
  
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image {
  box-sizing: border-box;
}



.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  margin: 0 !important;
  overflow: visible;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add background color handling */
  
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image {
  box-sizing: border-box;
}



.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  
}


}@media (max-width: 767px){#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  margin: 0 !important;
  overflow: visible;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f28ec6cc-d5d0-4e96-8132-5adbc680edec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add background color handling */
  
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec .shogun-image-content {
  
    justify-content: center;
  
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f28ec6cc-d5d0-4e96-8132-5adbc680edec.shogun-image {
  box-sizing: border-box;
}



.s-f28ec6cc-d5d0-4e96-8132-5adbc680edec img.shogun-image {
  
}


}
#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image {
  box-sizing: border-box;
}



.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image {
  box-sizing: border-box;
}



.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image {
  box-sizing: border-box;
}



.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image {
  box-sizing: border-box;
}



.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3.shogun-image {
  box-sizing: border-box;
}



.s-0e43c822-e3e7-44d3-b2f8-d9c1f4e09ba3 img.shogun-image {
  
}


}
#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  max-width: 600px;
}
}
#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-fa0e214a-2918-45f4-8d02-436e63dd6042 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image {
  box-sizing: border-box;
}



.s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa0e214a-2918-45f4-8d02-436e63dd6042 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image {
  box-sizing: border-box;
}



.s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa0e214a-2918-45f4-8d02-436e63dd6042 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image {
  box-sizing: border-box;
}



.s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa0e214a-2918-45f4-8d02-436e63dd6042 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image {
  box-sizing: border-box;
}



.s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa0e214a-2918-45f4-8d02-436e63dd6042 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fa0e214a-2918-45f4-8d02-436e63dd6042 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa0e214a-2918-45f4-8d02-436e63dd6042.shogun-image {
  box-sizing: border-box;
}



.s-fa0e214a-2918-45f4-8d02-436e63dd6042 img.shogun-image {
  
}


}
#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  max-width: 600px;
}
}
#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  margin: 0 !important;
  overflow: visible;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add background color handling */
  
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-084844a9-0760-40c3-92a4-543ccf6ee18b .shogun-image-content {
  
    justify-content: center;
  
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image {
  box-sizing: border-box;
}



.s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  
}


@media (min-width: 1200px){#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  margin: 0 !important;
  overflow: visible;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add background color handling */
  
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-084844a9-0760-40c3-92a4-543ccf6ee18b .shogun-image-content {
  
    justify-content: center;
  
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image {
  box-sizing: border-box;
}



.s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  margin: 0 !important;
  overflow: visible;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add background color handling */
  
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-084844a9-0760-40c3-92a4-543ccf6ee18b .shogun-image-content {
  
    justify-content: center;
  
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image {
  box-sizing: border-box;
}



.s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  margin: 0 !important;
  overflow: visible;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add background color handling */
  
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-084844a9-0760-40c3-92a4-543ccf6ee18b .shogun-image-content {
  
    justify-content: center;
  
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image {
  box-sizing: border-box;
}



.s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  
}


}@media (max-width: 767px){#s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  margin: 0 !important;
  overflow: visible;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-084844a9-0760-40c3-92a4-543ccf6ee18b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add background color handling */
  
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-084844a9-0760-40c3-92a4-543ccf6ee18b .shogun-image-content {
  
    justify-content: center;
  
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-084844a9-0760-40c3-92a4-543ccf6ee18b.shogun-image {
  box-sizing: border-box;
}



.s-084844a9-0760-40c3-92a4-543ccf6ee18b img.shogun-image {
  
}


}
#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  max-width: 1000px;
}
}
#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image {
  box-sizing: border-box;
}



.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  border-style: solid;
  

}






.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image {
  box-sizing: border-box;
}



.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image {
  box-sizing: border-box;
}



.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image {
  box-sizing: border-box;
}



.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  margin: 0 !important;
  overflow: visible;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f8daf0e6-0044-4248-9d4e-0542d96b5110 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add background color handling */
  
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8daf0e6-0044-4248-9d4e-0542d96b5110.shogun-image {
  box-sizing: border-box;
}



.s-f8daf0e6-0044-4248-9d4e-0542d96b5110 img.shogun-image {
  
}


}
#s-c68ebbab-dc91-4e9a-a815-efdc588babbe {
  min-height: 50px;
}








#s-c68ebbab-dc91-4e9a-a815-efdc588babbe > .shg-box-overlay {
  background-color: rgba(40, 73, 110, 1);
  opacity: 0;
  display: block;
}#s-c68ebbab-dc91-4e9a-a815-efdc588babbe.shg-box.shg-c {
  justify-content: center;
}

#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  box-shadow:0px 0px 0px 0px rgba(32, 32, 32, 0);
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-content-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  display: none;
}
#s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-s-3ecdbc39-844a-4f46-baf9-d041cd765eee, #wrap-content-s-3ecdbc39-844a-4f46-baf9-d041cd765eee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  
}
}@media (max-width: 767px){#s-3ecdbc39-844a-4f46-baf9-d041cd765eee {
  padding-left: 0em;
padding-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3ecdbc39-844a-4f46-baf9-d041cd765eee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.shogun-image-container {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-842572d2-14a3-4c74-87e1-c30628b411e6 {
  margin-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-842572d2-14a3-4c74-87e1-c30628b411e6 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-842572d2-14a3-4c74-87e1-c30628b411e6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d2bf230a-fa74-45c2-8347-9d5daf406eaf .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ddbc145-791c-43ab-aeea-baff3cf6242c {
  margin-bottom: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-2ddbc145-791c-43ab-aeea-baff3cf6242c {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2ddbc145-791c-43ab-aeea-baff3cf6242c .shogun-image-content {
  
    justify-content: center;
  
}

#s-218b120b-6262-4d51-938f-67943a27f7fd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-218b120b-6262-4d51-938f-67943a27f7fd {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-218b120b-6262-4d51-938f-67943a27f7fd .shogun-image-content {
  
    justify-content: center;
  
}

#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-12b6f07e-de12-4d82-91bb-320b4cba4f6d .shogun-image-content {
  
    justify-content: center;
  
}

#s-84282bfc-9990-44ca-bd82-a26b683b7791 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-84282bfc-9990-44ca-bd82-a26b683b7791 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-84282bfc-9990-44ca-bd82-a26b683b7791 .shogun-image-content {
  
    justify-content: center;
  
}

#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  min-height: 650px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  display: none;
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a, #wrap-s-eb813ba2-1bf5-4094-91bb-dea3de52c60a, #wrap-content-s-eb813ba2-1bf5-4094-91bb-dea3de52c60a { display: none !important; }}@media (max-width: 767px){#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  display: none;
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a, #wrap-s-eb813ba2-1bf5-4094-91bb-dea3de52c60a, #wrap-content-s-eb813ba2-1bf5-4094-91bb-dea3de52c60a { display: none !important; }}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/480x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/960x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/768x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/1536x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/1024x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/2048x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/1200x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a {
  background-image: url(https://i.shgcdn.com/0a1ab715-4488-4714-811f-bb2955d857f8/-/resize/2048x/);
}
#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-eb813ba2-1bf5-4094-91bb-dea3de52c60a.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-e81e4f14-0498-460b-b7f7-052628e32f19 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 1200px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 {
  margin-left: 3em;
margin-right: 3em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 {
  margin-top: 10em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
}
}@media (max-width: 767px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 {
  margin-right: 1.5em;
text-align: center;
}
}
#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-e81e4f14-0498-460b-b7f7-052628e32f19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  display: none;
}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-content-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  display: none;
}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-content-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 {
  display: none;
}
#s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15, #wrap-content-s-2e8fc4ec-33b1-4d1f-bd4c-0443f0ac2e15 { display: none !important; }}
#s-208abfa9-ab32-425c-973e-22a1a23da45e {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-208abfa9-ab32-425c-973e-22a1a23da45e {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-208abfa9-ab32-425c-973e-22a1a23da45e {
  display: none;
}
#s-208abfa9-ab32-425c-973e-22a1a23da45e, #wrap-s-208abfa9-ab32-425c-973e-22a1a23da45e, #wrap-content-s-208abfa9-ab32-425c-973e-22a1a23da45e { display: none !important; }}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBkZDMyNzgtNDY3NC00N2QzLTlhODItMzllOGU0Y2YxMzhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGRkMzI3OC00Njc0LTQ3ZDMtOWE4Mi0zOWU4ZTRjZjEzOGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7441a5e5-df08-4c07-b9d4-e732defb052d:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7441a5e5-df08-4c07-b9d4-e732defb052d {
  display: none;
}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d, #wrap-s-7441a5e5-df08-4c07-b9d4-e732defb052d, #wrap-content-s-7441a5e5-df08-4c07-b9d4-e732defb052d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7441a5e5-df08-4c07-b9d4-e732defb052d {
  display: none;
}
#s-7441a5e5-df08-4c07-b9d4-e732defb052d, #wrap-s-7441a5e5-df08-4c07-b9d4-e732defb052d, #wrap-content-s-7441a5e5-df08-4c07-b9d4-e732defb052d { display: none !important; }}

  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7441a5e5-df08-4c07-b9d4-e732defb052d-root {
    text-align: center;
  }


#s-7441a5e5-df08-4c07-b9d4-e732defb052d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  margin-bottom: -7em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  display: none;
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-content-s-d578133a-6e40-488a-9fea-a8bf28e92943 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  display: none;
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-content-s-d578133a-6e40-488a-9fea-a8bf28e92943 { display: none !important; }}@media (max-width: 767px){#s-d578133a-6e40-488a-9fea-a8bf28e92943 {
  display: none;
}
#s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-s-d578133a-6e40-488a-9fea-a8bf28e92943, #wrap-content-s-d578133a-6e40-488a-9fea-a8bf28e92943 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-d578133a-6e40-488a-9fea-a8bf28e92943"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-138ac573-ae6d-40f8-a884-71925249c0a8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-138ac573-ae6d-40f8-a884-71925249c0a8:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-138ac573-ae6d-40f8-a884-71925249c0a8:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-138ac573-ae6d-40f8-a884-71925249c0a8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYyMmJiMGItMWZmZi00MTJhLWEyYTAtNzU0NDQ0NGE0ZGUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjIyYmIwYi0xZmZmLTQxMmEtYTJhMC03NTQ0NDQ0YTRkZTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-138ac573-ae6d-40f8-a884-71925249c0a8:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-138ac573-ae6d-40f8-a884-71925249c0a8:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-138ac573-ae6d-40f8-a884-71925249c0a8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGZhNGI4NmMtNWNkNS00NDRjLTgyMDItNTA2OGE2ZDA3NGU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZmE0Yjg2Yy01Y2Q1LTQ0NGMtODIwMi01MDY4YTZkMDc0ZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-138ac573-ae6d-40f8-a884-71925249c0a8:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-138ac573-ae6d-40f8-a884-71925249c0a8:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-138ac573-ae6d-40f8-a884-71925249c0a8-root {
    text-align: center;
  }


#s-138ac573-ae6d-40f8-a884-71925249c0a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d93c0dd3-f737-410a-abe9-0609784da8ae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-d93c0dd3-f737-410a-abe9-0609784da8ae:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d93c0dd3-f737-410a-abe9-0609784da8ae:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d93c0dd3-f737-410a-abe9-0609784da8ae {
  box-shadow:0px 2px 0px 0px #000000;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTliYzUxMWYtZGMzMy00Y2RmLWIxZTMtYzY5ZTM0YjM1NTk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5OWJjNTExZi1kYzMzLTRjZGYtYjFlMy1jNjllMzRiMzU1OTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-color: rgba(216, 78, 19, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-d93c0dd3-f737-410a-abe9-0609784da8ae:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d93c0dd3-f737-410a-abe9-0609784da8ae:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-d93c0dd3-f737-410a-abe9-0609784da8ae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODEyYTQzYTQtN2RiMi00YmZhLWI1NzUtNzFiMGYwYzI4NTdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTJhNDNhNC03ZGIyLTRiZmEtYjU3NS03MWIwZjBjMjg1N2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-d93c0dd3-f737-410a-abe9-0609784da8ae:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d93c0dd3-f737-410a-abe9-0609784da8ae:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d93c0dd3-f737-410a-abe9-0609784da8ae {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA5YTJiZGEtZDAyOC00Y2YyLWExOTItZTY2ZDUxYzZlZTZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMDlhMmJkYS1kMDI4LTRjZjItYTE5Mi1lNjZkNTFjNmVlNmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
}
}

  #s-d93c0dd3-f737-410a-abe9-0609784da8ae-root {
    text-align: center;
  }


#s-d93c0dd3-f737-410a-abe9-0609784da8ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d93c0dd3-f737-410a-abe9-0609784da8ae-root {
    text-align: center;
  }


#s-d93c0dd3-f737-410a-abe9-0609784da8ae.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d93c0dd3-f737-410a-abe9-0609784da8ae-root {
    text-align: center;
  }


#s-d93c0dd3-f737-410a-abe9-0609784da8ae.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d93c0dd3-f737-410a-abe9-0609784da8ae-root {
    text-align: center;
  }


#s-d93c0dd3-f737-410a-abe9-0609784da8ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d93c0dd3-f737-410a-abe9-0609784da8ae-root {
    text-align: center;
  }


#s-d93c0dd3-f737-410a-abe9-0609784da8ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c {
  margin-bottom: -7em;
display: none;
}
#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c, #wrap-s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c, #wrap-content-s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c {
  display: none;
}
#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c, #wrap-s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c, #wrap-content-s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c { display: none !important; }}@media (max-width: 767px){#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c {
  display: none;
}
#s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c, #wrap-s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c, #wrap-content-s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c { display: none !important; }}
@media (min-width: 0px) {
[id="s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-de5f04b2-e156-4ed2-b742-d2c49b5ccb2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-25fe6eb9-8719-4373-9d48-d2769059547d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-25fe6eb9-8719-4373-9d48-d2769059547d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25fe6eb9-8719-4373-9d48-d2769059547d:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-25fe6eb9-8719-4373-9d48-d2769059547d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYyMmJiMGItMWZmZi00MTJhLWEyYTAtNzU0NDQ0NGE0ZGUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjIyYmIwYi0xZmZmLTQxMmEtYTJhMC03NTQ0NDQ0YTRkZTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-25fe6eb9-8719-4373-9d48-d2769059547d:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25fe6eb9-8719-4373-9d48-d2769059547d:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-25fe6eb9-8719-4373-9d48-d2769059547d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGZhNGI4NmMtNWNkNS00NDRjLTgyMDItNTA2OGE2ZDA3NGU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZmE0Yjg2Yy01Y2Q1LTQ0NGMtODIwMi01MDY4YTZkMDc0ZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-25fe6eb9-8719-4373-9d48-d2769059547d:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25fe6eb9-8719-4373-9d48-d2769059547d:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-25fe6eb9-8719-4373-9d48-d2769059547d-root {
    text-align: center;
  }


#s-25fe6eb9-8719-4373-9d48-d2769059547d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25fe6eb9-8719-4373-9d48-d2769059547d-root {
    text-align: center;
  }


#s-25fe6eb9-8719-4373-9d48-d2769059547d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25fe6eb9-8719-4373-9d48-d2769059547d-root {
    text-align: center;
  }


#s-25fe6eb9-8719-4373-9d48-d2769059547d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25fe6eb9-8719-4373-9d48-d2769059547d-root {
    text-align: center;
  }


#s-25fe6eb9-8719-4373-9d48-d2769059547d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25fe6eb9-8719-4373-9d48-d2769059547d-root {
    text-align: center;
  }


#s-25fe6eb9-8719-4373-9d48-d2769059547d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-a2953560-96a1-4e72-8ffd-5f2fe0230099 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-a2953560-96a1-4e72-8ffd-5f2fe0230099:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2953560-96a1-4e72-8ffd-5f2fe0230099:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a2953560-96a1-4e72-8ffd-5f2fe0230099 {
  box-shadow:0px 2px 0px 0px #000000;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDM1NmVlYzMtNmU4OC00YmVhLWExYjktYjIyYjM1NzNjM2YxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzU2ZWVjMy02ZTg4LTRiZWEtYTFiOS1iMjJiMzU3M2MzZjEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-color: rgba(216, 78, 19, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-a2953560-96a1-4e72-8ffd-5f2fe0230099:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2953560-96a1-4e72-8ffd-5f2fe0230099:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-a2953560-96a1-4e72-8ffd-5f2fe0230099 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODEyYTQzYTQtN2RiMi00YmZhLWI1NzUtNzFiMGYwYzI4NTdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTJhNDNhNC03ZGIyLTRiZmEtYjU3NS03MWIwZjBjMjg1N2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-a2953560-96a1-4e72-8ffd-5f2fe0230099:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2953560-96a1-4e72-8ffd-5f2fe0230099:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-a2953560-96a1-4e72-8ffd-5f2fe0230099 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA5YTJiZGEtZDAyOC00Y2YyLWExOTItZTY2ZDUxYzZlZTZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMDlhMmJkYS1kMDI4LTRjZjItYTE5Mi1lNjZkNTFjNmVlNmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
}
}

  #s-a2953560-96a1-4e72-8ffd-5f2fe0230099-root {
    text-align: center;
  }


#s-a2953560-96a1-4e72-8ffd-5f2fe0230099.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2953560-96a1-4e72-8ffd-5f2fe0230099-root {
    text-align: center;
  }


#s-a2953560-96a1-4e72-8ffd-5f2fe0230099.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2953560-96a1-4e72-8ffd-5f2fe0230099-root {
    text-align: center;
  }


#s-a2953560-96a1-4e72-8ffd-5f2fe0230099.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2953560-96a1-4e72-8ffd-5f2fe0230099-root {
    text-align: center;
  }


#s-a2953560-96a1-4e72-8ffd-5f2fe0230099.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2953560-96a1-4e72-8ffd-5f2fe0230099-root {
    text-align: center;
  }


#s-a2953560-96a1-4e72-8ffd-5f2fe0230099.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center -9em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 {
  min-height: 650px;
display: none;
}
#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3, #wrap-s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3, #wrap-content-s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 {
  display: none;
}
#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3, #wrap-s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3, #wrap-content-s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 {
  
}
}@media (max-width: 767px){#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 {
  display: none;
}
#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3, #wrap-s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3, #wrap-content-s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 { display: none !important; }}







#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-fbd095d8-e15f-4f8a-b904-b9c00cbf64c3.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 1200px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de {
  margin-left: 3em;
margin-right: 3em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de {
  margin-top: 10em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de {
  margin-top: 25em;
text-align: center;
}
}@media (max-width: 767px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de {
  margin-right: 1.5em;
text-align: center;
}
}
#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-412588d9-0d54-48d4-b9b3-6811b1a1a6de .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-0db6106c-45a9-482a-b7ea-e4aa658b9029 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-0db6106c-45a9-482a-b7ea-e4aa658b9029 {
  display: none;
}
#s-0db6106c-45a9-482a-b7ea-e4aa658b9029, #wrap-s-0db6106c-45a9-482a-b7ea-e4aa658b9029, #wrap-content-s-0db6106c-45a9-482a-b7ea-e4aa658b9029 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0db6106c-45a9-482a-b7ea-e4aa658b9029 {
  display: none;
}
#s-0db6106c-45a9-482a-b7ea-e4aa658b9029, #wrap-s-0db6106c-45a9-482a-b7ea-e4aa658b9029, #wrap-content-s-0db6106c-45a9-482a-b7ea-e4aa658b9029 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0db6106c-45a9-482a-b7ea-e4aa658b9029 {
  display: none;
}
#s-0db6106c-45a9-482a-b7ea-e4aa658b9029, #wrap-s-0db6106c-45a9-482a-b7ea-e4aa658b9029, #wrap-content-s-0db6106c-45a9-482a-b7ea-e4aa658b9029 { display: none !important; }}
#s-c35aef80-8887-4ed7-a262-3ed2c750bb91 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-c35aef80-8887-4ed7-a262-3ed2c750bb91 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-c35aef80-8887-4ed7-a262-3ed2c750bb91 {
  display: none;
}
#s-c35aef80-8887-4ed7-a262-3ed2c750bb91, #wrap-s-c35aef80-8887-4ed7-a262-3ed2c750bb91, #wrap-content-s-c35aef80-8887-4ed7-a262-3ed2c750bb91 { display: none !important; }}
#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBkZDMyNzgtNDY3NC00N2QzLTlhODItMzllOGU0Y2YxMzhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGRkMzI3OC00Njc0LTQ3ZDMtOWE4Mi0zOWU4ZTRjZjEzOGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa {
  display: none;
}
#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa, #wrap-s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa, #wrap-content-s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa {
  display: none;
}
#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa, #wrap-s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa, #wrap-content-s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWNmNDE2YTAtODc2OC00YjhjLTlmZTQtMTA4MjIwZjUxMTAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxY2Y0MTZhMC04NzY4LTRiOGMtOWZlNC0xMDgyMjBmNTExMDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 3.5em;
margin-bottom: 0.5em;
margin-right: 3.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa-root {
    text-align: center;
  }


#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa-root {
    text-align: center;
  }


#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa-root {
    text-align: center;
  }


#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa-root {
    text-align: center;
  }


#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa-root {
    text-align: center;
  }


#s-3eb49e7d-ead5-4b3a-a73e-56c220736aaa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBkZDMyNzgtNDY3NC00N2QzLTlhODItMzllOGU0Y2YxMzhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGRkMzI3OC00Njc0LTQ3ZDMtOWE4Mi0zOWU4ZTRjZjEzOGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113 {
  display: none;
}
#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113, #wrap-s-9f0f0b31-d041-4e96-a0c7-977c42f6e113, #wrap-content-s-9f0f0b31-d041-4e96-a0c7-977c42f6e113 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113 {
  display: none;
}
#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113, #wrap-s-9f0f0b31-d041-4e96-a0c7-977c42f6e113, #wrap-content-s-9f0f0b31-d041-4e96-a0c7-977c42f6e113 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGI4ZDlkNzktMjVjMi00NTU1LWJhYzEtMjQ2ODRjOGU2YjdmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYjhkOWQ3OS0yNWMyLTQ1NTUtYmFjMS0yNDY4NGM4ZTZiN2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 3.5em;
margin-bottom: 0.5em;
margin-right: 3.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-9f0f0b31-d041-4e96-a0c7-977c42f6e113-root {
    text-align: center;
  }


#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f0f0b31-d041-4e96-a0c7-977c42f6e113-root {
    text-align: center;
  }


#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f0f0b31-d041-4e96-a0c7-977c42f6e113-root {
    text-align: center;
  }


#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f0f0b31-d041-4e96-a0c7-977c42f6e113-root {
    text-align: center;
  }


#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f0f0b31-d041-4e96-a0c7-977c42f6e113-root {
    text-align: center;
  }


#s-9f0f0b31-d041-4e96-a0c7-977c42f6e113.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-0c2af195-dbc2-485a-a12a-66460702393c {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-0c2af195-dbc2-485a-a12a-66460702393c {
  margin-bottom: -7em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c2af195-dbc2-485a-a12a-66460702393c {
  display: none;
}
#s-0c2af195-dbc2-485a-a12a-66460702393c, #wrap-s-0c2af195-dbc2-485a-a12a-66460702393c, #wrap-content-s-0c2af195-dbc2-485a-a12a-66460702393c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c2af195-dbc2-485a-a12a-66460702393c {
  display: none;
}
#s-0c2af195-dbc2-485a-a12a-66460702393c, #wrap-s-0c2af195-dbc2-485a-a12a-66460702393c, #wrap-content-s-0c2af195-dbc2-485a-a12a-66460702393c { display: none !important; }}@media (max-width: 767px){#s-0c2af195-dbc2-485a-a12a-66460702393c {
  display: none;
}
#s-0c2af195-dbc2-485a-a12a-66460702393c, #wrap-s-0c2af195-dbc2-485a-a12a-66460702393c, #wrap-content-s-0c2af195-dbc2-485a-a12a-66460702393c { display: none !important; }}
@media (min-width: 0px) {
[id="s-0c2af195-dbc2-485a-a12a-66460702393c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0c2af195-dbc2-485a-a12a-66460702393c"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-0c2af195-dbc2-485a-a12a-66460702393c"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c2af195-dbc2-485a-a12a-66460702393c"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYyMmJiMGItMWZmZi00MTJhLWEyYTAtNzU0NDQ0NGE0ZGUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjIyYmIwYi0xZmZmLTQxMmEtYTJhMC03NTQ0NDQ0YTRkZTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGZhNGI4NmMtNWNkNS00NDRjLTgyMDItNTA2OGE2ZDA3NGU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZmE0Yjg2Yy01Y2Q1LTQ0NGMtODIwMi01MDY4YTZkMDc0ZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a9b83ba0-2f8d-412d-8d80-e4d79106a559-root {
    text-align: center;
  }


#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a9b83ba0-2f8d-412d-8d80-e4d79106a559-root {
    text-align: center;
  }


#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9b83ba0-2f8d-412d-8d80-e4d79106a559-root {
    text-align: center;
  }


#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9b83ba0-2f8d-412d-8d80-e4d79106a559-root {
    text-align: center;
  }


#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9b83ba0-2f8d-412d-8d80-e4d79106a559-root {
    text-align: center;
  }


#s-a9b83ba0-2f8d-412d-8d80-e4d79106a559.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-68429a8d-e14f-47ff-bc4b-da89c66296a1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-68429a8d-e14f-47ff-bc4b-da89c66296a1:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-68429a8d-e14f-47ff-bc4b-da89c66296a1:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-68429a8d-e14f-47ff-bc4b-da89c66296a1 {
  box-shadow:0px 2px 0px 0px #000000;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDM1NmVlYzMtNmU4OC00YmVhLWExYjktYjIyYjM1NzNjM2YxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzU2ZWVjMy02ZTg4LTRiZWEtYTFiOS1iMjJiMzU3M2MzZjEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-color: rgba(216, 78, 19, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-68429a8d-e14f-47ff-bc4b-da89c66296a1:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-68429a8d-e14f-47ff-bc4b-da89c66296a1:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-68429a8d-e14f-47ff-bc4b-da89c66296a1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODEyYTQzYTQtN2RiMi00YmZhLWI1NzUtNzFiMGYwYzI4NTdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTJhNDNhNC03ZGIyLTRiZmEtYjU3NS03MWIwZjBjMjg1N2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-68429a8d-e14f-47ff-bc4b-da89c66296a1:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-68429a8d-e14f-47ff-bc4b-da89c66296a1:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-68429a8d-e14f-47ff-bc4b-da89c66296a1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA5YTJiZGEtZDAyOC00Y2YyLWExOTItZTY2ZDUxYzZlZTZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMDlhMmJkYS1kMDI4LTRjZjItYTE5Mi1lNjZkNTFjNmVlNmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
}
}

  #s-68429a8d-e14f-47ff-bc4b-da89c66296a1-root {
    text-align: center;
  }


#s-68429a8d-e14f-47ff-bc4b-da89c66296a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68429a8d-e14f-47ff-bc4b-da89c66296a1-root {
    text-align: center;
  }


#s-68429a8d-e14f-47ff-bc4b-da89c66296a1.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68429a8d-e14f-47ff-bc4b-da89c66296a1-root {
    text-align: center;
  }


#s-68429a8d-e14f-47ff-bc4b-da89c66296a1.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68429a8d-e14f-47ff-bc4b-da89c66296a1-root {
    text-align: center;
  }


#s-68429a8d-e14f-47ff-bc4b-da89c66296a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68429a8d-e14f-47ff-bc4b-da89c66296a1-root {
    text-align: center;
  }


#s-68429a8d-e14f-47ff-bc4b-da89c66296a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-4e58f11f-0be2-454a-8569-082543b9a888 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-4e58f11f-0be2-454a-8569-082543b9a888 {
  margin-bottom: -7em;
display: none;
}
#s-4e58f11f-0be2-454a-8569-082543b9a888, #wrap-s-4e58f11f-0be2-454a-8569-082543b9a888, #wrap-content-s-4e58f11f-0be2-454a-8569-082543b9a888 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e58f11f-0be2-454a-8569-082543b9a888 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e58f11f-0be2-454a-8569-082543b9a888 {
  display: none;
}
#s-4e58f11f-0be2-454a-8569-082543b9a888, #wrap-s-4e58f11f-0be2-454a-8569-082543b9a888, #wrap-content-s-4e58f11f-0be2-454a-8569-082543b9a888 { display: none !important; }}@media (max-width: 767px){#s-4e58f11f-0be2-454a-8569-082543b9a888 {
  display: none;
}
#s-4e58f11f-0be2-454a-8569-082543b9a888, #wrap-s-4e58f11f-0be2-454a-8569-082543b9a888, #wrap-content-s-4e58f11f-0be2-454a-8569-082543b9a888 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4e58f11f-0be2-454a-8569-082543b9a888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4e58f11f-0be2-454a-8569-082543b9a888"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-4e58f11f-0be2-454a-8569-082543b9a888"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-4e58f11f-0be2-454a-8569-082543b9a888"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-bec04174-091f-4447-9085-b62438f71926 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-bec04174-091f-4447-9085-b62438f71926:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bec04174-091f-4447-9085-b62438f71926:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bec04174-091f-4447-9085-b62438f71926 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWYyMmJiMGItMWZmZi00MTJhLWEyYTAtNzU0NDQ0NGE0ZGUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZjIyYmIwYi0xZmZmLTQxMmEtYTJhMC03NTQ0NDQ0YTRkZTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-bec04174-091f-4447-9085-b62438f71926:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bec04174-091f-4447-9085-b62438f71926:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-bec04174-091f-4447-9085-b62438f71926 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGZhNGI4NmMtNWNkNS00NDRjLTgyMDItNTA2OGE2ZDA3NGU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZmE0Yjg2Yy01Y2Q1LTQ0NGMtODIwMi01MDY4YTZkMDc0ZTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-bec04174-091f-4447-9085-b62438f71926:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bec04174-091f-4447-9085-b62438f71926:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-bec04174-091f-4447-9085-b62438f71926-root {
    text-align: center;
  }


#s-bec04174-091f-4447-9085-b62438f71926.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bec04174-091f-4447-9085-b62438f71926-root {
    text-align: center;
  }


#s-bec04174-091f-4447-9085-b62438f71926.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bec04174-091f-4447-9085-b62438f71926-root {
    text-align: center;
  }


#s-bec04174-091f-4447-9085-b62438f71926.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bec04174-091f-4447-9085-b62438f71926-root {
    text-align: center;
  }


#s-bec04174-091f-4447-9085-b62438f71926.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bec04174-091f-4447-9085-b62438f71926-root {
    text-align: center;
  }


#s-bec04174-091f-4447-9085-b62438f71926.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ0N2ZmOGEtZTM5NS00NzMwLWFjZmQtOGRjYmQ0YzNmNjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDQ3ZmY4YS1lMzk1LTQ3MzAtYWNmZC04ZGNiZDRjM2Y2MWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc {
  box-shadow:0px 2px 0px 0px #000000;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDM1NmVlYzMtNmU4OC00YmVhLWExYjktYjIyYjM1NzNjM2YxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzU2ZWVjMy02ZTg4LTRiZWEtYTFiOS1iMjJiMzU3M2MzZjEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
border-color: rgba(216, 78, 19, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODEyYTQzYTQtN2RiMi00YmZhLWI1NzUtNzFiMGYwYzI4NTdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTJhNDNhNC03ZGIyLTRiZmEtYjU3NS03MWIwZjBjMjg1N2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTA5YTJiZGEtZDAyOC00Y2YyLWExOTItZTY2ZDUxYzZlZTZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMDlhMmJkYS1kMDI4LTRjZjItYTE5Mi1lNjZkNTFjNmVlNmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
}
}

  #s-16a95ab7-41a9-4f0d-ba64-75235c75abfc-root {
    text-align: center;
  }


#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-16a95ab7-41a9-4f0d-ba64-75235c75abfc-root {
    text-align: center;
  }


#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16a95ab7-41a9-4f0d-ba64-75235c75abfc-root {
    text-align: center;
  }


#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16a95ab7-41a9-4f0d-ba64-75235c75abfc-root {
    text-align: center;
  }


#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-16a95ab7-41a9-4f0d-ba64-75235c75abfc-root {
    text-align: center;
  }


#s-16a95ab7-41a9-4f0d-ba64-75235c75abfc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-d3d6d495-b193-441a-8993-be6ac950643b {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d3d6d495-b193-441a-8993-be6ac950643b {
  margin-left: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3d6d495-b193-441a-8993-be6ac950643b {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-d3d6d495-b193-441a-8993-be6ac950643b {
  display: none;
}
#s-d3d6d495-b193-441a-8993-be6ac950643b, #wrap-s-d3d6d495-b193-441a-8993-be6ac950643b, #wrap-content-s-d3d6d495-b193-441a-8993-be6ac950643b { display: none !important; }}

  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(191, 87, 0, 1);
  }
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(191, 87, 0, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(191, 87, 0, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(191, 87, 0, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(18, 82, 153, 1);
  }
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(216, 78, 19, 1);
    border: 2px solid rgba(221, 221, 221, 0);
  }
#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(216, 78, 19, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(216, 78, 19, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(216, 78, 19, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(216, 78, 19, 1);
  }
  #s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(216, 78, 19, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(216, 78, 19, 1);
}

#s-d3d6d495-b193-441a-8993-be6ac950643b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-836069f8-50db-4704-bcb0-e3446ddf72c3 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-836069f8-50db-4704-bcb0-e3446ddf72c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-836069f8-50db-4704-bcb0-e3446ddf72c3.shg-box.shg-c {
  justify-content: center;
}

#s-67d535b4-b892-41c6-8fe4-03c1fa5716ab {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-prev,
#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-prev svg,
#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-67d535b4-b892-41c6-8fe4-03c1fa5716ab .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 {
  margin: 0 !important;
  overflow: visible;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add background color handling */
  
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-7423272d-a2bf-4292-bbaf-15378523d573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image {
  box-sizing: border-box;
}



.s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7423272d-a2bf-4292-bbaf-15378523d573 {
  margin: 0 !important;
  overflow: visible;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add background color handling */
  
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7423272d-a2bf-4292-bbaf-15378523d573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image {
  box-sizing: border-box;
}



.s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7423272d-a2bf-4292-bbaf-15378523d573 {
  margin: 0 !important;
  overflow: visible;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add background color handling */
  
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7423272d-a2bf-4292-bbaf-15378523d573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image {
  box-sizing: border-box;
}



.s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7423272d-a2bf-4292-bbaf-15378523d573 {
  margin: 0 !important;
  overflow: visible;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add background color handling */
  
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7423272d-a2bf-4292-bbaf-15378523d573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image {
  box-sizing: border-box;
}



.s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7423272d-a2bf-4292-bbaf-15378523d573 {
  margin: 0 !important;
  overflow: visible;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7423272d-a2bf-4292-bbaf-15378523d573 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add background color handling */
  
}

#s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7423272d-a2bf-4292-bbaf-15378523d573 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7423272d-a2bf-4292-bbaf-15378523d573.shogun-image {
  box-sizing: border-box;
}



.s-7423272d-a2bf-4292-bbaf-15378523d573 img.shogun-image {
  
}


}
#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image {
  box-sizing: border-box;
}



.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image {
  box-sizing: border-box;
}



.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image {
  box-sizing: border-box;
}



.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image {
  box-sizing: border-box;
}



.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703.shogun-image {
  box-sizing: border-box;
}



.s-9f5cd1bb-6dda-4195-9c54-a64e16fa0703 img.shogun-image {
  
}


}
#s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  margin: 0 !important;
  overflow: visible;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add background color handling */
  
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-e2560ddf-13e2-4340-8ab1-e46248862efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image {
  box-sizing: border-box;
}



.s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  
}


@media (min-width: 1200px){#s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  margin: 0 !important;
  overflow: visible;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add background color handling */
  
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e2560ddf-13e2-4340-8ab1-e46248862efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image {
  box-sizing: border-box;
}



.s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  margin: 0 !important;
  overflow: visible;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add background color handling */
  
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e2560ddf-13e2-4340-8ab1-e46248862efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image {
  box-sizing: border-box;
}



.s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  margin: 0 !important;
  overflow: visible;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add background color handling */
  
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e2560ddf-13e2-4340-8ab1-e46248862efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image {
  box-sizing: border-box;
}



.s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  
}


}@media (max-width: 767px){#s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  margin: 0 !important;
  overflow: visible;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2560ddf-13e2-4340-8ab1-e46248862efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add background color handling */
  
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e2560ddf-13e2-4340-8ab1-e46248862efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2560ddf-13e2-4340-8ab1-e46248862efc.shogun-image {
  box-sizing: border-box;
}



.s-e2560ddf-13e2-4340-8ab1-e46248862efc img.shogun-image {
  
}


}
#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  margin: 0 !important;
  overflow: visible;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add background color handling */
  
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image {
  box-sizing: border-box;
}



.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  margin: 0 !important;
  overflow: visible;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add background color handling */
  
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image {
  box-sizing: border-box;
}



.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  margin: 0 !important;
  overflow: visible;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add background color handling */
  
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image {
  box-sizing: border-box;
}



.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  margin: 0 !important;
  overflow: visible;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add background color handling */
  
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image {
  box-sizing: border-box;
}



.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  margin: 0 !important;
  overflow: visible;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add background color handling */
  
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7.shogun-image {
  box-sizing: border-box;
}



.s-34402a7d-ef43-4a9b-93a7-aa688ffcdad7 img.shogun-image {
  
}


}
#s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-64a21d23-be4d-4082-b003-4e479b4f2fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image {
  box-sizing: border-box;
}



.s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  
}


@media (min-width: 1200px){#s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64a21d23-be4d-4082-b003-4e479b4f2fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image {
  box-sizing: border-box;
}



.s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64a21d23-be4d-4082-b003-4e479b4f2fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image {
  box-sizing: border-box;
}



.s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64a21d23-be4d-4082-b003-4e479b4f2fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image {
  box-sizing: border-box;
}



.s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  
}


}@media (max-width: 767px){#s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64a21d23-be4d-4082-b003-4e479b4f2fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64a21d23-be4d-4082-b003-4e479b4f2fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64a21d23-be4d-4082-b003-4e479b4f2fbc.shogun-image {
  box-sizing: border-box;
}



.s-64a21d23-be4d-4082-b003-4e479b4f2fbc img.shogun-image {
  
}


}
#s-50cdeac2-6846-436f-81c7-0714c9485764 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 {
  margin: 0 !important;
  overflow: visible;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add background color handling */
  
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-50cdeac2-6846-436f-81c7-0714c9485764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image {
  box-sizing: border-box;
}



.s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  
}


@media (min-width: 1200px){#s-50cdeac2-6846-436f-81c7-0714c9485764 {
  margin: 0 !important;
  overflow: visible;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add background color handling */
  
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50cdeac2-6846-436f-81c7-0714c9485764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image {
  box-sizing: border-box;
}



.s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50cdeac2-6846-436f-81c7-0714c9485764 {
  margin: 0 !important;
  overflow: visible;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add background color handling */
  
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50cdeac2-6846-436f-81c7-0714c9485764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image {
  box-sizing: border-box;
}



.s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50cdeac2-6846-436f-81c7-0714c9485764 {
  margin: 0 !important;
  overflow: visible;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add background color handling */
  
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50cdeac2-6846-436f-81c7-0714c9485764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image {
  box-sizing: border-box;
}



.s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  
}


}@media (max-width: 767px){#s-50cdeac2-6846-436f-81c7-0714c9485764 {
  margin: 0 !important;
  overflow: visible;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50cdeac2-6846-436f-81c7-0714c9485764 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add background color handling */
  
}

#s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50cdeac2-6846-436f-81c7-0714c9485764 .shogun-image-content {
  
    justify-content: center;
  
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50cdeac2-6846-436f-81c7-0714c9485764.shogun-image {
  box-sizing: border-box;
}



.s-50cdeac2-6846-436f-81c7-0714c9485764 img.shogun-image {
  
}


}
#s-b6031928-bfe7-47fa-b680-d980be49f58c {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c {
  margin: 0 !important;
  overflow: visible;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add background color handling */
  
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-b6031928-bfe7-47fa-b680-d980be49f58c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image {
  box-sizing: border-box;
}



.s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  
}


@media (min-width: 1200px){#s-b6031928-bfe7-47fa-b680-d980be49f58c {
  margin: 0 !important;
  overflow: visible;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add background color handling */
  
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b6031928-bfe7-47fa-b680-d980be49f58c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image {
  box-sizing: border-box;
}



.s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6031928-bfe7-47fa-b680-d980be49f58c {
  margin: 0 !important;
  overflow: visible;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add background color handling */
  
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b6031928-bfe7-47fa-b680-d980be49f58c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image {
  box-sizing: border-box;
}



.s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6031928-bfe7-47fa-b680-d980be49f58c {
  margin: 0 !important;
  overflow: visible;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add background color handling */
  
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b6031928-bfe7-47fa-b680-d980be49f58c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image {
  box-sizing: border-box;
}



.s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  
}


}@media (max-width: 767px){#s-b6031928-bfe7-47fa-b680-d980be49f58c {
  margin: 0 !important;
  overflow: visible;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6031928-bfe7-47fa-b680-d980be49f58c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add background color handling */
  
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b6031928-bfe7-47fa-b680-d980be49f58c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6031928-bfe7-47fa-b680-d980be49f58c.shogun-image {
  box-sizing: border-box;
}



.s-b6031928-bfe7-47fa-b680-d980be49f58c img.shogun-image {
  
}


}
#s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  margin: 0 !important;
  overflow: visible;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add background color handling */
  
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-5ddf6c06-866a-4e44-b9d5-190f2009419a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image {
  box-sizing: border-box;
}



.s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  
}


@media (min-width: 1200px){#s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  margin: 0 !important;
  overflow: visible;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add background color handling */
  
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ddf6c06-866a-4e44-b9d5-190f2009419a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image {
  box-sizing: border-box;
}



.s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  margin: 0 !important;
  overflow: visible;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add background color handling */
  
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ddf6c06-866a-4e44-b9d5-190f2009419a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image {
  box-sizing: border-box;
}



.s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  margin: 0 !important;
  overflow: visible;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add background color handling */
  
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ddf6c06-866a-4e44-b9d5-190f2009419a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image {
  box-sizing: border-box;
}



.s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  
}


}@media (max-width: 767px){#s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  margin: 0 !important;
  overflow: visible;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ddf6c06-866a-4e44-b9d5-190f2009419a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add background color handling */
  
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ddf6c06-866a-4e44-b9d5-190f2009419a .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddf6c06-866a-4e44-b9d5-190f2009419a.shogun-image {
  box-sizing: border-box;
}



.s-5ddf6c06-866a-4e44-b9d5-190f2009419a img.shogun-image {
  
}


}
#s-4409a54c-3e47-48ee-b1e8-a10e88b054ca {
  margin-left: 1em;
margin-right: 1em;
}

#s-8aef8fd5-3b0b-4427-922c-3bbc6d2f9d46 {
  margin-left: 1em;
margin-right: 1em;
}

#s-fb1b1b7d-9c15-41be-bfb0-fca1faee5c33 {
  margin-left: 1em;
margin-right: 1em;
}

#s-1cf6480b-6012-445b-b612-9918e4770f3c {
  margin-left: 0em;
margin-right: 0em;
}

#s-e316a5d6-9f73-455f-9ba8-602058fd6e4f {
  margin-left: 1em;
margin-right: 1em;
}

#s-d105d1c6-c863-4dbc-a946-abe26c09fa66 {
  margin-left: 1em;
margin-right: 1em;
}

#s-8f5b4b79-b1e7-4898-9edb-61902d377bbc {
  margin-left: 0em;
margin-right: 0em;
}

#s-93813a4b-7865-4a1b-9df4-1d160deb8153 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  margin-top: 1em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 {
  display: none;
}
#s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87, #wrap-s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87, #wrap-content-s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed518e8-f49f-4c54-9a26-8d7885fbbf87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-46a249e5-ea21-45c9-9149-2a2ff991c061 {
  margin-top: 0.25em;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46a249e5-ea21-45c9-9149-2a2ff991c061 .shogun-heading-component h3 {
  
  font-weight:  300 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-748d67be-af32-4831-b7d0-78272308bcc0 {
  text-align: left;
}

#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  min-height: 650px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  display: none;
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d, #wrap-s-1bac108f-5d75-4363-9280-ac73198d2a3d, #wrap-content-s-1bac108f-5d75-4363-9280-ac73198d2a3d { display: none !important; }}@media (max-width: 767px){#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  display: none;
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d, #wrap-s-1bac108f-5d75-4363-9280-ac73198d2a3d, #wrap-content-s-1bac108f-5d75-4363-9280-ac73198d2a3d { display: none !important; }}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/480x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/960x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/768x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/1536x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/1024x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/2048x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/1200x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1bac108f-5d75-4363-9280-ac73198d2a3d {
  background-image: url(https://i.shgcdn.com/c858a1fd-e617-468b-a087-a7c244dd5163/-/resize/2048x/);
}
#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1bac108f-5d75-4363-9280-ac73198d2a3d > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-1bac108f-5d75-4363-9280-ac73198d2a3d > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-1bac108f-5d75-4363-9280-ac73198d2a3d > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-1bac108f-5d75-4363-9280-ac73198d2a3d.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 1200px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c {
  margin-left: 3em;
margin-right: 3em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c {
  margin-top: 10em;
margin-left: 3em;
margin-bottom: 0em;
margin-right: 0em;
text-align: left;
}
}@media (max-width: 767px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c {
  margin-right: 1.5em;
text-align: center;
}
}
#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-a08f0965-7066-4bb7-ac7f-d08eaaf5b22c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-830f3767-c06a-4237-97ca-251f4386cce7 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-830f3767-c06a-4237-97ca-251f4386cce7 {
  display: none;
}
#s-830f3767-c06a-4237-97ca-251f4386cce7, #wrap-s-830f3767-c06a-4237-97ca-251f4386cce7, #wrap-content-s-830f3767-c06a-4237-97ca-251f4386cce7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-830f3767-c06a-4237-97ca-251f4386cce7 {
  display: none;
}
#s-830f3767-c06a-4237-97ca-251f4386cce7, #wrap-s-830f3767-c06a-4237-97ca-251f4386cce7, #wrap-content-s-830f3767-c06a-4237-97ca-251f4386cce7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-830f3767-c06a-4237-97ca-251f4386cce7 {
  display: none;
}
#s-830f3767-c06a-4237-97ca-251f4386cce7, #wrap-s-830f3767-c06a-4237-97ca-251f4386cce7, #wrap-content-s-830f3767-c06a-4237-97ca-251f4386cce7 { display: none !important; }}
#s-763530dd-a0a3-409a-ad24-5ac4ac8afb96 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-763530dd-a0a3-409a-ad24-5ac4ac8afb96 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-763530dd-a0a3-409a-ad24-5ac4ac8afb96 {
  display: none;
}
#s-763530dd-a0a3-409a-ad24-5ac4ac8afb96, #wrap-s-763530dd-a0a3-409a-ad24-5ac4ac8afb96, #wrap-content-s-763530dd-a0a3-409a-ad24-5ac4ac8afb96 { display: none !important; }}
#s-7689ad66-497e-4513-8316-8de12f0d2b23 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBkZDMyNzgtNDY3NC00N2QzLTlhODItMzllOGU0Y2YxMzhjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGRkMzI3OC00Njc0LTQ3ZDMtOWE4Mi0zOWU4ZTRjZjEzOGMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-7689ad66-497e-4513-8316-8de12f0d2b23:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7689ad66-497e-4513-8316-8de12f0d2b23:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7689ad66-497e-4513-8316-8de12f0d2b23 {
  display: none;
}
#s-7689ad66-497e-4513-8316-8de12f0d2b23, #wrap-s-7689ad66-497e-4513-8316-8de12f0d2b23, #wrap-content-s-7689ad66-497e-4513-8316-8de12f0d2b23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7689ad66-497e-4513-8316-8de12f0d2b23 {
  display: none;
}
#s-7689ad66-497e-4513-8316-8de12f0d2b23, #wrap-s-7689ad66-497e-4513-8316-8de12f0d2b23, #wrap-content-s-7689ad66-497e-4513-8316-8de12f0d2b23 { display: none !important; }}

  #s-7689ad66-497e-4513-8316-8de12f0d2b23-root {
    text-align: center;
  }


#s-7689ad66-497e-4513-8316-8de12f0d2b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7689ad66-497e-4513-8316-8de12f0d2b23-root {
    text-align: center;
  }


#s-7689ad66-497e-4513-8316-8de12f0d2b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7689ad66-497e-4513-8316-8de12f0d2b23-root {
    text-align: center;
  }


#s-7689ad66-497e-4513-8316-8de12f0d2b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7689ad66-497e-4513-8316-8de12f0d2b23-root {
    text-align: center;
  }


#s-7689ad66-497e-4513-8316-8de12f0d2b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7689ad66-497e-4513-8316-8de12f0d2b23-root {
    text-align: center;
  }


#s-7689ad66-497e-4513-8316-8de12f0d2b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-a59bb0b9-fa47-4581-8bdb-a800769f912d {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-a59bb0b9-fa47-4581-8bdb-a800769f912d {
  margin-bottom: -7em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a59bb0b9-fa47-4581-8bdb-a800769f912d {
  display: none;
}
#s-a59bb0b9-fa47-4581-8bdb-a800769f912d, #wrap-s-a59bb0b9-fa47-4581-8bdb-a800769f912d, #wrap-content-s-a59bb0b9-fa47-4581-8bdb-a800769f912d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a59bb0b9-fa47-4581-8bdb-a800769f912d {
  display: none;
}
#s-a59bb0b9-fa47-4581-8bdb-a800769f912d, #wrap-s-a59bb0b9-fa47-4581-8bdb-a800769f912d, #wrap-content-s-a59bb0b9-fa47-4581-8bdb-a800769f912d { display: none !important; }}@media (max-width: 767px){#s-a59bb0b9-fa47-4581-8bdb-a800769f912d {
  display: none;
}
#s-a59bb0b9-fa47-4581-8bdb-a800769f912d, #wrap-s-a59bb0b9-fa47-4581-8bdb-a800769f912d, #wrap-content-s-a59bb0b9-fa47-4581-8bdb-a800769f912d { display: none !important; }}
@media (min-width: 0px) {
[id="s-a59bb0b9-fa47-4581-8bdb-a800769f912d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59bb0b9-fa47-4581-8bdb-a800769f912d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a59bb0b9-fa47-4581-8bdb-a800769f912d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59bb0b9-fa47-4581-8bdb-a800769f912d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-21f3c11c-ea51-496f-9d20-e87813d3305f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzAyYzA1YTktZGI0Mi00YTgwLTliMjEtYWQ2OTM2NDJlZTI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMDJjMDVhOS1kYjQyLTRhODAtOWIyMS1hZDY5MzY0MmVlMjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-21f3c11c-ea51-496f-9d20-e87813d3305f:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-21f3c11c-ea51-496f-9d20-e87813d3305f:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-21f3c11c-ea51-496f-9d20-e87813d3305f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIwZjc1MzMtYjVkMi00MDU4LWI2NjMtNDhlMzUzOWQxNzc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYjBmNzUzMy1iNWQyLTQwNTgtYjY2My00OGUzNTM5ZDE3NzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-21f3c11c-ea51-496f-9d20-e87813d3305f:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-21f3c11c-ea51-496f-9d20-e87813d3305f:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-21f3c11c-ea51-496f-9d20-e87813d3305f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjFmNGI3YTMtY2FkNC00NzAzLTkxYjgtNzBjYmVlZDFhMTY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMWY0YjdhMy1jYWQ0LTQ3MDMtOTFiOC03MGNiZWVkMWExNjcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-21f3c11c-ea51-496f-9d20-e87813d3305f:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-21f3c11c-ea51-496f-9d20-e87813d3305f:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-21f3c11c-ea51-496f-9d20-e87813d3305f-root {
    text-align: center;
  }


#s-21f3c11c-ea51-496f-9d20-e87813d3305f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-21f3c11c-ea51-496f-9d20-e87813d3305f-root {
    text-align: center;
  }


#s-21f3c11c-ea51-496f-9d20-e87813d3305f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21f3c11c-ea51-496f-9d20-e87813d3305f-root {
    text-align: center;
  }


#s-21f3c11c-ea51-496f-9d20-e87813d3305f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21f3c11c-ea51-496f-9d20-e87813d3305f-root {
    text-align: center;
  }


#s-21f3c11c-ea51-496f-9d20-e87813d3305f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-21f3c11c-ea51-496f-9d20-e87813d3305f-root {
    text-align: center;
  }


#s-21f3c11c-ea51-496f-9d20-e87813d3305f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 {
  margin-bottom: -7em;
display: none;
}
#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9, #wrap-s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9, #wrap-content-s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 {
  display: none;
}
#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9, #wrap-s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9, #wrap-content-s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 { display: none !important; }}@media (max-width: 767px){#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 {
  display: none;
}
#s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9, #wrap-s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9, #wrap-content-s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-7ded007a-7cca-4f4c-81a8-f232ac25fbf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-9747f281-4134-440e-b8fc-22a4f38906e8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzAyYzA1YTktZGI0Mi00YTgwLTliMjEtYWQ2OTM2NDJlZTI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMDJjMDVhOS1kYjQyLTRhODAtOWIyMS1hZDY5MzY0MmVlMjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-9747f281-4134-440e-b8fc-22a4f38906e8:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9747f281-4134-440e-b8fc-22a4f38906e8:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9747f281-4134-440e-b8fc-22a4f38906e8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmIwZjc1MzMtYjVkMi00MDU4LWI2NjMtNDhlMzUzOWQxNzc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYjBmNzUzMy1iNWQyLTQwNTgtYjY2My00OGUzNTM5ZDE3NzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-9747f281-4134-440e-b8fc-22a4f38906e8:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9747f281-4134-440e-b8fc-22a4f38906e8:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-9747f281-4134-440e-b8fc-22a4f38906e8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjFmNGI3YTMtY2FkNC00NzAzLTkxYjgtNzBjYmVlZDFhMTY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMWY0YjdhMy1jYWQ0LTQ3MDMtOTFiOC03MGNiZWVkMWExNjcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-9747f281-4134-440e-b8fc-22a4f38906e8:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9747f281-4134-440e-b8fc-22a4f38906e8:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-9747f281-4134-440e-b8fc-22a4f38906e8-root {
    text-align: center;
  }


#s-9747f281-4134-440e-b8fc-22a4f38906e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9747f281-4134-440e-b8fc-22a4f38906e8-root {
    text-align: center;
  }


#s-9747f281-4134-440e-b8fc-22a4f38906e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9747f281-4134-440e-b8fc-22a4f38906e8-root {
    text-align: center;
  }


#s-9747f281-4134-440e-b8fc-22a4f38906e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9747f281-4134-440e-b8fc-22a4f38906e8-root {
    text-align: center;
  }


#s-9747f281-4134-440e-b8fc-22a4f38906e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9747f281-4134-440e-b8fc-22a4f38906e8-root {
    text-align: center;
  }


#s-9747f281-4134-440e-b8fc-22a4f38906e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-cff300bc-a8e4-4367-a9a1-e69069081a1b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cff300bc-a8e4-4367-a9a1-e69069081a1b {
  display: none;
}
#s-cff300bc-a8e4-4367-a9a1-e69069081a1b, #wrap-s-cff300bc-a8e4-4367-a9a1-e69069081a1b, #wrap-content-s-cff300bc-a8e4-4367-a9a1-e69069081a1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cff300bc-a8e4-4367-a9a1-e69069081a1b {
  display: none;
}
#s-cff300bc-a8e4-4367-a9a1-e69069081a1b, #wrap-s-cff300bc-a8e4-4367-a9a1-e69069081a1b, #wrap-content-s-cff300bc-a8e4-4367-a9a1-e69069081a1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cff300bc-a8e4-4367-a9a1-e69069081a1b {
  display: none;
}
#s-cff300bc-a8e4-4367-a9a1-e69069081a1b, #wrap-s-cff300bc-a8e4-4367-a9a1-e69069081a1b, #wrap-content-s-cff300bc-a8e4-4367-a9a1-e69069081a1b { display: none !important; }}@media (max-width: 767px){#s-cff300bc-a8e4-4367-a9a1-e69069081a1b {
  margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 50px;
padding-left: 0em;
padding-bottom: 50px;
padding-right: 0em;
}
}







#s-cff300bc-a8e4-4367-a9a1-e69069081a1b > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-cff300bc-a8e4-4367-a9a1-e69069081a1b.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-cff300bc-a8e4-4367-a9a1-e69069081a1b > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-cff300bc-a8e4-4367-a9a1-e69069081a1b.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-4326220d-671c-4ec6-b403-6bbab98b27e8 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-4326220d-671c-4ec6-b403-6bbab98b27e8 {
  margin-top: 0em;
margin-left: 1.5em;
margin-right: 1.5em;
text-align: center;
}
}
#s-4326220d-671c-4ec6-b403-6bbab98b27e8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4326220d-671c-4ec6-b403-6bbab98b27e8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-4326220d-671c-4ec6-b403-6bbab98b27e8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 {
  display: none;
}
#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62, #wrap-s-71964c4e-1c80-4fce-8273-5ea82f7b9f62, #wrap-content-s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 {
  display: none;
}
#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62, #wrap-s-71964c4e-1c80-4fce-8273-5ea82f7b9f62, #wrap-content-s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 {
  display: none;
}
#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62, #wrap-s-71964c4e-1c80-4fce-8273-5ea82f7b9f62, #wrap-content-s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 { display: none !important; }}@media (max-width: 767px){#s-71964c4e-1c80-4fce-8273-5ea82f7b9f62 {
  margin-bottom: 0em;
}
}
#s-eee71d0f-bf67-4da0-a7e5-6e2707f45b57 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-eee71d0f-bf67-4da0-a7e5-6e2707f45b57 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-eee71d0f-bf67-4da0-a7e5-6e2707f45b57 {
  display: none;
}
#s-eee71d0f-bf67-4da0-a7e5-6e2707f45b57, #wrap-s-eee71d0f-bf67-4da0-a7e5-6e2707f45b57, #wrap-content-s-eee71d0f-bf67-4da0-a7e5-6e2707f45b57 { display: none !important; }}
#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde {
  display: none;
}
#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde, #wrap-s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde, #wrap-content-s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde {
  display: none;
}
#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde, #wrap-s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde, #wrap-content-s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjUxYmU0MjAtYWE1MS00ZmY3LWIyOTAtMjU0YzY3ZDhmYWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NTFiZTQyMC1hYTUxLTRmZjctYjI5MC0yNTRjNjdkOGZhZTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjdlOTBkNDMtYjgzZi00NzcyLWFiOWUtZGVmODc4YmY3MzYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5OTUyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDg0ZTEzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiN2U5MGQ0My1iODNmLTQ3NzItYWI5ZS1kZWY4NzhiZjczNjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 15px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29952"}, {"id"=>2, "pos"=>1, "color"=>"#d84e13"}];
}
#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde-root {
    text-align: center;
  }


#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde-root {
    text-align: center;
  }


#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde-root {
    text-align: center;
  }


#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde-root {
    text-align: center;
  }


#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde-root {
    text-align: center;
  }


#s-a2f3b6c7-b3b2-49f6-b4ca-c6283645bbde.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-2693d087-f69a-4e32-85ef-1332a7b05917 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-2693d087-f69a-4e32-85ef-1332a7b05917:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2693d087-f69a-4e32-85ef-1332a7b05917:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2693d087-f69a-4e32-85ef-1332a7b05917 {
  display: none;
}
#s-2693d087-f69a-4e32-85ef-1332a7b05917, #wrap-s-2693d087-f69a-4e32-85ef-1332a7b05917, #wrap-content-s-2693d087-f69a-4e32-85ef-1332a7b05917 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2693d087-f69a-4e32-85ef-1332a7b05917 {
  display: none;
}
#s-2693d087-f69a-4e32-85ef-1332a7b05917, #wrap-s-2693d087-f69a-4e32-85ef-1332a7b05917, #wrap-content-s-2693d087-f69a-4e32-85ef-1332a7b05917 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2693d087-f69a-4e32-85ef-1332a7b05917 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjUxYmU0MjAtYWE1MS00ZmY3LWIyOTAtMjU0YzY3ZDhmYWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NTFiZTQyMC1hYTUxLTRmZjctYjI5MC0yNTRjNjdkOGZhZTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-2693d087-f69a-4e32-85ef-1332a7b05917:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2693d087-f69a-4e32-85ef-1332a7b05917:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-2693d087-f69a-4e32-85ef-1332a7b05917 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODYwYWJkOTktMjExOS00MDk5LTlhNGItN2JkMTQwN2I2MmNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmM2U4O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NjBhYmQ5OS0yMTE5LTQwOTktOWE0Yi03YmQxNDA3YjYyY2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0em;
margin-bottom: 1em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#fff3e8"}];
color: rgba(216, 78, 19, 1);
}
#s-2693d087-f69a-4e32-85ef-1332a7b05917:hover {background-color: rgba(216, 78, 19, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2693d087-f69a-4e32-85ef-1332a7b05917:active {background-color: rgba(226, 153, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-2693d087-f69a-4e32-85ef-1332a7b05917-root {
    text-align: center;
  }


#s-2693d087-f69a-4e32-85ef-1332a7b05917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2693d087-f69a-4e32-85ef-1332a7b05917-root {
    text-align: center;
  }


#s-2693d087-f69a-4e32-85ef-1332a7b05917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2693d087-f69a-4e32-85ef-1332a7b05917-root {
    text-align: center;
  }


#s-2693d087-f69a-4e32-85ef-1332a7b05917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2693d087-f69a-4e32-85ef-1332a7b05917-root {
    text-align: center;
  }


#s-2693d087-f69a-4e32-85ef-1332a7b05917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2693d087-f69a-4e32-85ef-1332a7b05917-root {
    text-align: center;
  }


#s-2693d087-f69a-4e32-85ef-1332a7b05917.shg-btn {
  color: rgba(216, 78, 19, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-df9a113c-43a2-4b8e-9f1f-33828bffa008 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-df9a113c-43a2-4b8e-9f1f-33828bffa008 {
  display: none;
}
#s-df9a113c-43a2-4b8e-9f1f-33828bffa008, #wrap-s-df9a113c-43a2-4b8e-9f1f-33828bffa008, #wrap-content-s-df9a113c-43a2-4b8e-9f1f-33828bffa008 { display: none !important; }}@media (max-width: 767px){#s-df9a113c-43a2-4b8e-9f1f-33828bffa008 {
  display: none;
}
#s-df9a113c-43a2-4b8e-9f1f-33828bffa008, #wrap-s-df9a113c-43a2-4b8e-9f1f-33828bffa008, #wrap-content-s-df9a113c-43a2-4b8e-9f1f-33828bffa008 { display: none !important; }}
@media (min-width: 0px) {
[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-df9a113c-43a2-4b8e-9f1f-33828bffa008"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-20724a1e-1fdd-4610-897b-98e21ad6cac3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-20724a1e-1fdd-4610-897b-98e21ad6cac3:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-20724a1e-1fdd-4610-897b-98e21ad6cac3:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-20724a1e-1fdd-4610-897b-98e21ad6cac3-root {
    text-align: center;
  }


#s-20724a1e-1fdd-4610-897b-98e21ad6cac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-20724a1e-1fdd-4610-897b-98e21ad6cac3-root {
    text-align: center;
  }


#s-20724a1e-1fdd-4610-897b-98e21ad6cac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20724a1e-1fdd-4610-897b-98e21ad6cac3-root {
    text-align: center;
  }


#s-20724a1e-1fdd-4610-897b-98e21ad6cac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20724a1e-1fdd-4610-897b-98e21ad6cac3-root {
    text-align: center;
  }


#s-20724a1e-1fdd-4610-897b-98e21ad6cac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-20724a1e-1fdd-4610-897b-98e21ad6cac3-root {
    text-align: center;
  }


#s-20724a1e-1fdd-4610-897b-98e21ad6cac3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 {
  margin-left: 3em;
margin-right: 3em;
display: none;
}
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50, #wrap-s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50, #wrap-content-s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 {
  display: none;
}
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50, #wrap-s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50, #wrap-content-s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 {
  display: none;
}
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50, #wrap-s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50, #wrap-content-s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 { display: none !important; }}@media (max-width: 767px){#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 {
  margin-left: 1em;
margin-right: 1em;
}
}

  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(181, 32, 37, 1);
  }
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(181, 32, 37, 1);
    border: 2px solid rgba(221, 221, 221, 0);
  }
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(181, 32, 37, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(181, 32, 37, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(18, 82, 153, 1);
  }
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(18, 82, 153, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(18, 82, 153, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(18, 82, 153, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(238, 137, 52, 1);
  }
  #s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(216, 78, 19, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(238, 137, 52, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(216, 78, 19, 1);
}

#s-2dcfa4b5-4b5e-4699-8a83-5f2f7740bb50 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-c61876b4-ae63-4a80-85bf-cfd3dfaf206e {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-c61876b4-ae63-4a80-85bf-cfd3dfaf206e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c61876b4-ae63-4a80-85bf-cfd3dfaf206e.shg-box.shg-c {
  justify-content: center;
}

#s-97da289c-90d5-4056-aabe-d48f2b08ac2b {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-prev,
#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-prev svg,
#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-prev,
#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-prev svg,
#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-97da289c-90d5-4056-aabe-d48f2b08ac2b .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image {
  box-sizing: border-box;
}



.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  
}


@media (min-width: 1200px){#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image {
  box-sizing: border-box;
}



.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image {
  box-sizing: border-box;
}



.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image {
  box-sizing: border-box;
}



.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  
}


}@media (max-width: 767px){#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  margin: 0 !important;
  overflow: visible;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add background color handling */
  
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc.shogun-image {
  box-sizing: border-box;
}



.s-437715b1-eaeb-436b-90c9-1dd3a0c95fbc img.shogun-image {
  
}


}
#s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-0280e66c-54b5-40ac-99c4-b8f831651b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image {
  box-sizing: border-box;
}



.s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  
}


@media (min-width: 1200px){#s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0280e66c-54b5-40ac-99c4-b8f831651b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image {
  box-sizing: border-box;
}



.s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0280e66c-54b5-40ac-99c4-b8f831651b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image {
  box-sizing: border-box;
}



.s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0280e66c-54b5-40ac-99c4-b8f831651b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image {
  box-sizing: border-box;
}



.s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  
}


}@media (max-width: 767px){#s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  margin: 0 !important;
  overflow: visible;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0280e66c-54b5-40ac-99c4-b8f831651b0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add background color handling */
  
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0280e66c-54b5-40ac-99c4-b8f831651b0a .shogun-image-content {
  
    justify-content: center;
  
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0280e66c-54b5-40ac-99c4-b8f831651b0a.shogun-image {
  box-sizing: border-box;
}



.s-0280e66c-54b5-40ac-99c4-b8f831651b0a img.shogun-image {
  
}


}
#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image {
  box-sizing: border-box;
}



.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image {
  box-sizing: border-box;
}



.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image {
  box-sizing: border-box;
}



.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image {
  box-sizing: border-box;
}



.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8.shogun-image {
  box-sizing: border-box;
}



.s-b7b59a5a-1e8f-4c8a-8d4b-dc1bb36b52b8 img.shogun-image {
  
}


}
#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image {
  box-sizing: border-box;
}



.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image {
  box-sizing: border-box;
}



.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image {
  box-sizing: border-box;
}



.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image {
  box-sizing: border-box;
}



.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2.shogun-image {
  box-sizing: border-box;
}



.s-d218a7c4-9a58-432e-9fd6-6b0538cfb1d2 img.shogun-image {
  
}


}
#s-125f5ba3-cd72-431a-943f-25cec727300e {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e {
  margin: 0 !important;
  overflow: visible;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add background color handling */
  
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-125f5ba3-cd72-431a-943f-25cec727300e .shogun-image-content {
  
    justify-content: center;
  
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image {
  box-sizing: border-box;
}



.s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  
}


@media (min-width: 1200px){#s-125f5ba3-cd72-431a-943f-25cec727300e {
  margin: 0 !important;
  overflow: visible;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add background color handling */
  
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-125f5ba3-cd72-431a-943f-25cec727300e .shogun-image-content {
  
    justify-content: center;
  
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image {
  box-sizing: border-box;
}



.s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-125f5ba3-cd72-431a-943f-25cec727300e {
  margin: 0 !important;
  overflow: visible;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add background color handling */
  
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-125f5ba3-cd72-431a-943f-25cec727300e .shogun-image-content {
  
    justify-content: center;
  
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image {
  box-sizing: border-box;
}



.s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-125f5ba3-cd72-431a-943f-25cec727300e {
  margin: 0 !important;
  overflow: visible;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add background color handling */
  
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-125f5ba3-cd72-431a-943f-25cec727300e .shogun-image-content {
  
    justify-content: center;
  
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image {
  box-sizing: border-box;
}



.s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  
}


}@media (max-width: 767px){#s-125f5ba3-cd72-431a-943f-25cec727300e {
  margin: 0 !important;
  overflow: visible;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-125f5ba3-cd72-431a-943f-25cec727300e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add background color handling */
  
}

#s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-125f5ba3-cd72-431a-943f-25cec727300e .shogun-image-content {
  
    justify-content: center;
  
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-125f5ba3-cd72-431a-943f-25cec727300e.shogun-image {
  box-sizing: border-box;
}



.s-125f5ba3-cd72-431a-943f-25cec727300e img.shogun-image {
  
}


}
#s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  margin: 0 !important;
  overflow: visible;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add background color handling */
  
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-b8277490-7183-4393-b819-c9f0ebfeadeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image {
  box-sizing: border-box;
}



.s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  
}


@media (min-width: 1200px){#s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  margin: 0 !important;
  overflow: visible;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add background color handling */
  
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8277490-7183-4393-b819-c9f0ebfeadeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image {
  box-sizing: border-box;
}



.s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  margin: 0 !important;
  overflow: visible;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add background color handling */
  
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8277490-7183-4393-b819-c9f0ebfeadeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image {
  box-sizing: border-box;
}



.s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  margin: 0 !important;
  overflow: visible;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add background color handling */
  
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8277490-7183-4393-b819-c9f0ebfeadeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image {
  box-sizing: border-box;
}



.s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  
}


}@media (max-width: 767px){#s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  margin: 0 !important;
  overflow: visible;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8277490-7183-4393-b819-c9f0ebfeadeb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add background color handling */
  
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b8277490-7183-4393-b819-c9f0ebfeadeb .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8277490-7183-4393-b819-c9f0ebfeadeb.shogun-image {
  box-sizing: border-box;
}



.s-b8277490-7183-4393-b819-c9f0ebfeadeb img.shogun-image {
  
}


}
#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image {
  box-sizing: border-box;
}



.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image {
  box-sizing: border-box;
}



.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image {
  box-sizing: border-box;
}



.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image {
  box-sizing: border-box;
}



.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b0d7203-7aab-49ce-a63e-95b90cebb742 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b0d7203-7aab-49ce-a63e-95b90cebb742.shogun-image {
  box-sizing: border-box;
}



.s-3b0d7203-7aab-49ce-a63e-95b90cebb742 img.shogun-image {
  
}


}
#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  margin: 0 !important;
  overflow: visible;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add background color handling */
  
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image {
  box-sizing: border-box;
}



.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  
}


@media (min-width: 1200px){#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  margin: 0 !important;
  overflow: visible;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add background color handling */
  
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image {
  box-sizing: border-box;
}



.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  margin: 0 !important;
  overflow: visible;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add background color handling */
  
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image {
  box-sizing: border-box;
}



.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  margin: 0 !important;
  overflow: visible;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add background color handling */
  
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image {
  box-sizing: border-box;
}



.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  
}


}@media (max-width: 767px){#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  margin: 0 !important;
  overflow: visible;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c22f8012-61c9-4cf1-af7a-c9a730ac170d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add background color handling */
  
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c22f8012-61c9-4cf1-af7a-c9a730ac170d.shogun-image {
  box-sizing: border-box;
}



.s-c22f8012-61c9-4cf1-af7a-c9a730ac170d img.shogun-image {
  
}


}
#s-6d2d6497-ddc4-42c1-a724-85c3d88f7f8c {
  margin-left: 1em;
margin-right: 1em;
}

#s-730c098a-8f99-4391-8cd7-6a20002d1671 {
  margin-left: 1em;
margin-right: 1em;
}

#s-f10a96a0-e754-445f-9e5b-384de636d662 {
  margin-left: 1em;
margin-right: 1em;
}

#s-3d6f47af-8f55-4d08-9288-7f426dfcd1ce {
  margin-left: 0em;
margin-right: 0em;
}

#s-6b355636-0d25-4391-bd55-837afe58e0ef {
  margin-left: 1em;
margin-right: 1em;
}

#s-696ba4d6-05d5-43d7-b3ba-1ff04fb96a12 {
  margin-left: 1em;
margin-right: 1em;
}

#s-d4f71c69-2e36-4c1b-afeb-4e727348125c {
  margin-left: 0em;
margin-right: 0em;
}

#s-4db11a4e-4650-4c98-8448-bb14f2d4e5ec {
  margin-left: 0em;
margin-right: 0em;
}

#s-412b3166-eb77-4921-b910-242c0a9ee815 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-412b3166-eb77-4921-b910-242c0a9ee815 {
  display: none;
}
#s-412b3166-eb77-4921-b910-242c0a9ee815, #wrap-s-412b3166-eb77-4921-b910-242c0a9ee815, #wrap-content-s-412b3166-eb77-4921-b910-242c0a9ee815 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-412b3166-eb77-4921-b910-242c0a9ee815 {
  display: none;
}
#s-412b3166-eb77-4921-b910-242c0a9ee815, #wrap-s-412b3166-eb77-4921-b910-242c0a9ee815, #wrap-content-s-412b3166-eb77-4921-b910-242c0a9ee815 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-412b3166-eb77-4921-b910-242c0a9ee815 {
  display: none;
}
#s-412b3166-eb77-4921-b910-242c0a9ee815, #wrap-s-412b3166-eb77-4921-b910-242c0a9ee815, #wrap-content-s-412b3166-eb77-4921-b910-242c0a9ee815 { display: none !important; }}@media (max-width: 767px){#s-412b3166-eb77-4921-b910-242c0a9ee815 {
  margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 50px;
padding-left: 0em;
padding-bottom: 50px;
padding-right: 0em;
}
}







#s-412b3166-eb77-4921-b910-242c0a9ee815 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-412b3166-eb77-4921-b910-242c0a9ee815.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-412b3166-eb77-4921-b910-242c0a9ee815 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-412b3166-eb77-4921-b910-242c0a9ee815.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-e190fee6-6d9e-4aaa-aa82-868fac0e2c39 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (max-width: 767px){#s-e190fee6-6d9e-4aaa-aa82-868fac0e2c39 {
  margin-left: 1.5em;
margin-right: 1.5em;
text-align: center;
}
}
#s-e190fee6-6d9e-4aaa-aa82-868fac0e2c39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e190fee6-6d9e-4aaa-aa82-868fac0e2c39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-e190fee6-6d9e-4aaa-aa82-868fac0e2c39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc {
  display: none;
}
#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc, #wrap-s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc, #wrap-content-s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc {
  display: none;
}
#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc, #wrap-s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc, #wrap-content-s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc {
  display: none;
}
#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc, #wrap-s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc, #wrap-content-s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc { display: none !important; }}@media (max-width: 767px){#s-6dd2bf53-4628-43af-91cc-d8a5b973c6cc {
  margin-left: 1.5em;
margin-bottom: 0em;
margin-right: 1.5em;
}
}
#s-a63882d3-d4d3-4ce8-a2fb-b5cca4802715 {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-a63882d3-d4d3-4ce8-a2fb-b5cca4802715 {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-a63882d3-d4d3-4ce8-a2fb-b5cca4802715 {
  display: none;
}
#s-a63882d3-d4d3-4ce8-a2fb-b5cca4802715, #wrap-s-a63882d3-d4d3-4ce8-a2fb-b5cca4802715, #wrap-content-s-a63882d3-d4d3-4ce8-a2fb-b5cca4802715 { display: none !important; }}
#s-6c923762-afb3-4553-baee-1f96e3dc50c7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6c923762-afb3-4553-baee-1f96e3dc50c7:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c923762-afb3-4553-baee-1f96e3dc50c7:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6c923762-afb3-4553-baee-1f96e3dc50c7 {
  display: none;
}
#s-6c923762-afb3-4553-baee-1f96e3dc50c7, #wrap-s-6c923762-afb3-4553-baee-1f96e3dc50c7, #wrap-content-s-6c923762-afb3-4553-baee-1f96e3dc50c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c923762-afb3-4553-baee-1f96e3dc50c7 {
  display: none;
}
#s-6c923762-afb3-4553-baee-1f96e3dc50c7, #wrap-s-6c923762-afb3-4553-baee-1f96e3dc50c7, #wrap-content-s-6c923762-afb3-4553-baee-1f96e3dc50c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c923762-afb3-4553-baee-1f96e3dc50c7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjUxYmU0MjAtYWE1MS00ZmY3LWIyOTAtMjU0YzY3ZDhmYWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NTFiZTQyMC1hYTUxLTRmZjctYjI5MC0yNTRjNjdkOGZhZTkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-6c923762-afb3-4553-baee-1f96e3dc50c7:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c923762-afb3-4553-baee-1f96e3dc50c7:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-6c923762-afb3-4553-baee-1f96e3dc50c7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGUxNjk3OTYtMTc2OC00YTY5LTlmYWYtNDk5YzQ2NjNhYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZTE2OTc5Ni0xNzY4LTRhNjktOWZhZi00OTljNDY2M2FhYzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 15px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-6c923762-afb3-4553-baee-1f96e3dc50c7:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6c923762-afb3-4553-baee-1f96e3dc50c7:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-6c923762-afb3-4553-baee-1f96e3dc50c7-root {
    text-align: center;
  }


#s-6c923762-afb3-4553-baee-1f96e3dc50c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c923762-afb3-4553-baee-1f96e3dc50c7-root {
    text-align: center;
  }


#s-6c923762-afb3-4553-baee-1f96e3dc50c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c923762-afb3-4553-baee-1f96e3dc50c7-root {
    text-align: center;
  }


#s-6c923762-afb3-4553-baee-1f96e3dc50c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c923762-afb3-4553-baee-1f96e3dc50c7-root {
    text-align: center;
  }


#s-6c923762-afb3-4553-baee-1f96e3dc50c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c923762-afb3-4553-baee-1f96e3dc50c7-root {
    text-align: center;
  }


#s-6c923762-afb3-4553-baee-1f96e3dc50c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-ccc17a55-0663-4242-8d7d-ee34b44df429 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccc17a55-0663-4242-8d7d-ee34b44df429 {
  display: none;
}
#s-ccc17a55-0663-4242-8d7d-ee34b44df429, #wrap-s-ccc17a55-0663-4242-8d7d-ee34b44df429, #wrap-content-s-ccc17a55-0663-4242-8d7d-ee34b44df429 { display: none !important; }}@media (max-width: 767px){#s-ccc17a55-0663-4242-8d7d-ee34b44df429 {
  display: none;
}
#s-ccc17a55-0663-4242-8d7d-ee34b44df429, #wrap-s-ccc17a55-0663-4242-8d7d-ee34b44df429, #wrap-content-s-ccc17a55-0663-4242-8d7d-ee34b44df429 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-ccc17a55-0663-4242-8d7d-ee34b44df429"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e91ccd96-b26e-4639-87c5-f0ed8320f91a-root {
    text-align: center;
  }


#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e91ccd96-b26e-4639-87c5-f0ed8320f91a-root {
    text-align: center;
  }


#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e91ccd96-b26e-4639-87c5-f0ed8320f91a-root {
    text-align: center;
  }


#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e91ccd96-b26e-4639-87c5-f0ed8320f91a-root {
    text-align: center;
  }


#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e91ccd96-b26e-4639-87c5-f0ed8320f91a-root {
    text-align: center;
  }


#s-e91ccd96-b26e-4639-87c5-f0ed8320f91a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  display: none;
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-content-s-d72bb5da-6cf0-46b3-846c-26c4fb661241 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  display: none;
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-content-s-d72bb5da-6cf0-46b3-846c-26c4fb661241 { display: none !important; }}@media (max-width: 767px){#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
display: none;
}
#s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-s-d72bb5da-6cf0-46b3-846c-26c4fb661241, #wrap-content-s-d72bb5da-6cf0-46b3-846c-26c4fb661241 { display: none !important; }}







#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-d72bb5da-6cf0-46b3-846c-26c4fb661241.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d72bb5da-6cf0-46b3-846c-26c4fb661241 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-d72bb5da-6cf0-46b3-846c-26c4fb661241.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-f1ffc44b-1112-4900-9472-b5602d59c3ed {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed {
  margin-left: 3em;
padding-top: 12em;
text-align: center;
}
}@media (max-width: 767px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed {
  margin-right: 1.5em;
text-align: center;
}
}
#s-f1ffc44b-1112-4900-9472-b5602d59c3ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-f1ffc44b-1112-4900-9472-b5602d59c3ed .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 1.5em;
}
@media (min-width: 1200px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  display: none;
}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-content-s-65137fb6-9adc-422f-a39c-6dc03328cbfa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  display: none;
}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-content-s-65137fb6-9adc-422f-a39c-6dc03328cbfa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  display: none;
}
#s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-s-65137fb6-9adc-422f-a39c-6dc03328cbfa, #wrap-content-s-65137fb6-9adc-422f-a39c-6dc03328cbfa { display: none !important; }}@media (max-width: 767px){#s-65137fb6-9adc-422f-a39c-6dc03328cbfa {
  margin-bottom: 1em;
}
}
#s-8f61d469-9587-48d0-a3f2-582224ad20bb {
  margin-left: 3em;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f61d469-9587-48d0-a3f2-582224ad20bb {
  margin-left: 3em;
}
}@media (max-width: 767px){#s-8f61d469-9587-48d0-a3f2-582224ad20bb {
  display: none;
}
#s-8f61d469-9587-48d0-a3f2-582224ad20bb, #wrap-s-8f61d469-9587-48d0-a3f2-582224ad20bb, #wrap-content-s-8f61d469-9587-48d0-a3f2-582224ad20bb { display: none !important; }}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  display: none;
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d, #wrap-s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d, #wrap-content-s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  display: none;
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d, #wrap-s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d, #wrap-content-s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFkMGNhZDUtZWNmZC00OWRmLWFjZGEtMjI2OTEzMGRiZjQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWQwY2FkNS1lY2ZkLTQ5ZGYtYWNkYS0yMjY5MTMwZGJmNDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 3.5em;
margin-bottom: -3em;
margin-right: 3.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTIwOWVmZDMtNTQxOS00M2U1LWI2MDktYzc1YzhkMWU2OTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMjA5ZWZkMy01NDE5LTQzZTUtYjYwOS1jNzVjOGQxZTY5NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d-root {
    text-align: center;
  }


#s-15e81ea8-fc46-457f-afe8-a5bc6c942a5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-35fd82cd-66c6-4089-855c-2fe885b87f3b {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 768px) and (max-width: 991px){#s-35fd82cd-66c6-4089-855c-2fe885b87f3b {
  display: none;
}
#s-35fd82cd-66c6-4089-855c-2fe885b87f3b, #wrap-s-35fd82cd-66c6-4089-855c-2fe885b87f3b, #wrap-content-s-35fd82cd-66c6-4089-855c-2fe885b87f3b { display: none !important; }}@media (max-width: 767px){#s-35fd82cd-66c6-4089-855c-2fe885b87f3b {
  display: none;
}
#s-35fd82cd-66c6-4089-855c-2fe885b87f3b, #wrap-s-35fd82cd-66c6-4089-855c-2fe885b87f3b, #wrap-content-s-35fd82cd-66c6-4089-855c-2fe885b87f3b { display: none !important; }}
@media (min-width: 0px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-35fd82cd-66c6-4089-855c-2fe885b87f3b"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 12.0px);
}

}

#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjNWYyM2ItNDJkOS00MWU3LWE4MzAtN2QxNzBmZGMwYzUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWM1ZjIzYi00MmQ5LTQxZTctYTgzMC03ZDE3MGZkYzBjNTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf-root {
    text-align: center;
  }


#s-c018bcd7-0f0a-43bf-9aee-8bf241db6ccf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 {
  display: none;
}
#s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879, #wrap-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879, #wrap-content-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 { display: none !important; }}@media (max-width: 767px){#s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 {
  display: none;
}
#s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879, #wrap-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879, #wrap-content-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 {
  --swiper-pagination-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-prev,
#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-prev svg,
#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-70f2bb7b-13cc-4ab1-92e3-c96c56e73879 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  max-width: 600px;
}
}
#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  margin: 0 !important;
  overflow: visible;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add background color handling */
  
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-885cb0ae-7fb2-49bf-becf-715a04ab932f .shogun-image-content {
  
    justify-content: center;
  
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image {
  box-sizing: border-box;
}



.s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  
}


@media (min-width: 1200px){#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  margin: 0 !important;
  overflow: visible;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add background color handling */
  
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-885cb0ae-7fb2-49bf-becf-715a04ab932f .shogun-image-content {
  
    justify-content: center;
  
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image {
  box-sizing: border-box;
}



.s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  margin: 0 !important;
  overflow: visible;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add background color handling */
  
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-885cb0ae-7fb2-49bf-becf-715a04ab932f .shogun-image-content {
  
    justify-content: center;
  
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image {
  box-sizing: border-box;
}



.s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  margin: 0 !important;
  overflow: visible;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add background color handling */
  
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-885cb0ae-7fb2-49bf-becf-715a04ab932f .shogun-image-content {
  
    justify-content: center;
  
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image {
  box-sizing: border-box;
}



.s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  
}


}@media (max-width: 767px){#s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  margin: 0 !important;
  overflow: visible;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-885cb0ae-7fb2-49bf-becf-715a04ab932f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add background color handling */
  
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-885cb0ae-7fb2-49bf-becf-715a04ab932f .shogun-image-content {
  
    justify-content: center;
  
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-885cb0ae-7fb2-49bf-becf-715a04ab932f.shogun-image {
  box-sizing: border-box;
}



.s-885cb0ae-7fb2-49bf-becf-715a04ab932f img.shogun-image {
  
}


}
#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  margin: 0 !important;
  overflow: visible;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add background color handling */
  
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image {
  box-sizing: border-box;
}



.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  
}


@media (min-width: 1200px){#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  margin: 0 !important;
  overflow: visible;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add background color handling */
  
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image {
  box-sizing: border-box;
}



.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  margin: 0 !important;
  overflow: visible;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add background color handling */
  
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image {
  box-sizing: border-box;
}



.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  margin: 0 !important;
  overflow: visible;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add background color handling */
  
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image {
  box-sizing: border-box;
}



.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  
}


}@media (max-width: 767px){#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  margin: 0 !important;
  overflow: visible;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add background color handling */
  
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a.shogun-image {
  box-sizing: border-box;
}



.s-83973e0c-a3d0-4ed6-966f-3bc850e4aa7a img.shogun-image {
  
}


}
#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  max-width: 600px;
}
}
#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  margin: 0 !important;
  overflow: visible;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add background color handling */
  
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image {
  box-sizing: border-box;
}



.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  margin: 0 !important;
  overflow: visible;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add background color handling */
  
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image {
  box-sizing: border-box;
}



.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  margin: 0 !important;
  overflow: visible;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add background color handling */
  
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image {
  box-sizing: border-box;
}



.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  margin: 0 !important;
  overflow: visible;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add background color handling */
  
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image {
  box-sizing: border-box;
}



.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  margin: 0 !important;
  overflow: visible;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b42ec570-d1c5-4cc6-baf5-8766073fc775 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add background color handling */
  
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b42ec570-d1c5-4cc6-baf5-8766073fc775.shogun-image {
  box-sizing: border-box;
}



.s-b42ec570-d1c5-4cc6-baf5-8766073fc775 img.shogun-image {
  
}


}
#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  max-width: 600px;
}
}
#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-64130cfe-f340-4d8b-a558-8b7877de1db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image {
  box-sizing: border-box;
}



.s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64130cfe-f340-4d8b-a558-8b7877de1db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image {
  box-sizing: border-box;
}



.s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64130cfe-f340-4d8b-a558-8b7877de1db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image {
  box-sizing: border-box;
}



.s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64130cfe-f340-4d8b-a558-8b7877de1db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image {
  box-sizing: border-box;
}



.s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64130cfe-f340-4d8b-a558-8b7877de1db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64130cfe-f340-4d8b-a558-8b7877de1db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64130cfe-f340-4d8b-a558-8b7877de1db6.shogun-image {
  box-sizing: border-box;
}



.s-64130cfe-f340-4d8b-a558-8b7877de1db6 img.shogun-image {
  
}


}
#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  max-width: 600px;
}
}
#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-49206415-4e54-4baf-be35-ab95d08c08d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image {
  box-sizing: border-box;
}



.s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49206415-4e54-4baf-be35-ab95d08c08d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image {
  box-sizing: border-box;
}



.s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49206415-4e54-4baf-be35-ab95d08c08d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image {
  box-sizing: border-box;
}



.s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49206415-4e54-4baf-be35-ab95d08c08d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image {
  box-sizing: border-box;
}



.s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49206415-4e54-4baf-be35-ab95d08c08d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49206415-4e54-4baf-be35-ab95d08c08d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49206415-4e54-4baf-be35-ab95d08c08d3.shogun-image {
  box-sizing: border-box;
}



.s-49206415-4e54-4baf-be35-ab95d08c08d3 img.shogun-image {
  
}


}
#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  max-width: 1000px;
}
}
#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-6374e772-56a0-45fc-b43c-548e3acfafe1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image {
  box-sizing: border-box;
}



.s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  border-style: solid;
  

}






.s-6374e772-56a0-45fc-b43c-548e3acfafe1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image {
  box-sizing: border-box;
}



.s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6374e772-56a0-45fc-b43c-548e3acfafe1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image {
  box-sizing: border-box;
}



.s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6374e772-56a0-45fc-b43c-548e3acfafe1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image {
  box-sizing: border-box;
}



.s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  margin: 0 !important;
  overflow: visible;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6374e772-56a0-45fc-b43c-548e3acfafe1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add background color handling */
  
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6374e772-56a0-45fc-b43c-548e3acfafe1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6374e772-56a0-45fc-b43c-548e3acfafe1.shogun-image {
  box-sizing: border-box;
}



.s-6374e772-56a0-45fc-b43c-548e3acfafe1 img.shogun-image {
  
}


}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-content-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-content-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  display: none;
}
#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9, #wrap-content-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 { display: none !important; }}@media (max-width: 767px){#s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 {
  --swiper-pagination-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev,
#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev svg,
#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-77c1cffb-2a4b-480d-82d7-02d3ac39f1b9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e240ad43-9fed-4b84-93f2-c44b7eee4fc2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-17c52842-61c1-4e9b-854e-50a7dcde54ab {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-17c52842-61c1-4e9b-854e-50a7dcde54ab {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-17c52842-61c1-4e9b-854e-50a7dcde54ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-32155151-644c-46bb-b672-7b72380ea850 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-32155151-644c-46bb-b672-7b72380ea850 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-32155151-644c-46bb-b672-7b72380ea850 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5de3d462-e7d1-4d60-aacf-b340547b7a38 .shogun-image-content {
  
    justify-content: center;
  
}

#s-91503fa2-1d29-40e4-a6eb-471b125baee4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-91503fa2-1d29-40e4-a6eb-471b125baee4 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-91503fa2-1d29-40e4-a6eb-471b125baee4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed32dd43-a0f3-4632-9993-224e8400216b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-ed32dd43-a0f3-4632-9993-224e8400216b {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ed32dd43-a0f3-4632-9993-224e8400216b .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  margin-top: 1.5em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-content-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-content-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  display: none;
}
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b, #wrap-content-s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b { display: none !important; }}@media (max-width: 767px){#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}

  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-ee2c5e5e-0de1-43a6-9dd0-5d6dbebe651b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-8358f341-9abd-49db-be34-27b0f5a203a1 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-8358f341-9abd-49db-be34-27b0f5a203a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8358f341-9abd-49db-be34-27b0f5a203a1.shg-box.shg-c {
  justify-content: center;
}

#s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev,
#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev svg,
#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0c9aec3a-41a4-4288-8fb0-711522b1cbbe .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
  overflow: visible;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add background color handling */
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}



.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  
}


@media (min-width: 1200px){#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
  overflow: visible;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add background color handling */
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}



.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
  overflow: visible;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add background color handling */
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}



.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
  overflow: visible;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add background color handling */
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}



.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  
}


}@media (max-width: 767px){#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  margin: 0 !important;
  overflow: visible;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd2f17ef-62f4-4067-938b-edde79d2bfbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add background color handling */
  
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd2f17ef-62f4-4067-938b-edde79d2bfbf.shogun-image {
  box-sizing: border-box;
}



.s-bd2f17ef-62f4-4067-938b-edde79d2bfbf img.shogun-image {
  
}


}
#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
  overflow: visible;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add background color handling */
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}



.s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  
}


@media (min-width: 1200px){#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
  overflow: visible;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add background color handling */
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}



.s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
  overflow: visible;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add background color handling */
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}



.s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
  overflow: visible;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add background color handling */
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}



.s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  
}


}@media (max-width: 767px){#s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  margin: 0 !important;
  overflow: visible;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43f20cbc-93fe-4e02-a410-2559d55dc92d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add background color handling */
  
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-43f20cbc-93fe-4e02-a410-2559d55dc92d .shogun-image-content {
  
    justify-content: center;
  
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f20cbc-93fe-4e02-a410-2559d55dc92d.shogun-image {
  box-sizing: border-box;
}



.s-43f20cbc-93fe-4e02-a410-2559d55dc92d img.shogun-image {
  
}


}
#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}



.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}



.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}



.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}



.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1e8a62-cf53-481d-844c-52c03b1428c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1e8a62-cf53-481d-844c-52c03b1428c9.shogun-image {
  box-sizing: border-box;
}



.s-3c1e8a62-cf53-481d-844c-52c03b1428c9 img.shogun-image {
  
}


}
#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b41f107c-de53-4455-a0db-344838112aa9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}



.s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b41f107c-de53-4455-a0db-344838112aa9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}



.s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b41f107c-de53-4455-a0db-344838112aa9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}



.s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b41f107c-de53-4455-a0db-344838112aa9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}



.s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b41f107c-de53-4455-a0db-344838112aa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b41f107c-de53-4455-a0db-344838112aa9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b41f107c-de53-4455-a0db-344838112aa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b41f107c-de53-4455-a0db-344838112aa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41f107c-de53-4455-a0db-344838112aa9.shogun-image {
  box-sizing: border-box;
}



.s-b41f107c-de53-4455-a0db-344838112aa9 img.shogun-image {
  
}


}
#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
  overflow: visible;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add background color handling */
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}



.s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  
}


@media (min-width: 1200px){#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
  overflow: visible;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add background color handling */
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}



.s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
  overflow: visible;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add background color handling */
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}



.s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
  overflow: visible;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add background color handling */
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}



.s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  
}


}@media (max-width: 767px){#s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  margin: 0 !important;
  overflow: visible;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-23908af2-91b1-4b92-b3ed-22a245dc9065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add background color handling */
  
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-23908af2-91b1-4b92-b3ed-22a245dc9065 .shogun-image-content {
  
    justify-content: center;
  
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23908af2-91b1-4b92-b3ed-22a245dc9065.shogun-image {
  box-sizing: border-box;
}



.s-23908af2-91b1-4b92-b3ed-22a245dc9065 img.shogun-image {
  
}


}
#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}



.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}



.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}



.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}



.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b36343f-ecdf-4c9d-ac78-0187378b3b52.shogun-image {
  box-sizing: border-box;
}



.s-8b36343f-ecdf-4c9d-ac78-0187378b3b52 img.shogun-image {
  
}


}
#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}



.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}



.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}



.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}



.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  margin: 0 !important;
  overflow: visible;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-352f592c-8848-4fa8-94f8-6d50ca1afae8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add background color handling */
  
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-352f592c-8848-4fa8-94f8-6d50ca1afae8.shogun-image {
  box-sizing: border-box;
}



.s-352f592c-8848-4fa8-94f8-6d50ca1afae8 img.shogun-image {
  
}


}
#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
  overflow: visible;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add background color handling */
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}



.s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
  overflow: visible;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add background color handling */
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}



.s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
  overflow: visible;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add background color handling */
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}



.s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
  overflow: visible;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add background color handling */
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}



.s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  margin: 0 !important;
  overflow: visible;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4817b417-8c5e-4593-8a06-77e2943f1303 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add background color handling */
  
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4817b417-8c5e-4593-8a06-77e2943f1303 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4817b417-8c5e-4593-8a06-77e2943f1303.shogun-image {
  box-sizing: border-box;
}



.s-4817b417-8c5e-4593-8a06-77e2943f1303 img.shogun-image {
  
}


}
#s-230bd65f-0736-4087-94ee-8c80ef32f598 {
  margin-left: 1em;
margin-right: 1em;
}

#s-e33e42da-e701-446f-a8e1-8b35c923a50b {
  margin-left: 1em;
margin-right: 1em;
}

#s-0b1ed557-7d51-49cb-badf-a4e8f3a46a8e {
  margin-left: 1em;
margin-right: 1em;
}

#s-3f3907d5-06c8-49b0-bda6-0aaf70afa31c {
  margin-left: 0em;
margin-right: 0em;
}

#s-d597b2ea-6c05-4fa4-bf79-6c5162ab190c {
  margin-left: 1em;
margin-right: 1em;
}

#s-e4a95e0c-43c9-461b-a144-f8e597428c3e {
  margin-left: 1em;
margin-right: 1em;
}

#s-e2fab97e-149f-4690-a9a1-86389e605eb8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-623b8918-eab8-4ebe-999d-4948734e8258 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1c46b1a-bd85-4ed6-b7bc-164e9dc74f76.shg-box.shg-c {
  justify-content: center;
}

#s-dc6cb210-84cc-43e5-9e9c-157e95913a8c {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev,
#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev svg,
#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-dc6cb210-84cc-43e5-9e9c-157e95913a8c .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
  overflow: visible;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add background color handling */
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}



.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  
}


@media (min-width: 1200px){#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
  overflow: visible;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add background color handling */
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}



.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
  overflow: visible;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add background color handling */
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}



.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
  overflow: visible;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add background color handling */
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}



.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  
}


}@media (max-width: 767px){#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  margin: 0 !important;
  overflow: visible;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50b92e96-b220-4c05-a3e6-a77ac5fa363c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add background color handling */
  
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c .shogun-image-content {
  
    justify-content: center;
  
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b92e96-b220-4c05-a3e6-a77ac5fa363c.shogun-image {
  box-sizing: border-box;
}



.s-50b92e96-b220-4c05-a3e6-a77ac5fa363c img.shogun-image {
  
}


}
#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}



.s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  
}


@media (min-width: 1200px){#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}



.s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}



.s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}



.s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  
}


}@media (max-width: 767px){#s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  margin: 0 !important;
  overflow: visible;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0eb25c7-e593-4867-b82d-27d8863db46d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add background color handling */
  
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0eb25c7-e593-4867-b82d-27d8863db46d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0eb25c7-e593-4867-b82d-27d8863db46d.shogun-image {
  box-sizing: border-box;
}



.s-b0eb25c7-e593-4867-b82d-27d8863db46d img.shogun-image {
  
}


}
#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}



.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}



.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}



.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}



.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  margin: 0 !important;
  overflow: visible;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add background color handling */
  
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853.shogun-image {
  box-sizing: border-box;
}



.s-1a3d1c95-4a0a-433a-bcfc-7b4e4ec19853 img.shogun-image {
  
}


}
#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}



.s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}



.s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}



.s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}



.s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  margin: 0 !important;
  overflow: visible;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccb4c73b-e060-4556-bca7-7457cdd21403 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add background color handling */
  
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccb4c73b-e060-4556-bca7-7457cdd21403 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb4c73b-e060-4556-bca7-7457cdd21403.shogun-image {
  box-sizing: border-box;
}



.s-ccb4c73b-e060-4556-bca7-7457cdd21403 img.shogun-image {
  
}


}
#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}



.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  
}


@media (min-width: 1200px){#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}



.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}



.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}



.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  
}


}@media (max-width: 767px){#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  margin: 0 !important;
  overflow: visible;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add background color handling */
  
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac.shogun-image {
  box-sizing: border-box;
}



.s-a72c5ec9-ee04-46aa-b447-2611c63bd7ac img.shogun-image {
  
}


}
#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}



.s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}



.s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}



.s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}



.s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9948716-29c9-4db9-88c5-db695662e5c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e9948716-29c9-4db9-88c5-db695662e5c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9948716-29c9-4db9-88c5-db695662e5c0.shogun-image {
  box-sizing: border-box;
}



.s-e9948716-29c9-4db9-88c5-db695662e5c0 img.shogun-image {
  
}


}
#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}



.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}



.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}



.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}



.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1e5196f-1c56-48ec-b434-2a635e2f0383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e5196f-1c56-48ec-b434-2a635e2f0383.shogun-image {
  box-sizing: border-box;
}



.s-f1e5196f-1c56-48ec-b434-2a635e2f0383 img.shogun-image {
  
}


}
#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}



.s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}



.s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}



.s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}



.s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce2f5584-512b-4bb8-abe6-4249843279d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce2f5584-512b-4bb8-abe6-4249843279d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce2f5584-512b-4bb8-abe6-4249843279d9.shogun-image {
  box-sizing: border-box;
}



.s-ce2f5584-512b-4bb8-abe6-4249843279d9 img.shogun-image {
  
}


}
#s-8d5439d3-cb58-4251-94b5-cfdb11900537 {
  margin-left: 0em;
margin-right: 0em;
}

#s-83d58259-eca0-4f47-8b16-fdf18b1e925f {
  margin-left: 0em;
margin-right: 0em;
}

#s-8dc716d3-7295-4537-9b59-9ff3ab4e50eb {
  margin-left: 0em;
margin-right: 0em;
}

#s-9b773bf7-bcb0-407e-a1db-4e798c804d30 {
  margin-left: 0em;
margin-right: 0em;
}

#s-edd6aab9-63cd-4573-8985-1f88079a4c6c {
  margin-left: 0em;
margin-right: 0em;
}

#s-aa89c27b-56c9-4f06-84f8-a7cf69261c6d {
  margin-left: 0em;
margin-right: 0em;
}

#s-4b6005ea-e8fd-49bb-af95-918b08b96695 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6c0f33bc-9d87-46ae-a793-1eb010e96d20 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dcb8c64-eb48-431c-8b7c-c288a0792c26.shg-box.shg-c {
  justify-content: center;
}

#s-5cda502b-7b6b-4ab8-a567-c713a954da72 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev,
#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev svg,
#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5cda502b-7b6b-4ab8-a567-c713a954da72 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}



.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}



.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}



.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}



.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0.shogun-image {
  box-sizing: border-box;
}



.s-d2cdf675-c06d-4917-8e6e-13a79ec07ac0 img.shogun-image {
  
}


}
#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
  overflow: visible;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add background color handling */
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}



.s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  
}


@media (min-width: 1200px){#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
  overflow: visible;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add background color handling */
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}



.s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
  overflow: visible;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add background color handling */
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}



.s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
  overflow: visible;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add background color handling */
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}



.s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  
}


}@media (max-width: 767px){#s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  margin: 0 !important;
  overflow: visible;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba0708a4-db90-4a67-a980-522d2cc395eb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add background color handling */
  
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba0708a4-db90-4a67-a980-522d2cc395eb .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba0708a4-db90-4a67-a980-522d2cc395eb.shogun-image {
  box-sizing: border-box;
}



.s-ba0708a4-db90-4a67-a980-522d2cc395eb img.shogun-image {
  
}


}
#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}



.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  
}


@media (min-width: 1200px){#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}



.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}



.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}



.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  
}


}@media (max-width: 767px){#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  margin: 0 !important;
  overflow: visible;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add background color handling */
  
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd.shogun-image {
  box-sizing: border-box;
}



.s-d51db6e0-3fd9-44ba-a089-8af2cf12b6fd img.shogun-image {
  
}


}
#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
  overflow: visible;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add background color handling */
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    justify-content: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}



.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  
}


@media (min-width: 1200px){#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
  overflow: visible;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add background color handling */
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    justify-content: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}



.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
  overflow: visible;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add background color handling */
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    justify-content: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}



.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
  overflow: visible;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add background color handling */
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    justify-content: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}



.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  
}


}@media (max-width: 767px){#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  margin: 0 !important;
  overflow: visible;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1660dea9-76a0-4d92-9dc1-a83bfe0061be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add background color handling */
  
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be .shogun-image-content {
  
    justify-content: center;
  
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1660dea9-76a0-4d92-9dc1-a83bfe0061be.shogun-image {
  box-sizing: border-box;
}



.s-1660dea9-76a0-4d92-9dc1-a83bfe0061be img.shogun-image {
  
}


}
#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}



.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}



.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}



.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}



.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9.shogun-image {
  box-sizing: border-box;
}



.s-1213d7ed-d3be-41bc-83d1-c7bbe15242b9 img.shogun-image {
  
}


}
#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}



.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}



.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}



.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}



.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  margin: 0 !important;
  overflow: visible;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add background color handling */
  
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab.shogun-image {
  box-sizing: border-box;
}



.s-a1d3d1ec-ece3-4f8b-90a5-fc02433f9cab img.shogun-image {
  
}


}
#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}



.s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  
}


@media (min-width: 1200px){#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}



.s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}



.s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}



.s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  
}


}@media (max-width: 767px){#s-5e928319-c48c-460c-9e39-b295fd79e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5e928319-c48c-460c-9e39-b295fd79e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5e928319-c48c-460c-9e39-b295fd79e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e928319-c48c-460c-9e39-b295fd79e31d.shogun-image {
  box-sizing: border-box;
}



.s-5e928319-c48c-460c-9e39-b295fd79e31d img.shogun-image {
  
}


}
#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
  overflow: visible;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add background color handling */
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}



.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  
}


@media (min-width: 1200px){#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
  overflow: visible;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add background color handling */
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}



.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
  overflow: visible;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add background color handling */
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}



.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
  overflow: visible;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add background color handling */
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}



.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  
}


}@media (max-width: 767px){#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  margin: 0 !important;
  overflow: visible;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15b7b775-8b8e-4bf9-8d4b-af89717da8be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add background color handling */
  
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be .shogun-image-content {
  
    justify-content: center;
  
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b7b775-8b8e-4bf9-8d4b-af89717da8be.shogun-image {
  box-sizing: border-box;
}



.s-15b7b775-8b8e-4bf9-8d4b-af89717da8be img.shogun-image {
  
}


}
#s-f81805d9-7738-4175-a4a0-1448f9fd2346 {
  margin-left: 0em;
margin-right: 0em;
}

#s-c18aa92d-104c-4e12-bb1b-f8e8b59ab183 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ba8dc2d1-98dd-49ed-824e-22e549b297b1 {
  margin-left: 0em;
margin-right: 0em;
}

#s-0d429ed4-9279-44f1-8273-8c65c4c8102e {
  margin-left: 0em;
margin-right: 0em;
}

#s-bbf68827-9108-433f-89b0-be5875a3c03a {
  margin-left: 0em;
margin-right: 0em;
}

#s-b006ec4d-1a3d-47b4-9beb-3f90d778d6b9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6e93a8e2-a6ea-4483-abfa-14ea54fc172a {
  margin-left: 0em;
margin-right: 0em;
}

#s-1455e0c4-9a86-40c4-8874-af52aae753ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  margin-left: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a {
  display: none;
}
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a, #wrap-s-8f6396f8-edc0-473a-82f0-5aca56a2df5a, #wrap-content-s-8f6396f8-edc0-473a-82f0-5aca56a2df5a { display: none !important; }}

  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(107, 127, 70, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 2px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(107, 127, 70, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-8f6396f8-edc0-473a-82f0-5aca56a2df5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-c62ac0d3-52bd-4b06-b313-c230200ab430 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-c62ac0d3-52bd-4b06-b313-c230200ab430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c62ac0d3-52bd-4b06-b313-c230200ab430.shg-box.shg-c {
  justify-content: center;
}

#s-4bc0da05-d684-463c-bb4e-797d059d2048 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev,
#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev svg,
#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4bc0da05-d684-463c-bb4e-797d059d2048 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}



.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}



.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}



.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}



.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  margin: 0 !important;
  overflow: visible;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a8d2484a-81c2-4a57-8f3f-839195bedb32 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add background color handling */
  
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d2484a-81c2-4a57-8f3f-839195bedb32.shogun-image {
  box-sizing: border-box;
}



.s-a8d2484a-81c2-4a57-8f3f-839195bedb32 img.shogun-image {
  
}


}
#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}



.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}



.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}



.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}



.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90.shogun-image {
  box-sizing: border-box;
}



.s-5d4c1dbf-3a25-4bbe-9cc5-3499b8c4db90 img.shogun-image {
  
}


}
#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
  overflow: visible;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add background color handling */
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}



.s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  
}


@media (min-width: 1200px){#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
  overflow: visible;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add background color handling */
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}



.s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
  overflow: visible;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add background color handling */
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}



.s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
  overflow: visible;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add background color handling */
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}



.s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  
}


}@media (max-width: 767px){#s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  margin: 0 !important;
  overflow: visible;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f8454b8-85c0-4718-a402-0015a5c0749f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add background color handling */
  
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f8454b8-85c0-4718-a402-0015a5c0749f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f8454b8-85c0-4718-a402-0015a5c0749f.shogun-image {
  box-sizing: border-box;
}



.s-3f8454b8-85c0-4718-a402-0015a5c0749f img.shogun-image {
  
}


}
#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d847b57-2305-434c-aacc-11472f635636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}



.s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d847b57-2305-434c-aacc-11472f635636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}



.s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d847b57-2305-434c-aacc-11472f635636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}



.s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d847b57-2305-434c-aacc-11472f635636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}



.s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1d847b57-2305-434c-aacc-11472f635636 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d847b57-2305-434c-aacc-11472f635636-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d847b57-2305-434c-aacc-11472f635636 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d847b57-2305-434c-aacc-11472f635636 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d847b57-2305-434c-aacc-11472f635636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d847b57-2305-434c-aacc-11472f635636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d847b57-2305-434c-aacc-11472f635636.shogun-image {
  box-sizing: border-box;
}



.s-1d847b57-2305-434c-aacc-11472f635636 img.shogun-image {
  
}


}
#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
  overflow: visible;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add background color handling */
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}



.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
  overflow: visible;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add background color handling */
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}



.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
  overflow: visible;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add background color handling */
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}



.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
  overflow: visible;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add background color handling */
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}



.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  margin: 0 !important;
  overflow: visible;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c81223dd-36c1-470b-aa27-bd19af3a2b19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add background color handling */
  
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c81223dd-36c1-470b-aa27-bd19af3a2b19.shogun-image {
  box-sizing: border-box;
}



.s-c81223dd-36c1-470b-aa27-bd19af3a2b19 img.shogun-image {
  
}


}
#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
  overflow: visible;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add background color handling */
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}



.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  
}


@media (min-width: 1200px){#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
  overflow: visible;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add background color handling */
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}



.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
  overflow: visible;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add background color handling */
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}



.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
  overflow: visible;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add background color handling */
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}



.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  
}


}@media (max-width: 767px){#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  margin: 0 !important;
  overflow: visible;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add background color handling */
  
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be44f9ba-1c28-4a96-abd0-f66c201a5e34.shogun-image {
  box-sizing: border-box;
}



.s-be44f9ba-1c28-4a96-abd0-f66c201a5e34 img.shogun-image {
  
}


}
#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
  overflow: visible;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add background color handling */
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}



.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
  overflow: visible;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add background color handling */
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}



.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
  overflow: visible;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add background color handling */
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}



.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
  overflow: visible;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add background color handling */
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}



.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  margin: 0 !important;
  overflow: visible;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add background color handling */
  
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f.shogun-image {
  box-sizing: border-box;
}



.s-a5dcd89d-6667-4f33-b7cc-1b2534e7425f img.shogun-image {
  
}


}
#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}



.s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}



.s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}



.s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}



.s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec454a9d-455b-4796-9dd9-1752eea98db6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec454a9d-455b-4796-9dd9-1752eea98db6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec454a9d-455b-4796-9dd9-1752eea98db6.shogun-image {
  box-sizing: border-box;
}



.s-ec454a9d-455b-4796-9dd9-1752eea98db6 img.shogun-image {
  
}


}
#s-07329842-f561-4dae-a140-f1a670eecc8e {
  margin-left: 1em;
margin-right: 1em;
}

#s-24721098-ee0c-4eb9-8b21-ed612a46a828 {
  margin-left: 1em;
margin-right: 1em;
}

#s-a5bb3c29-c077-4ea0-8658-658d503a350d {
  margin-left: 1em;
margin-right: 1em;
}

#s-1374e2db-1e27-42ea-8cb3-06a83d638798 {
  margin-left: 0em;
margin-right: 0em;
}

#s-8114c200-fc44-49bf-a97b-d3d3fa2b8f10 {
  margin-left: 1em;
margin-right: 1em;
}

#s-b14d1f65-7c15-44a7-b3a9-ec298edd3b4b {
  margin-left: 1em;
margin-right: 1em;
}

#s-8ed5660c-b4d6-45d3-a0ec-a97202e76a05 {
  margin-left: 0em;
margin-right: 0em;
}

#s-d53883c6-642f-4067-bf51-5edaa4eeaa89 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9134caf-6821-4153-8d3f-6cfc4006ffa0.shg-box.shg-c {
  justify-content: center;
}

#s-5e6b87b7-badb-4791-ba64-e009e59ccccb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev,
#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev svg,
#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5e6b87b7-badb-4791-ba64-e009e59ccccb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}



.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}



.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}



.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}



.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  margin: 0 !important;
  overflow: visible;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add background color handling */
  
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27.shogun-image {
  box-sizing: border-box;
}



.s-7f7b8f86-d897-4b2a-b85c-eadd4cbabe27 img.shogun-image {
  
}


}
#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
  overflow: visible;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add background color handling */
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}



.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  
}


@media (min-width: 1200px){#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
  overflow: visible;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add background color handling */
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}



.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
  overflow: visible;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add background color handling */
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}



.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
  overflow: visible;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add background color handling */
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}



.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  
}


}@media (max-width: 767px){#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  margin: 0 !important;
  overflow: visible;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-128ed229-7af5-44ec-8dec-18e3d48b1d1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add background color handling */
  
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-128ed229-7af5-44ec-8dec-18e3d48b1d1b.shogun-image {
  box-sizing: border-box;
}



.s-128ed229-7af5-44ec-8dec-18e3d48b1d1b img.shogun-image {
  
}


}
#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}



.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}



.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}



.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}



.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97.shogun-image {
  box-sizing: border-box;
}



.s-0b499c2f-6fc2-458a-a96a-2fa6865b5d97 img.shogun-image {
  
}


}
#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db48837-41da-41a3-b037-f9a123579035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}



.s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db48837-41da-41a3-b037-f9a123579035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}



.s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db48837-41da-41a3-b037-f9a123579035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}



.s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db48837-41da-41a3-b037-f9a123579035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}



.s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3db48837-41da-41a3-b037-f9a123579035 {
  margin: 0 !important;
  overflow: visible;
}

#s-3db48837-41da-41a3-b037-f9a123579035-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3db48837-41da-41a3-b037-f9a123579035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add background color handling */
  
}

#s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3db48837-41da-41a3-b037-f9a123579035 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3db48837-41da-41a3-b037-f9a123579035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db48837-41da-41a3-b037-f9a123579035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db48837-41da-41a3-b037-f9a123579035.shogun-image {
  box-sizing: border-box;
}



.s-3db48837-41da-41a3-b037-f9a123579035 img.shogun-image {
  
}


}
#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}



.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}



.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}



.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}



.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4.shogun-image {
  box-sizing: border-box;
}



.s-e1d60b43-07bf-4e66-89c2-d7f3dc854be4 img.shogun-image {
  
}


}
#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5.shogun-image {
  box-sizing: border-box;
}



.s-2f956e2a-dabf-4735-86b5-ba446c8bbdc5 img.shogun-image {
  
}


}
#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}



.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}



.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}



.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}



.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6.shogun-image {
  box-sizing: border-box;
}



.s-173c6ab4-a1ab-4a0b-b804-a5c7e55861f6 img.shogun-image {
  
}


}
#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
  overflow: visible;
}

#s-575df37b-3d42-4762-b27a-115abaff9632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add background color handling */
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}



.s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  
}


@media (min-width: 1200px){#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
  overflow: visible;
}

#s-575df37b-3d42-4762-b27a-115abaff9632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add background color handling */
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}



.s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
  overflow: visible;
}

#s-575df37b-3d42-4762-b27a-115abaff9632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add background color handling */
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}



.s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
  overflow: visible;
}

#s-575df37b-3d42-4762-b27a-115abaff9632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add background color handling */
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}



.s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  
}


}@media (max-width: 767px){#s-575df37b-3d42-4762-b27a-115abaff9632 {
  margin: 0 !important;
  overflow: visible;
}

#s-575df37b-3d42-4762-b27a-115abaff9632-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-575df37b-3d42-4762-b27a-115abaff9632 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add background color handling */
  
}

#s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-575df37b-3d42-4762-b27a-115abaff9632 .shogun-image-content {
  
    justify-content: center;
  
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-575df37b-3d42-4762-b27a-115abaff9632.shogun-image {
  box-sizing: border-box;
}



.s-575df37b-3d42-4762-b27a-115abaff9632 img.shogun-image {
  
}


}
#s-0ba8a82b-7a06-4e22-a4f2-27d25ce8b017 {
  margin-left: 0em;
margin-right: 0em;
}

#s-a6b75d51-1d57-46a7-ab4a-5cbb325293b2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5693e745-f90c-4d40-8e63-4295fbdafff9 {
  margin-left: 0em;
margin-right: 0em;
}

#s-b13df2a8-36e3-4aac-a645-fd3bcb0552ef {
  margin-left: 0em;
margin-right: 0em;
}

#s-30d2d898-f4e8-47a3-a2e6-ee7413792c62 {
  margin-left: 0em;
margin-right: 0em;
}

#s-07b1f49c-a20b-4306-8bf7-31a2c72ef94d {
  margin-left: 0em;
margin-right: 0em;
}

#s-6512ea6b-c233-48a6-ac0b-08a5be1cf1ba {
  margin-left: 0em;
margin-right: 0em;
}

#s-9eddf187-3beb-4de7-9ff5-de442d3ac4b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6688e8e3-dade-4349-9f2e-c4aef8d2f23b.shg-box.shg-c {
  justify-content: center;
}

#s-de56029d-ba10-49b5-960c-4838d9416ce2 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev,
#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev svg,
#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-de56029d-ba10-49b5-960c-4838d9416ce2 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
  overflow: visible;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add background color handling */
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}



.s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  
}


@media (min-width: 1200px){#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
  overflow: visible;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add background color handling */
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}



.s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
  overflow: visible;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add background color handling */
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}



.s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
  overflow: visible;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add background color handling */
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}



.s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  
}


}@media (max-width: 767px){#s-af884d04-153e-4c4b-b940-747ddcefde21 {
  margin: 0 !important;
  overflow: visible;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af884d04-153e-4c4b-b940-747ddcefde21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add background color handling */
  
}

#s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af884d04-153e-4c4b-b940-747ddcefde21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af884d04-153e-4c4b-b940-747ddcefde21.shogun-image {
  box-sizing: border-box;
}



.s-af884d04-153e-4c4b-b940-747ddcefde21 img.shogun-image {
  
}


}
#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}



.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}



.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}



.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}



.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  margin: 0 !important;
  overflow: visible;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add background color handling */
  
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3.shogun-image {
  box-sizing: border-box;
}



.s-8852d6e4-e8a3-42b1-bb49-b4c5af4bdea3 img.shogun-image {
  
}


}
#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}



.s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}



.s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}



.s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}



.s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3d31a469-985c-4b8a-99d2-25b511795216 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d31a469-985c-4b8a-99d2-25b511795216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3d31a469-985c-4b8a-99d2-25b511795216 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d31a469-985c-4b8a-99d2-25b511795216.shogun-image {
  box-sizing: border-box;
}



.s-3d31a469-985c-4b8a-99d2-25b511795216 img.shogun-image {
  
}


}
#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}



.s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}



.s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}



.s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}



.s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  margin: 0 !important;
  overflow: visible;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fab613c2-489c-49db-9364-cb54b5fc6a55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add background color handling */
  
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fab613c2-489c-49db-9364-cb54b5fc6a55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fab613c2-489c-49db-9364-cb54b5fc6a55.shogun-image {
  box-sizing: border-box;
}



.s-fab613c2-489c-49db-9364-cb54b5fc6a55 img.shogun-image {
  
}


}
#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
  overflow: visible;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add background color handling */
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    justify-content: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}



.s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  
}


@media (min-width: 1200px){#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
  overflow: visible;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add background color handling */
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    justify-content: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}



.s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
  overflow: visible;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add background color handling */
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    justify-content: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}



.s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
  overflow: visible;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add background color handling */
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    justify-content: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}



.s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  
}


}@media (max-width: 767px){#s-915214f6-9987-43c9-b2b0-7278592c706f {
  margin: 0 !important;
  overflow: visible;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-915214f6-9987-43c9-b2b0-7278592c706f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add background color handling */
  
}

#s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-915214f6-9987-43c9-b2b0-7278592c706f .shogun-image-content {
  
    justify-content: center;
  
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-915214f6-9987-43c9-b2b0-7278592c706f.shogun-image {
  box-sizing: border-box;
}



.s-915214f6-9987-43c9-b2b0-7278592c706f img.shogun-image {
  
}


}
#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
  overflow: visible;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add background color handling */
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}



.s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  
}


@media (min-width: 1200px){#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
  overflow: visible;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add background color handling */
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}



.s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
  overflow: visible;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add background color handling */
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}



.s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
  overflow: visible;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add background color handling */
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}



.s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  
}


}@media (max-width: 767px){#s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  margin: 0 !important;
  overflow: visible;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92b2c803-6a9a-4393-bc00-b921c4377d09 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add background color handling */
  
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-92b2c803-6a9a-4393-bc00-b921c4377d09 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b2c803-6a9a-4393-bc00-b921c4377d09.shogun-image {
  box-sizing: border-box;
}



.s-92b2c803-6a9a-4393-bc00-b921c4377d09 img.shogun-image {
  
}


}
#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}



.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  
}


@media (min-width: 1200px){#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}



.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}



.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}



.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  
}


}@media (max-width: 767px){#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  margin: 0 !important;
  overflow: visible;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add background color handling */
  
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15bf6549-3894-48fa-a9f6-b44f65ce7d31.shogun-image {
  box-sizing: border-box;
}



.s-15bf6549-3894-48fa-a9f6-b44f65ce7d31 img.shogun-image {
  
}


}
#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
  overflow: visible;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add background color handling */
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    justify-content: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}



.s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  
}


@media (min-width: 1200px){#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
  overflow: visible;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add background color handling */
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    justify-content: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}



.s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
  overflow: visible;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add background color handling */
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    justify-content: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}



.s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
  overflow: visible;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add background color handling */
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    justify-content: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}



.s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  
}


}@media (max-width: 767px){#s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  margin: 0 !important;
  overflow: visible;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42bd2928-eff2-41e2-baf1-067ce2c8efed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add background color handling */
  
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-42bd2928-eff2-41e2-baf1-067ce2c8efed .shogun-image-content {
  
    justify-content: center;
  
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42bd2928-eff2-41e2-baf1-067ce2c8efed.shogun-image {
  box-sizing: border-box;
}



.s-42bd2928-eff2-41e2-baf1-067ce2c8efed img.shogun-image {
  
}


}
#s-6eaa57bb-4972-417e-ba0f-3654770a8923 {
  margin-left: 0em;
margin-right: 0em;
}

#s-905db424-090a-49f0-ac85-54c02cfbf88c {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a0e1311-fd70-4152-9295-a87067ee626d {
  margin-left: 0em;
margin-right: 0em;
}

#s-8b75d2db-15a0-44d6-b066-14c5a3325288 {
  margin-left: 0em;
margin-right: 0em;
}

#s-17678a38-b7d2-47b4-b2b2-b967595e8cba {
  margin-left: 0em;
margin-right: 0em;
}

#s-3149d746-e6a4-4475-8aee-ef44bf1238ae {
  margin-left: 0em;
margin-right: 0em;
}

#s-a0d551ee-415a-485b-8dd4-548352145e04 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ac92d4a3-12ac-4506-b4e9-d545779240fe {
  margin-left: 0em;
margin-right: 0em;
}

#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  margin-left: 1.5em;
margin-right: 1.5em;
min-height: 650px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  display: none;
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-content-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 { display: none !important; }}@media (max-width: 767px){#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  display: none;
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0, #wrap-content-s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 { display: none !important; }}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/480x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/960x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/768x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/1536x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/1024x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/2048x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/1200x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 {
  background-image: url(https://i.shgcdn.com/feaccb65-90a2-4d75-bb48-848abdbe26e1/-/resize/2048x/);
}
#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-84de0745-76da-4bf9-bb76-860bb8f4f5e0.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-58922473-64d4-485c-a54b-6215c7cf2021 {
  margin-left: auto;
margin-right: 3em;
text-align: right;
}
@media (min-width: 1200px){#s-58922473-64d4-485c-a54b-6215c7cf2021 {
  margin-left: 0em;
margin-right: 3em;
text-align: right;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58922473-64d4-485c-a54b-6215c7cf2021 {
  margin-top: 10em;
margin-left: 0em;
margin-right: 3em;
text-align: right;
}
}@media (max-width: 767px){#s-58922473-64d4-485c-a54b-6215c7cf2021 {
  margin-right: 1.5em;
text-align: center;
}
}
#s-58922473-64d4-485c-a54b-6215c7cf2021 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-58922473-64d4-485c-a54b-6215c7cf2021 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-58922473-64d4-485c-a54b-6215c7cf2021 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-58922473-64d4-485c-a54b-6215c7cf2021 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-58922473-64d4-485c-a54b-6215c7cf2021 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 3em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-left: 3em;
margin-right: 3em;
}
}@media (max-width: 767px){#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b, #wrap-s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b, #wrap-content-s-b9d7ac1c-f1d2-470b-845f-e1ca2bb8815b { display: none !important; }}
#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-content-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-content-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  display: none;
}
#s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-s-1e00866d-dd6d-4928-8a47-b40c31888096, #wrap-content-s-1e00866d-dd6d-4928-8a47-b40c31888096 { display: none !important; }}@media (max-width: 767px){#s-1e00866d-dd6d-4928-8a47-b40c31888096 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 3em;
}
}
#s-d3ad8f43-939d-4065-ab3f-67780cdbd796 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-d3ad8f43-939d-4065-ab3f-67780cdbd796 {
  margin-bottom: -7em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3ad8f43-939d-4065-ab3f-67780cdbd796 {
  display: none;
}
#s-d3ad8f43-939d-4065-ab3f-67780cdbd796, #wrap-s-d3ad8f43-939d-4065-ab3f-67780cdbd796, #wrap-content-s-d3ad8f43-939d-4065-ab3f-67780cdbd796 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3ad8f43-939d-4065-ab3f-67780cdbd796 {
  display: none;
}
#s-d3ad8f43-939d-4065-ab3f-67780cdbd796, #wrap-s-d3ad8f43-939d-4065-ab3f-67780cdbd796, #wrap-content-s-d3ad8f43-939d-4065-ab3f-67780cdbd796 { display: none !important; }}@media (max-width: 767px){#s-d3ad8f43-939d-4065-ab3f-67780cdbd796 {
  display: none;
}
#s-d3ad8f43-939d-4065-ab3f-67780cdbd796, #wrap-s-d3ad8f43-939d-4065-ab3f-67780cdbd796, #wrap-content-s-d3ad8f43-939d-4065-ab3f-67780cdbd796 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3ad8f43-939d-4065-ab3f-67780cdbd796"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3ad8f43-939d-4065-ab3f-67780cdbd796"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d3ad8f43-939d-4065-ab3f-67780cdbd796"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3ad8f43-939d-4065-ab3f-67780cdbd796"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-08642950-c3c4-49eb-89a6-33a7f3049ea0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZhZjcxZWItNTI4NS00MjlhLWI3YTYtMDA1MmIxNTQxNWNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmFmNzFlYi01Mjg1LTQyOWEtYjdhNi0wMDUyYjE1NDE1Y2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-08642950-c3c4-49eb-89a6-33a7f3049ea0:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-08642950-c3c4-49eb-89a6-33a7f3049ea0:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-08642950-c3c4-49eb-89a6-33a7f3049ea0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRiYmRlZjAtNDUxOS00ODM3LTk5MWYtNzdiYTcxMjhlYzIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGJiZGVmMC00NTE5LTQ4MzctOTkxZi03N2JhNzEyOGVjMjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-08642950-c3c4-49eb-89a6-33a7f3049ea0:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-08642950-c3c4-49eb-89a6-33a7f3049ea0:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-08642950-c3c4-49eb-89a6-33a7f3049ea0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWU5Y2I0OGItZDM5ZS00NjA0LTg5MDItZGJhNTFhOTZmMmU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZTljYjQ4Yi1kMzllLTQ2MDQtODkwMi1kYmE1MWE5NmYyZTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-08642950-c3c4-49eb-89a6-33a7f3049ea0:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-08642950-c3c4-49eb-89a6-33a7f3049ea0:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-08642950-c3c4-49eb-89a6-33a7f3049ea0-root {
    text-align: center;
  }


#s-08642950-c3c4-49eb-89a6-33a7f3049ea0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08642950-c3c4-49eb-89a6-33a7f3049ea0-root {
    text-align: center;
  }


#s-08642950-c3c4-49eb-89a6-33a7f3049ea0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08642950-c3c4-49eb-89a6-33a7f3049ea0-root {
    text-align: center;
  }


#s-08642950-c3c4-49eb-89a6-33a7f3049ea0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08642950-c3c4-49eb-89a6-33a7f3049ea0-root {
    text-align: center;
  }


#s-08642950-c3c4-49eb-89a6-33a7f3049ea0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08642950-c3c4-49eb-89a6-33a7f3049ea0-root {
    text-align: center;
  }


#s-08642950-c3c4-49eb-89a6-33a7f3049ea0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-18511800-97b1-4ca9-9594-f9464338ce99 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 3em;
}
@media (min-width: 1200px){#s-18511800-97b1-4ca9-9594-f9464338ce99 {
  margin-bottom: -7em;
display: none;
}
#s-18511800-97b1-4ca9-9594-f9464338ce99, #wrap-s-18511800-97b1-4ca9-9594-f9464338ce99, #wrap-content-s-18511800-97b1-4ca9-9594-f9464338ce99 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18511800-97b1-4ca9-9594-f9464338ce99 {
  display: none;
}
#s-18511800-97b1-4ca9-9594-f9464338ce99, #wrap-s-18511800-97b1-4ca9-9594-f9464338ce99, #wrap-content-s-18511800-97b1-4ca9-9594-f9464338ce99 { display: none !important; }}@media (max-width: 767px){#s-18511800-97b1-4ca9-9594-f9464338ce99 {
  display: none;
}
#s-18511800-97b1-4ca9-9594-f9464338ce99, #wrap-s-18511800-97b1-4ca9-9594-f9464338ce99, #wrap-content-s-18511800-97b1-4ca9-9594-f9464338ce99 { display: none !important; }}
@media (min-width: 0px) {
[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-18511800-97b1-4ca9-9594-f9464338ce99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZhZjcxZWItNTI4NS00MjlhLWI3YTYtMDA1MmIxNTQxNWNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmFmNzFlYi01Mjg1LTQyOWEtYjdhNi0wMDUyYjE1NDE1Y2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDRiYmRlZjAtNDUxOS00ODM3LTk5MWYtNzdiYTcxMjhlYzIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NGJiZGVmMC00NTE5LTQ4MzctOTkxZi03N2JhNzEyOGVjMjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced:hover {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced:active {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWU5Y2I0OGItZDM5ZS00NjA0LTg5MDItZGJhNTFhOTZmMmU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZTljYjQ4Yi1kMzllLTQ2MDQtODkwMi1kYmE1MWE5NmYyZTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced-root {
    text-align: center;
  }


#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced-root {
    text-align: center;
  }


#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced-root {
    text-align: center;
  }


#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced-root {
    text-align: center;
  }


#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced-root {
    text-align: center;
  }


#s-4ee4a9bc-4ab0-42fb-8246-5d4c241b4ced.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJmM2JlNTMtYTg2YS00MjRiLTk1YmUtMWViYjVlZjQwYjczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYmYzYmU1My1hODZhLTQyNGItOTViZS0xZWJiNWVmNDBiNzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-03bbfce8-c7da-4d84-a548-77a5203966df:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  display: none;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-content-s-03bbfce8-c7da-4d84-a548-77a5203966df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03bbfce8-c7da-4d84-a548-77a5203966df {
  display: none;
}
#s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-s-03bbfce8-c7da-4d84-a548-77a5203966df, #wrap-content-s-03bbfce8-c7da-4d84-a548-77a5203966df { display: none !important; }}

  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03bbfce8-c7da-4d84-a548-77a5203966df-root {
    text-align: center;
  }


#s-03bbfce8-c7da-4d84-a548-77a5203966df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-content-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-content-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  display: none;
}
#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83, #wrap-content-s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 { display: none !important; }}@media (max-width: 767px){#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0%;
padding-right: 0%;
}
}







#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-027a93aa-8dd8-48f1-9aa7-a4f3d4d95c83.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 0em;
margin-right: 3em;
padding-top: 6em;
text-align: right;
}
}@media (max-width: 767px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 {
  margin-left: 1.5em;
margin-right: 1.5em;
text-align: center;
}
}
#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-94d4c0dc-311b-4972-9ce5-d8694d0861a2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 768px) and (max-width: 991px){#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-top: 0px;
margin-right: 3em;
padding-top: 4px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-98690c98-79f8-4b51-b40b-efcb9136e56c {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-98690c98-79f8-4b51-b40b-efcb9136e56c, #wrap-s-98690c98-79f8-4b51-b40b-efcb9136e56c, #wrap-content-s-98690c98-79f8-4b51-b40b-efcb9136e56c { display: none !important; }}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-content-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-content-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  display: none;
}
#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7, #wrap-content-s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 { display: none !important; }}@media (max-width: 767px){#s-81148c43-2b04-4cd5-a585-ebeaa2b26cd7 {
  margin-left: 1.5em;
margin-bottom: -1em;
margin-right: 1.5em;
}
}
#s-112b8939-b551-4305-8ffa-d488881b0420 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-112b8939-b551-4305-8ffa-d488881b0420 {
  display: none;
}
#s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-content-s-112b8939-b551-4305-8ffa-d488881b0420 { display: none !important; }}@media (max-width: 767px){#s-112b8939-b551-4305-8ffa-d488881b0420 {
  display: none;
}
#s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-s-112b8939-b551-4305-8ffa-d488881b0420, #wrap-content-s-112b8939-b551-4305-8ffa-d488881b0420 { display: none !important; }}
@media (min-width: 0px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-112b8939-b551-4305-8ffa-d488881b0420"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNjZDhjMGQtYjQ4ZS00NTZiLTgxNjctOTY5OTBjN2I3MjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2NkOGMwZC1iNDhlLTQ1NmItODE2Ny05Njk5MGM3YjcyMmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6-root {
    text-align: center;
  }


#s-6a39b92d-f2b1-43de-ad01-bea912a4f9e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTRmN2JhODctNzc3Ny00MThhLWE0YzctNTQwNDZlMjIwMjc4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NGY3YmE4Ny03Nzc3LTQxOGEtYTRjNy01NDA0NmUyMjAyNzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  display: none;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-content-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  display: none;
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d, #wrap-content-s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTcyOGQwMWYtOWI5Yy00ODlhLTllOWYtM2I5NjE4ZTYxMGNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNzI4ZDAxZi05YjljLTQ4OWEtOWU5Zi0zYjk2MThlNjEwY2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTdjMTEwNTMtMzE1YS00YzdkLTg0MzktZWJhMmFiOGE2ZDkyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1N2MxMTA1My0zMTVhLTRjN2QtODQzOS1lYmEyYWI4YTZkOTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 5px;
padding-left: 35px;
padding-right: 35px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d-root {
    text-align: center;
  }


#s-e1a21965-4f5e-4a74-8630-ec9ebdc60d4d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 1em;
margin-right: 1em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 600px;
background-position: center -12em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  display: none;
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-content-s-ec46c435-ea66-4bec-9426-9fa20c83b04e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  display: none;
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-content-s-ec46c435-ea66-4bec-9426-9fa20c83b04e { display: none !important; }}@media (max-width: 767px){#s-ec46c435-ea66-4bec-9426-9fa20c83b04e {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-s-ec46c435-ea66-4bec-9426-9fa20c83b04e, #wrap-content-s-ec46c435-ea66-4bec-9426-9fa20c83b04e { display: none !important; }}







#s-ec46c435-ea66-4bec-9426-9fa20c83b04e > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-ec46c435-ea66-4bec-9426-9fa20c83b04e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ec46c435-ea66-4bec-9426-9fa20c83b04e > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-ec46c435-ea66-4bec-9426-9fa20c83b04e.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-d0bd3eda-b7ca-4722-a317-4513e654e6be {
  margin-left: 3em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be {
  margin-left: 1em;
margin-right: 1em;
padding-top: 12em;
text-align: center;
}
}@media (max-width: 767px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be {
  margin-left: 1.5em;
text-align: center;
}
}
#s-d0bd3eda-b7ca-4722-a317-4513e654e6be .shogun-heading-component h3 {
  color: rgba(138, 16, 16, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-d0bd3eda-b7ca-4722-a317-4513e654e6be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}
#s-85bca9d5-d66b-434a-bf23-b603221bbccb {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 768px) and (max-width: 991px){#s-85bca9d5-d66b-434a-bf23-b603221bbccb {
  margin-top: 0px;
margin-right: 3em;
padding-top: 4px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-85bca9d5-d66b-434a-bf23-b603221bbccb {
  margin-bottom: 8em;
margin-right: 3em;
display: none;
}
#s-85bca9d5-d66b-434a-bf23-b603221bbccb, #wrap-s-85bca9d5-d66b-434a-bf23-b603221bbccb, #wrap-content-s-85bca9d5-d66b-434a-bf23-b603221bbccb { display: none !important; }}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  margin-left: 3em;
margin-right: 5em;
}
@media (min-width: 1200px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  display: none;
}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-content-s-a1617e9c-336f-4374-b34f-19a05ea9c34e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  display: none;
}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-content-s-a1617e9c-336f-4374-b34f-19a05ea9c34e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  display: none;
}
#s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-s-a1617e9c-336f-4374-b34f-19a05ea9c34e, #wrap-content-s-a1617e9c-336f-4374-b34f-19a05ea9c34e { display: none !important; }}@media (max-width: 767px){#s-a1617e9c-336f-4374-b34f-19a05ea9c34e {
  margin-left: 1.5em;
margin-bottom: -1em;
margin-right: 1.5em;
}
}
#s-bb597129-a6e3-4cc7-aebe-736e94511b03 {
  margin-top: 0px;
margin-left: 3em;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb597129-a6e3-4cc7-aebe-736e94511b03 {
  display: none;
}
#s-bb597129-a6e3-4cc7-aebe-736e94511b03, #wrap-s-bb597129-a6e3-4cc7-aebe-736e94511b03, #wrap-content-s-bb597129-a6e3-4cc7-aebe-736e94511b03 { display: none !important; }}@media (max-width: 767px){#s-bb597129-a6e3-4cc7-aebe-736e94511b03 {
  display: none;
}
#s-bb597129-a6e3-4cc7-aebe-736e94511b03, #wrap-s-bb597129-a6e3-4cc7-aebe-736e94511b03, #wrap-content-s-bb597129-a6e3-4cc7-aebe-736e94511b03 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

[id="s-bb597129-a6e3-4cc7-aebe-736e94511b03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

}

#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNjZDhjMGQtYjQ4ZS00NTZiLTgxNjctOTY5OTBjN2I3MjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2NkOGMwZC1iNDhlLTQ1NmItODE2Ny05Njk5MGM3YjcyMmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a:active {background-color: rgba(58, 72, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fca784f9-1a88-4d4b-97a5-844fa6deea1a-root {
    text-align: center;
  }


#s-fca784f9-1a88-4d4b-97a5-844fa6deea1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-55511562-cc20-4a58-a3e8-daf54ee88701 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDE4YmJkMmUtMWYzNy00ODc5LWI1ZWYtMTk5ZDZmMDFiY2U2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMThiYmQyZS0xZjM3LTQ4NzktYjVlZi0xOTlkNmYwMWJjZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 3em;
margin-right: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-55511562-cc20-4a58-a3e8-daf54ee88701:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55511562-cc20-4a58-a3e8-daf54ee88701:active {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-55511562-cc20-4a58-a3e8-daf54ee88701 {
  display: none;
}
#s-55511562-cc20-4a58-a3e8-daf54ee88701, #wrap-s-55511562-cc20-4a58-a3e8-daf54ee88701, #wrap-content-s-55511562-cc20-4a58-a3e8-daf54ee88701 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55511562-cc20-4a58-a3e8-daf54ee88701 {
  display: none;
}
#s-55511562-cc20-4a58-a3e8-daf54ee88701, #wrap-s-55511562-cc20-4a58-a3e8-daf54ee88701, #wrap-content-s-55511562-cc20-4a58-a3e8-daf54ee88701 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55511562-cc20-4a58-a3e8-daf54ee88701 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWY5NzM0MGQtN2EwMS00OWM0LTkyMjMtZDY3MTY4Y2M4ODc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzY4YjUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc1ODI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjk3MzQwZC03YTAxLTQ5YzQtOTIyMy1kNjcxNjhjYzg4NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 3.5em;
margin-bottom: -3em;
margin-right: 3.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#768b50"}, {"id"=>2, "pos"=>1, "color"=>"#475829"}];
}
#s-55511562-cc20-4a58-a3e8-daf54ee88701:hover {background-color: rgba(71, 88, 41, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55511562-cc20-4a58-a3e8-daf54ee88701:active {background-color: rgba(107, 127, 70, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-55511562-cc20-4a58-a3e8-daf54ee88701 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTIwOWVmZDMtNTQxOS00M2U1LWI2MDktYzc1YzhkMWU2OTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMjA5ZWZkMy01NDE5LTQzZTUtYjYwOS1jNzVjOGQxZTY5NzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 5px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-55511562-cc20-4a58-a3e8-daf54ee88701:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55511562-cc20-4a58-a3e8-daf54ee88701:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-55511562-cc20-4a58-a3e8-daf54ee88701-root {
    text-align: center;
  }


#s-55511562-cc20-4a58-a3e8-daf54ee88701.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-55511562-cc20-4a58-a3e8-daf54ee88701-root {
    text-align: center;
  }


#s-55511562-cc20-4a58-a3e8-daf54ee88701.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55511562-cc20-4a58-a3e8-daf54ee88701-root {
    text-align: center;
  }


#s-55511562-cc20-4a58-a3e8-daf54ee88701.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55511562-cc20-4a58-a3e8-daf54ee88701-root {
    text-align: center;
  }


#s-55511562-cc20-4a58-a3e8-daf54ee88701.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-55511562-cc20-4a58-a3e8-daf54ee88701-root {
    text-align: center;
  }


#s-55511562-cc20-4a58-a3e8-daf54ee88701.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-4f719df7-1949-45da-bdb0-b7edde552ea7 {
  margin-left: 3em;
margin-right: 3em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4f719df7-1949-45da-bdb0-b7edde552ea7 {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f719df7-1949-45da-bdb0-b7edde552ea7 {
  display: none;
}
#s-4f719df7-1949-45da-bdb0-b7edde552ea7, #wrap-s-4f719df7-1949-45da-bdb0-b7edde552ea7, #wrap-content-s-4f719df7-1949-45da-bdb0-b7edde552ea7 { display: none !important; }}@media (max-width: 767px){#s-4f719df7-1949-45da-bdb0-b7edde552ea7 {
  display: none;
}
#s-4f719df7-1949-45da-bdb0-b7edde552ea7, #wrap-s-4f719df7-1949-45da-bdb0-b7edde552ea7, #wrap-content-s-4f719df7-1949-45da-bdb0-b7edde552ea7 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 {
  --swiper-pagination-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 0.57) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-prev,
#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-prev svg,
#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4f719df7-1949-45da-bdb0-b7edde552ea7 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-772f00da-1964-4c3a-b845-12e26b30484c {
  max-width: 600px;
}
}
#s-772f00da-1964-4c3a-b845-12e26b30484c {
  margin: 0 !important;
  overflow: visible;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add background color handling */
  
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-772f00da-1964-4c3a-b845-12e26b30484c .shogun-image-content {
  
    justify-content: center;
  
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image {
  box-sizing: border-box;
}



.s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  
}


@media (min-width: 1200px){#s-772f00da-1964-4c3a-b845-12e26b30484c {
  margin: 0 !important;
  overflow: visible;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add background color handling */
  
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-772f00da-1964-4c3a-b845-12e26b30484c .shogun-image-content {
  
    justify-content: center;
  
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image {
  box-sizing: border-box;
}



.s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-772f00da-1964-4c3a-b845-12e26b30484c {
  margin: 0 !important;
  overflow: visible;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add background color handling */
  
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-772f00da-1964-4c3a-b845-12e26b30484c .shogun-image-content {
  
    justify-content: center;
  
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image {
  box-sizing: border-box;
}



.s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-772f00da-1964-4c3a-b845-12e26b30484c {
  margin: 0 !important;
  overflow: visible;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add background color handling */
  
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-772f00da-1964-4c3a-b845-12e26b30484c .shogun-image-content {
  
    justify-content: center;
  
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image {
  box-sizing: border-box;
}



.s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  
}


}@media (max-width: 767px){#s-772f00da-1964-4c3a-b845-12e26b30484c {
  margin: 0 !important;
  overflow: visible;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-772f00da-1964-4c3a-b845-12e26b30484c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add background color handling */
  
}

#s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-772f00da-1964-4c3a-b845-12e26b30484c .shogun-image-content {
  
    justify-content: center;
  
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772f00da-1964-4c3a-b845-12e26b30484c.shogun-image {
  box-sizing: border-box;
}



.s-772f00da-1964-4c3a-b845-12e26b30484c img.shogun-image {
  
}


}
#s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-07646076-015d-40cd-a8e2-cf21c5d08cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image {
  box-sizing: border-box;
}



.s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  
}


@media (min-width: 1200px){#s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07646076-015d-40cd-a8e2-cf21c5d08cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image {
  box-sizing: border-box;
}



.s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07646076-015d-40cd-a8e2-cf21c5d08cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image {
  box-sizing: border-box;
}



.s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07646076-015d-40cd-a8e2-cf21c5d08cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image {
  box-sizing: border-box;
}



.s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  
}


}@media (max-width: 767px){#s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07646076-015d-40cd-a8e2-cf21c5d08cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07646076-015d-40cd-a8e2-cf21c5d08cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07646076-015d-40cd-a8e2-cf21c5d08cdd.shogun-image {
  box-sizing: border-box;
}



.s-07646076-015d-40cd-a8e2-cf21c5d08cdd img.shogun-image {
  
}


}
#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  max-width: 600px;
}
}
#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image {
  box-sizing: border-box;
}



.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  
}


@media (min-width: 1200px){#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image {
  box-sizing: border-box;
}



.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image {
  box-sizing: border-box;
}



.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image {
  box-sizing: border-box;
}



.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  
}


}@media (max-width: 767px){#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  margin: 0 !important;
  overflow: visible;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add background color handling */
  
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc.shogun-image {
  box-sizing: border-box;
}



.s-ab2fe471-93f3-4c6c-90e7-13acfb30e6bc img.shogun-image {
  
}


}
#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  max-width: 600px;
}
}
#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  margin: 0 !important;
  overflow: visible;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add background color handling */
  
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-03d6e730-ffee-4280-923a-8d1be87dd62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image {
  box-sizing: border-box;
}



.s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  
}


@media (min-width: 1200px){#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  margin: 0 !important;
  overflow: visible;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add background color handling */
  
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-03d6e730-ffee-4280-923a-8d1be87dd62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image {
  box-sizing: border-box;
}



.s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  margin: 0 !important;
  overflow: visible;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add background color handling */
  
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-03d6e730-ffee-4280-923a-8d1be87dd62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image {
  box-sizing: border-box;
}



.s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  margin: 0 !important;
  overflow: visible;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add background color handling */
  
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-03d6e730-ffee-4280-923a-8d1be87dd62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image {
  box-sizing: border-box;
}



.s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  
}


}@media (max-width: 767px){#s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  margin: 0 !important;
  overflow: visible;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03d6e730-ffee-4280-923a-8d1be87dd62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add background color handling */
  
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-03d6e730-ffee-4280-923a-8d1be87dd62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03d6e730-ffee-4280-923a-8d1be87dd62e.shogun-image {
  box-sizing: border-box;
}



.s-03d6e730-ffee-4280-923a-8d1be87dd62e img.shogun-image {
  
}


}
#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  max-width: 600px;
}
}
#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image {
  box-sizing: border-box;
}



.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  
}


@media (min-width: 1200px){#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image {
  box-sizing: border-box;
}



.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image {
  box-sizing: border-box;
}



.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image {
  box-sizing: border-box;
}



.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  
}


}@media (max-width: 767px){#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  margin: 0 !important;
  overflow: visible;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add background color handling */
  
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c4ac08-a3d2-4404-b1a2-e6d78604c115.shogun-image {
  box-sizing: border-box;
}



.s-56c4ac08-a3d2-4404-b1a2-e6d78604c115 img.shogun-image {
  
}


}
#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  max-width: 1000px;
}
}
#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image {
  box-sizing: border-box;
}



.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  border-style: solid;
  

}






.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image {
  box-sizing: border-box;
}



.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image {
  box-sizing: border-box;
}



.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image {
  box-sizing: border-box;
}



.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  margin: 0 !important;
  overflow: visible;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add background color handling */
  
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2.shogun-image {
  box-sizing: border-box;
}



.s-66d37ee1-6707-4dd0-a74c-ba9b2d490fa2 img.shogun-image {
  
}


}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  margin-top: 1.5em;
margin-left: 1em;
margin-bottom: 1.5em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-content-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-content-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  display: none;
}
#s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-s-ec5dee72-257c-4341-87d0-0b9d8a316c68, #wrap-content-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 { display: none !important; }}@media (max-width: 767px){#s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 {
  --swiper-pagination-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(225, 234, 250, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev,
#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev svg,
#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ec5dee72-257c-4341-87d0-0b9d8a316c68 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f88f24df-e641-45ff-bc3d-67e6e93da890 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
max-width: 450px;
text-align: center;
}

#s-f88f24df-e641-45ff-bc3d-67e6e93da890 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f88f24df-e641-45ff-bc3d-67e6e93da890 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9abe654e-f09c-46bb-b420-d5e9ccde7bd8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-194d2a6c-8785-489c-b777-65561c5c914d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-194d2a6c-8785-489c-b777-65561c5c914d {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-194d2a6c-8785-489c-b777-65561c5c914d .shogun-image-content {
  
    justify-content: center;
  
}

#s-a72c2722-2f17-4d8f-83e0-36a098ccecad {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-a72c2722-2f17-4d8f-83e0-36a098ccecad {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a72c2722-2f17-4d8f-83e0-36a098ccecad .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5a1aed4e-3ee7-47cd-9d3b-c9b965dc4283 .shogun-image-content {
  
    justify-content: center;
  
}

#s-23a15665-43cb-4b05-9feb-47e46579af80 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
max-width: 450px;
text-align: center;
}

#s-23a15665-43cb-4b05-9feb-47e46579af80 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-23a15665-43cb-4b05-9feb-47e46579af80 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  margin-top: 3em;
margin-left: 1em;
margin-right: 1em;
text-align: left;
}
@media (min-width: 1200px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-content-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-content-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  display: none;
}
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-s-7f22ebe9-0743-4432-b2b3-7c60014191c4, #wrap-content-s-7f22ebe9-0743-4432-b2b3-7c60014191c4 { display: none !important; }}@media (max-width: 767px){#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 {
  margin-left: 1em;
margin-right: 1em;
padding-left: 0em;
padding-right: 0em;
}
}

  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (max-width: 767px){
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-7f22ebe9-0743-4432-b2b3-7c60014191c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14ab364c-ccf3-43bb-8628-cc50d83ae56e.shg-box.shg-c {
  justify-content: center;
}

#s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev,
#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev svg,
#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-93e52cd4-42a2-4a8a-b268-0185e6ae0cd2 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
  overflow: visible;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add background color handling */
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}



.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  
}


@media (min-width: 1200px){#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
  overflow: visible;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add background color handling */
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}



.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
  overflow: visible;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add background color handling */
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}



.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
  overflow: visible;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add background color handling */
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}



.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  
}


}@media (max-width: 767px){#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  margin: 0 !important;
  overflow: visible;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add background color handling */
  
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab.shogun-image {
  box-sizing: border-box;
}



.s-5ca994ac-bec7-439d-8ab4-bfbc5dc9ceab img.shogun-image {
  
}


}
#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
  overflow: visible;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add background color handling */
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    justify-content: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}



.s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  
}


@media (min-width: 1200px){#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
  overflow: visible;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add background color handling */
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    justify-content: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}



.s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
  overflow: visible;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add background color handling */
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    justify-content: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}



.s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
  overflow: visible;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add background color handling */
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    justify-content: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}



.s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  
}


}@media (max-width: 767px){#s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  margin: 0 !important;
  overflow: visible;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-edd8d996-a808-4cef-8338-3c66f9cd685a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add background color handling */
  
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-edd8d996-a808-4cef-8338-3c66f9cd685a .shogun-image-content {
  
    justify-content: center;
  
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edd8d996-a808-4cef-8338-3c66f9cd685a.shogun-image {
  box-sizing: border-box;
}



.s-edd8d996-a808-4cef-8338-3c66f9cd685a img.shogun-image {
  
}


}
#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
  overflow: visible;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add background color handling */
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}



.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
  overflow: visible;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add background color handling */
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}



.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
  overflow: visible;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add background color handling */
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}



.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
  overflow: visible;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add background color handling */
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}



.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  margin: 0 !important;
  overflow: visible;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602df8c9-51e8-4b7a-bdff-0508d91e14fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add background color handling */
  
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602df8c9-51e8-4b7a-bdff-0508d91e14fb.shogun-image {
  box-sizing: border-box;
}



.s-602df8c9-51e8-4b7a-bdff-0508d91e14fb img.shogun-image {
  
}


}
#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}



.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  
}


@media (min-width: 1200px){#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}



.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}



.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}



.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  
}


}@media (max-width: 767px){#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  margin: 0 !important;
  overflow: visible;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add background color handling */
  
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c.shogun-image {
  box-sizing: border-box;
}



.s-708d7548-dfa3-4d50-9b1f-7e154f65fd5c img.shogun-image {
  
}


}
#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}



.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}



.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}



.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}



.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  margin: 0 !important;
  overflow: visible;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add background color handling */
  
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0.shogun-image {
  box-sizing: border-box;
}



.s-124c6a77-f8a4-40ea-b15e-1ae215ef1ee0 img.shogun-image {
  
}


}
#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}



.s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}



.s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}



.s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}



.s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb819683-1f03-48e8-8a39-5fdad3316a58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb819683-1f03-48e8-8a39-5fdad3316a58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb819683-1f03-48e8-8a39-5fdad3316a58.shogun-image {
  box-sizing: border-box;
}



.s-cb819683-1f03-48e8-8a39-5fdad3316a58 img.shogun-image {
  
}


}
#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
  overflow: visible;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add background color handling */
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}



.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  
}


@media (min-width: 1200px){#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
  overflow: visible;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add background color handling */
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}



.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
  overflow: visible;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add background color handling */
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}



.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
  overflow: visible;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add background color handling */
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}



.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  
}


}@media (max-width: 767px){#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  margin: 0 !important;
  overflow: visible;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-311b44c4-c1a3-414e-8898-9c1ddef44f9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add background color handling */
  
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b .shogun-image-content {
  
    justify-content: center;
  
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311b44c4-c1a3-414e-8898-9c1ddef44f9b.shogun-image {
  box-sizing: border-box;
}



.s-311b44c4-c1a3-414e-8898-9c1ddef44f9b img.shogun-image {
  
}


}
#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
  overflow: visible;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add background color handling */
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}



.s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
  overflow: visible;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add background color handling */
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}



.s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
  overflow: visible;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add background color handling */
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}



.s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
  overflow: visible;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add background color handling */
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}



.s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  margin: 0 !important;
  overflow: visible;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a18b543f-5d6b-4b68-9445-47aeef340b53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add background color handling */
  
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a18b543f-5d6b-4b68-9445-47aeef340b53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18b543f-5d6b-4b68-9445-47aeef340b53.shogun-image {
  box-sizing: border-box;
}



.s-a18b543f-5d6b-4b68-9445-47aeef340b53 img.shogun-image {
  
}


}
#s-d87ced87-162c-49ec-9655-d4a81aea279d {
  margin-left: 0em;
margin-right: 0em;
}

#s-6e190c0d-7d3c-4d31-a439-7398f69941ad {
  margin-left: 0em;
margin-right: 0em;
}

#s-70820bbc-2681-43e0-8f9b-6ab00fcbbcab {
  margin-left: 0em;
margin-right: 0em;
}

#s-dd30fb26-5235-477e-93cf-dae0a0d31b14 {
  margin-left: 0em;
margin-right: 0em;
}

#s-9a660a58-a21f-4831-ac1f-fe8caa23ad13 {
  margin-left: 0em;
margin-right: 0em;
}

#s-0ced8dd9-29bf-42f4-8b36-3c68c8371255 {
  margin-left: 0em;
margin-right: 0em;
}

#s-74f9881e-553a-4217-abf7-b0f1a7177447 {
  margin-left: 0em;
margin-right: 0em;
}

#s-efca7e43-7ecf-4b59-958a-6d4ecc8ec0e7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ff08cc84-325a-4579-9aaa-4462ff7de924 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-ff08cc84-325a-4579-9aaa-4462ff7de924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff08cc84-325a-4579-9aaa-4462ff7de924.shg-box.shg-c {
  justify-content: center;
}

#s-139ac2b3-fab6-4d68-871c-178f3c7115e5 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev,
#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev svg,
#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-139ac2b3-fab6-4d68-871c-178f3c7115e5 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
  overflow: visible;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add background color handling */
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}



.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  
}


@media (min-width: 1200px){#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
  overflow: visible;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add background color handling */
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}



.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
  overflow: visible;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add background color handling */
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}



.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
  overflow: visible;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add background color handling */
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}



.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  
}


}@media (max-width: 767px){#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  margin: 0 !important;
  overflow: visible;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0929a9fe-0b02-4e66-9c95-929daf5ee44e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add background color handling */
  
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e .shogun-image-content {
  
    justify-content: center;
  
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0929a9fe-0b02-4e66-9c95-929daf5ee44e.shogun-image {
  box-sizing: border-box;
}



.s-0929a9fe-0b02-4e66-9c95-929daf5ee44e img.shogun-image {
  
}


}
#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
  overflow: visible;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add background color handling */
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}



.s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  
}


@media (min-width: 1200px){#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
  overflow: visible;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add background color handling */
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}



.s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
  overflow: visible;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add background color handling */
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}



.s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
  overflow: visible;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add background color handling */
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}



.s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  
}


}@media (max-width: 767px){#s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  margin: 0 !important;
  overflow: visible;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f84e075-2974-490d-a0b8-a5890ee1c91e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add background color handling */
  
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f84e075-2974-490d-a0b8-a5890ee1c91e .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f84e075-2974-490d-a0b8-a5890ee1c91e.shogun-image {
  box-sizing: border-box;
}



.s-9f84e075-2974-490d-a0b8-a5890ee1c91e img.shogun-image {
  
}


}
#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}



.s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  
}


@media (min-width: 1200px){#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}



.s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}



.s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}



.s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  
}


}@media (max-width: 767px){#s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  margin: 0 !important;
  overflow: visible;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d63e084-b97f-4bb6-8064-75697dd77ebe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add background color handling */
  
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0d63e084-b97f-4bb6-8064-75697dd77ebe .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d63e084-b97f-4bb6-8064-75697dd77ebe.shogun-image {
  box-sizing: border-box;
}



.s-0d63e084-b97f-4bb6-8064-75697dd77ebe img.shogun-image {
  
}


}
#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
  overflow: visible;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add background color handling */
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}



.s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  
}


@media (min-width: 1200px){#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
  overflow: visible;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add background color handling */
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}



.s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
  overflow: visible;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add background color handling */
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}



.s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
  overflow: visible;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add background color handling */
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}



.s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  
}


}@media (max-width: 767px){#s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  margin: 0 !important;
  overflow: visible;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0feee721-e729-41d8-86bd-79e50e4cb27d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add background color handling */
  
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0feee721-e729-41d8-86bd-79e50e4cb27d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0feee721-e729-41d8-86bd-79e50e4cb27d.shogun-image {
  box-sizing: border-box;
}



.s-0feee721-e729-41d8-86bd-79e50e4cb27d img.shogun-image {
  
}


}
#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}



.s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  
}


@media (min-width: 1200px){#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}



.s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}



.s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}



.s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  
}


}@media (max-width: 767px){#s-49fd2775-930d-41e4-a567-0afaa836998b {
  margin: 0 !important;
  overflow: visible;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-49fd2775-930d-41e4-a567-0afaa836998b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add background color handling */
  
}

#s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-49fd2775-930d-41e4-a567-0afaa836998b .shogun-image-content {
  
    justify-content: center;
  
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fd2775-930d-41e4-a567-0afaa836998b.shogun-image {
  box-sizing: border-box;
}



.s-49fd2775-930d-41e4-a567-0afaa836998b img.shogun-image {
  
}


}
#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}



.s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  
}


@media (min-width: 1200px){#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}



.s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}



.s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}



.s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  
}


}@media (max-width: 767px){#s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3b5b002-df74-4506-9b42-5d8a333e659a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3b5b002-df74-4506-9b42-5d8a333e659a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3b5b002-df74-4506-9b42-5d8a333e659a.shogun-image {
  box-sizing: border-box;
}



.s-f3b5b002-df74-4506-9b42-5d8a333e659a img.shogun-image {
  
}


}
#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}



.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  
}


@media (min-width: 1200px){#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}



.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}



.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}



.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  
}


}@media (max-width: 767px){#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f.shogun-image {
  box-sizing: border-box;
}



.s-d1e9d9de-8fd3-42bf-a0d3-1b2d4a293c2f img.shogun-image {
  
}


}
#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
  overflow: visible;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add background color handling */
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}



.s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  
}


@media (min-width: 1200px){#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
  overflow: visible;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add background color handling */
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}



.s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
  overflow: visible;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add background color handling */
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}



.s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
  overflow: visible;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add background color handling */
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}



.s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  
}


}@media (max-width: 767px){#s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  margin: 0 !important;
  overflow: visible;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77578730-9c2b-40d6-afad-e1d26aafe99f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add background color handling */
  
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-77578730-9c2b-40d6-afad-e1d26aafe99f .shogun-image-content {
  
    justify-content: center;
  
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77578730-9c2b-40d6-afad-e1d26aafe99f.shogun-image {
  box-sizing: border-box;
}



.s-77578730-9c2b-40d6-afad-e1d26aafe99f img.shogun-image {
  
}


}
#s-7b882597-99be-45d1-92f3-a4be65901606 {
  margin-left: 0em;
margin-right: 0em;
}

#s-5548baaa-8740-44fa-a35d-b045961cd270 {
  margin-left: 0em;
margin-right: 0em;
}

#s-e207556a-7f37-430c-b0a8-dd31fcdb88aa {
  margin-left: 0em;
margin-right: 0em;
}

#s-68842618-5a18-41dc-a5a9-85e53d17f128 {
  margin-left: 0em;
margin-right: 0em;
}

#s-1949531c-6c40-4a58-a3dd-fa723e663b0b {
  margin-left: 0em;
margin-right: 0em;
}

#s-820b205c-fb62-4b3c-8041-934374c04a6f {
  margin-left: 0em;
margin-right: 0em;
}

#s-c00e6f07-8e69-47d1-b1ef-fd45cce20908 {
  margin-left: 0em;
margin-right: 0em;
}

#s-4d112fea-cb19-4626-ae9b-e5a94ea1c8ec {
  margin-left: 0em;
margin-right: 0em;
}

#s-43b38255-b836-4fb8-adea-29b7eabb7ffc {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-43b38255-b836-4fb8-adea-29b7eabb7ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43b38255-b836-4fb8-adea-29b7eabb7ffc.shg-box.shg-c {
  justify-content: center;
}

#s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev,
#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev svg,
#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-831fc9b2-c3fd-42cd-ba26-f97933b5f8d9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}



.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}



.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}



.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}



.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd546401-8b1e-4b70-b0d3-dc5387e3d143.shogun-image {
  box-sizing: border-box;
}



.s-cd546401-8b1e-4b70-b0d3-dc5387e3d143 img.shogun-image {
  
}


}
#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
  overflow: visible;
}

#s-28afee16-69bb-4335-894a-74654985cf8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add background color handling */
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}



.s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  
}


@media (min-width: 1200px){#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
  overflow: visible;
}

#s-28afee16-69bb-4335-894a-74654985cf8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add background color handling */
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}



.s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
  overflow: visible;
}

#s-28afee16-69bb-4335-894a-74654985cf8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add background color handling */
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}



.s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
  overflow: visible;
}

#s-28afee16-69bb-4335-894a-74654985cf8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add background color handling */
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}



.s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  
}


}@media (max-width: 767px){#s-28afee16-69bb-4335-894a-74654985cf8a {
  margin: 0 !important;
  overflow: visible;
}

#s-28afee16-69bb-4335-894a-74654985cf8a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28afee16-69bb-4335-894a-74654985cf8a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add background color handling */
  
}

#s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28afee16-69bb-4335-894a-74654985cf8a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28afee16-69bb-4335-894a-74654985cf8a.shogun-image {
  box-sizing: border-box;
}



.s-28afee16-69bb-4335-894a-74654985cf8a img.shogun-image {
  
}


}
#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
  overflow: visible;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add background color handling */
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    justify-content: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}



.s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  
}


@media (min-width: 1200px){#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
  overflow: visible;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add background color handling */
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    justify-content: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}



.s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
  overflow: visible;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add background color handling */
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    justify-content: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}



.s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
  overflow: visible;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add background color handling */
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    justify-content: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}



.s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  
}


}@media (max-width: 767px){#s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  margin: 0 !important;
  overflow: visible;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-483b8e72-e0bb-44fa-9be0-6fed3086548a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add background color handling */
  
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-483b8e72-e0bb-44fa-9be0-6fed3086548a .shogun-image-content {
  
    justify-content: center;
  
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-483b8e72-e0bb-44fa-9be0-6fed3086548a.shogun-image {
  box-sizing: border-box;
}



.s-483b8e72-e0bb-44fa-9be0-6fed3086548a img.shogun-image {
  
}


}
#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}



.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}



.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}



.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}



.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b24ff4b-0b61-465b-bd45-2d8ab7450504.shogun-image {
  box-sizing: border-box;
}



.s-9b24ff4b-0b61-465b-bd45-2d8ab7450504 img.shogun-image {
  
}


}
#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
  overflow: visible;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add background color handling */
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}



.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  
}


@media (min-width: 1200px){#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
  overflow: visible;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add background color handling */
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}



.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
  overflow: visible;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add background color handling */
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}



.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
  overflow: visible;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add background color handling */
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}



.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  
}


}@media (max-width: 767px){#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  margin: 0 !important;
  overflow: visible;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add background color handling */
  
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 .shogun-image-content {
  
    justify-content: center;
  
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70.shogun-image {
  box-sizing: border-box;
}



.s-814c07c3-56a7-4a2f-b1ff-11dc4ccc7b70 img.shogun-image {
  
}


}
#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}



.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}



.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}



.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}



.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  margin: 0 !important;
  overflow: visible;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b5d23ee-2a89-4a81-95b2-07adf787a330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add background color handling */
  
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5d23ee-2a89-4a81-95b2-07adf787a330.shogun-image {
  box-sizing: border-box;
}



.s-2b5d23ee-2a89-4a81-95b2-07adf787a330 img.shogun-image {
  
}


}
#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
  overflow: visible;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add background color handling */
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    justify-content: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}



.s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  
}


@media (min-width: 1200px){#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
  overflow: visible;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add background color handling */
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    justify-content: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}



.s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
  overflow: visible;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add background color handling */
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    justify-content: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}



.s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
  overflow: visible;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add background color handling */
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    justify-content: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}



.s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  
}


}@media (max-width: 767px){#s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  margin: 0 !important;
  overflow: visible;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489fa14a-0645-48b5-95fd-a0a4aeead35e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add background color handling */
  
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489fa14a-0645-48b5-95fd-a0a4aeead35e .shogun-image-content {
  
    justify-content: center;
  
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489fa14a-0645-48b5-95fd-a0a4aeead35e.shogun-image {
  box-sizing: border-box;
}



.s-489fa14a-0645-48b5-95fd-a0a4aeead35e img.shogun-image {
  
}


}
#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
  overflow: visible;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add background color handling */
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}



.s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
  overflow: visible;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add background color handling */
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}



.s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
  overflow: visible;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add background color handling */
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}



.s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
  overflow: visible;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add background color handling */
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}



.s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9060b559-228b-43bd-939d-fa18d091ee75 {
  margin: 0 !important;
  overflow: visible;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9060b559-228b-43bd-939d-fa18d091ee75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add background color handling */
  
}

#s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9060b559-228b-43bd-939d-fa18d091ee75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9060b559-228b-43bd-939d-fa18d091ee75.shogun-image {
  box-sizing: border-box;
}



.s-9060b559-228b-43bd-939d-fa18d091ee75 img.shogun-image {
  
}


}
#s-b75faa21-4256-466c-82c2-f9c1d0eb20d4 {
  margin-left: 0em;
margin-right: 0em;
}

#s-2a093d38-3964-4866-9c6b-d350f0bfc5aa {
  margin-left: 0em;
margin-right: 0em;
}

#s-ab1e2275-5546-4929-baad-755422003234 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce810d68-63b0-47f5-9fdc-2672f3632fcb {
  margin-left: 0em;
margin-right: 0em;
}

#s-c152e60b-c010-49a6-b945-73b34d3eb599 {
  margin-left: 0em;
margin-right: 0em;
}

#s-157bd383-c815-450d-9b8a-d0d1a84e5441 {
  margin-left: 0em;
margin-right: 0em;
}

#s-65339181-ef31-4514-96b7-1d38a1e3d641 {
  margin-left: 0em;
margin-right: 0em;
}

#s-f989b8ce-e436-4b06-8942-f49d91c23d09 {
  margin-left: 0em;
margin-right: 0em;
}

#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-content-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-content-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  display: none;
}
#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9, #wrap-content-s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 { display: none !important; }}@media (max-width: 767px){#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 {
  margin-left: 1em;
margin-right: 1.5em;
}
}







#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 > .shg-box-overlay {
  background-color: rgba(30, 30, 30, 1);
  opacity: 0.2;
  display: block;
}#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9 > .shg-box-overlay {
  background-color: rgba(30, 30, 30, 1);
  opacity: 0.2;
  display: block;
}#s-85fc6679-6ee2-48ae-8a67-e635f5c849c9.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  margin-left: 3em;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  
}
}@media (max-width: 767px){#s-6879157d-e243-429b-8006-aeb1bf416d30 {
  margin-top: 5em;
margin-left: 1.5em;
margin-bottom: 0em;
}
}
#s-6879157d-e243-429b-8006-aeb1bf416d30 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d {
  margin-left: 3em;
}
@media (max-width: 767px){#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d {
  display: none;
}
#s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d, #wrap-s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d, #wrap-content-s-6cebbd2f-fabd-42c1-bd14-cf865ec9c00d { display: none !important; }}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
background-color: rgba(125, 125, 125, 0);
}
@media (min-width: 1200px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-content-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-content-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  display: none;
}
#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91, #wrap-content-s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 { display: none !important; }}@media (max-width: 767px){#s-72c704c7-da5f-4ae9-ab2e-6a7048f40d91 {
  margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmQ2NzVlMGEtMTcwYy00NzdlLWI4YTEtYTIzMmRkOTYyOTVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZDY3NWUwYS0xNzBjLTQ3N2UtYjhhMS1hMjMyZGQ5NjI5NWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
margin-bottom: 0em;
margin-right: 65%;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGViNjE3NzYtMjExMi00ZGM2LTllYzYtODlkYWZkMzA1ZGZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZWI2MTc3Ni0yMTEyLTRkYzYtOWVjNi04OWRhZmQzMDVkZmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 0px;
margin-right: 1.5em;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250-root {
    text-align: center;
  }


#s-d1e51aeb-6627-40c1-abd0-bfe9c4a7a250.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  margin-top: 1.5em;
margin-left: 3em;
margin-right: 3em;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  margin-left: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-e4887d90-9159-4683-b1f8-d9a21ebb363e {
  display: none;
}
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e, #wrap-s-e4887d90-9159-4683-b1f8-d9a21ebb363e, #wrap-content-s-e4887d90-9159-4683-b1f8-d9a21ebb363e { display: none !important; }}

  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(165, 23, 23, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(165, 23, 23, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(165, 23, 23, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(165, 23, 23, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
@media (min-width: 1200px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 127, 70, 1);
  }
  #s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(107, 127, 70, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(107, 127, 70, 1);
  font-family: Archivo Narrow;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 247, 247, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(107, 127, 70, 1);
}

#s-e4887d90-9159-4683-b1f8-d9a21ebb363e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0);
}
}
#s-84354546-fe9a-42ae-b714-e663b00169bd {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-84354546-fe9a-42ae-b714-e663b00169bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84354546-fe9a-42ae-b714-e663b00169bd.shg-box.shg-c {
  justify-content: center;
}

#s-546c76e6-7804-4362-af01-1434f1f0ea45 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev,
#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev svg,
#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-546c76e6-7804-4362-af01-1434f1f0ea45 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
  overflow: visible;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add background color handling */
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}



.s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  
}


@media (min-width: 1200px){#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
  overflow: visible;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add background color handling */
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}



.s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
  overflow: visible;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add background color handling */
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}



.s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
  overflow: visible;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add background color handling */
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}



.s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  
}


}@media (max-width: 767px){#s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  margin: 0 !important;
  overflow: visible;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c6f2045-390c-4b74-81b3-d45e741fe52a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add background color handling */
  
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c6f2045-390c-4b74-81b3-d45e741fe52a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c6f2045-390c-4b74-81b3-d45e741fe52a.shogun-image {
  box-sizing: border-box;
}



.s-4c6f2045-390c-4b74-81b3-d45e741fe52a img.shogun-image {
  
}


}
#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}



.s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}



.s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}



.s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}



.s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e568a2c5-88c3-4d0f-a137-38096e349d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e568a2c5-88c3-4d0f-a137-38096e349d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e568a2c5-88c3-4d0f-a137-38096e349d04.shogun-image {
  box-sizing: border-box;
}



.s-e568a2c5-88c3-4d0f-a137-38096e349d04 img.shogun-image {
  
}


}
#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
  overflow: visible;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add background color handling */
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}



.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
  overflow: visible;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add background color handling */
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}



.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
  overflow: visible;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add background color handling */
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}



.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
  overflow: visible;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add background color handling */
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}



.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  margin: 0 !important;
  overflow: visible;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add background color handling */
  
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e368ae9d-08d1-4c54-8d6d-a78f369eea33.shogun-image {
  box-sizing: border-box;
}



.s-e368ae9d-08d1-4c54-8d6d-a78f369eea33 img.shogun-image {
  
}


}
#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
  overflow: visible;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add background color handling */
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}



.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  
}


@media (min-width: 1200px){#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
  overflow: visible;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add background color handling */
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}



.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
  overflow: visible;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add background color handling */
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}



.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
  overflow: visible;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add background color handling */
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}



.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  
}


}@media (max-width: 767px){#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  margin: 0 !important;
  overflow: visible;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add background color handling */
  
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db .shogun-image-content {
  
    justify-content: center;
  
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db.shogun-image {
  box-sizing: border-box;
}



.s-8ad6766d-f56e-49aa-8c64-0270bf7cd4db img.shogun-image {
  
}


}
#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
  overflow: visible;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add background color handling */
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}



.s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
  overflow: visible;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add background color handling */
  background: rgba(240, 240, 240, 0);
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}



.s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
  overflow: visible;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add background color handling */
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}



.s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
  overflow: visible;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add background color handling */
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}



.s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  margin: 0 !important;
  overflow: visible;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4031ea97-c525-4f64-a8eb-e1a79237f332 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add background color handling */
  
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4031ea97-c525-4f64-a8eb-e1a79237f332 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4031ea97-c525-4f64-a8eb-e1a79237f332.shogun-image {
  box-sizing: border-box;
}



.s-4031ea97-c525-4f64-a8eb-e1a79237f332 img.shogun-image {
  
}


}
#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}



.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}



.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}



.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}



.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8705fe3-25e0-453e-acc4-e41f4fc4a768.shogun-image {
  box-sizing: border-box;
}



.s-e8705fe3-25e0-453e-acc4-e41f4fc4a768 img.shogun-image {
  
}


}
#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
  overflow: visible;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add background color handling */
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}



.s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  
}


@media (min-width: 1200px){#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
  overflow: visible;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add background color handling */
  background: rgba(240, 240, 240, 0);
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}



.s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
  overflow: visible;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add background color handling */
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}



.s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
  overflow: visible;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add background color handling */
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}



.s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  
}


}@media (max-width: 767px){#s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  margin: 0 !important;
  overflow: visible;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-518118a4-3fd2-40a0-a89d-9585785f82fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add background color handling */
  
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-518118a4-3fd2-40a0-a89d-9585785f82fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-518118a4-3fd2-40a0-a89d-9585785f82fe.shogun-image {
  box-sizing: border-box;
}



.s-518118a4-3fd2-40a0-a89d-9585785f82fe img.shogun-image {
  
}


}
#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
  overflow: visible;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add background color handling */
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}



.s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  
}


@media (min-width: 1200px){#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
  overflow: visible;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add background color handling */
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}



.s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
  overflow: visible;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add background color handling */
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}



.s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
  overflow: visible;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add background color handling */
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}



.s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  
}


}@media (max-width: 767px){#s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  margin: 0 !important;
  overflow: visible;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a1550697-3090-4ddb-856e-8c85959bd2ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add background color handling */
  
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a1550697-3090-4ddb-856e-8c85959bd2ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1550697-3090-4ddb-856e-8c85959bd2ef.shogun-image {
  box-sizing: border-box;
}



.s-a1550697-3090-4ddb-856e-8c85959bd2ef img.shogun-image {
  
}


}
#s-004f3979-3e09-41e1-b45c-11c50578c9e3 {
  margin-left: 1em;
margin-right: 1em;
}

#s-cee35783-1074-4177-85f5-54cd685e813f {
  margin-left: 1em;
margin-right: 1em;
}

#s-74839fb4-41da-4968-879f-778e0ed7e227 {
  margin-left: 1em;
margin-right: 1em;
}

#s-5868e90c-6dff-4fc8-a4f8-9e0d66873d7a {
  margin-left: 1em;
margin-right: 1em;
}

#s-9f6981df-6e4a-4c1d-aa89-ef1d798d44b4 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ede7f475-fe88-4b58-92cc-1f649669cf0e {
  margin-left: 1em;
margin-right: 1em;
}

#s-2ec59483-2c53-4ac2-8a55-ee05a38bb909 {
  margin-left: 1em;
margin-right: 1em;
}

#s-4a3f144c-982c-492c-a51d-d8a3d516299b {
  margin-left: 0em;
margin-right: 0em;
}

#s-28ace082-dfd1-426a-bce2-9a9c17566dba {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-28ace082-dfd1-426a-bce2-9a9c17566dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ace082-dfd1-426a-bce2-9a9c17566dba.shg-box.shg-c {
  justify-content: center;
}

#s-6feba19e-a648-4f1c-8e63-5a2380e703cb {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev,
#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev svg,
#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6feba19e-a648-4f1c-8e63-5a2380e703cb .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}



.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  
}


@media (min-width: 1200px){#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}



.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}



.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}



.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  
}


}@media (max-width: 767px){#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d.shogun-image {
  box-sizing: border-box;
}



.s-f5e2abc0-6e34-4a2d-a4d1-0fbe6b0aa18d img.shogun-image {
  
}


}
#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
  overflow: visible;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add background color handling */
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}



.s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  
}


@media (min-width: 1200px){#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
  overflow: visible;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add background color handling */
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}



.s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
  overflow: visible;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add background color handling */
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}



.s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
  overflow: visible;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add background color handling */
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}



.s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  
}


}@media (max-width: 767px){#s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  margin: 0 !important;
  overflow: visible;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be3af7ac-d57b-4499-be20-c145cbac8057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add background color handling */
  
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-be3af7ac-d57b-4499-be20-c145cbac8057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be3af7ac-d57b-4499-be20-c145cbac8057.shogun-image {
  box-sizing: border-box;
}



.s-be3af7ac-d57b-4499-be20-c145cbac8057 img.shogun-image {
  
}


}
#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
  overflow: visible;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add background color handling */
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    justify-content: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}



.s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  
}


@media (min-width: 1200px){#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
  overflow: visible;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add background color handling */
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    justify-content: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}



.s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
  overflow: visible;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add background color handling */
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    justify-content: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}



.s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
  overflow: visible;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add background color handling */
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    justify-content: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}



.s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  
}


}@media (max-width: 767px){#s-32207edb-8f8e-480f-9001-1ec98715882e {
  margin: 0 !important;
  overflow: visible;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-32207edb-8f8e-480f-9001-1ec98715882e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add background color handling */
  
}

#s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-32207edb-8f8e-480f-9001-1ec98715882e .shogun-image-content {
  
    justify-content: center;
  
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32207edb-8f8e-480f-9001-1ec98715882e.shogun-image {
  box-sizing: border-box;
}



.s-32207edb-8f8e-480f-9001-1ec98715882e img.shogun-image {
  
}


}
#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
  overflow: visible;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add background color handling */
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}



.s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  
}


@media (min-width: 1200px){#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
  overflow: visible;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add background color handling */
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}



.s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
  overflow: visible;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add background color handling */
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}



.s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
  overflow: visible;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add background color handling */
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}



.s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  
}


}@media (max-width: 767px){#s-6782249b-c722-4db5-b1db-478dd736da6d {
  margin: 0 !important;
  overflow: visible;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6782249b-c722-4db5-b1db-478dd736da6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add background color handling */
  
}

#s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6782249b-c722-4db5-b1db-478dd736da6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6782249b-c722-4db5-b1db-478dd736da6d.shogun-image {
  box-sizing: border-box;
}



.s-6782249b-c722-4db5-b1db-478dd736da6d img.shogun-image {
  
}


}
#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 1.25em;

}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}



.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}



.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}



.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}



.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8c59e2-604c-4c1d-8789-70f88a27cf97.shogun-image {
  box-sizing: border-box;
}



.s-5d8c59e2-604c-4c1d-8789-70f88a27cf97 img.shogun-image {
  
}


}
#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
text-align: center;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}



.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}



.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}



.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}



.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f0f2bd-3322-4685-8685-215c9c0436b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0f2bd-3322-4685-8685-215c9c0436b9.shogun-image {
  box-sizing: border-box;
}



.s-a4f0f2bd-3322-4685-8685-215c9c0436b9 img.shogun-image {
  
}


}
#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
  overflow: visible;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add background color handling */
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}



.s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  
}


@media (min-width: 1200px){#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
  overflow: visible;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add background color handling */
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}



.s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
  overflow: visible;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add background color handling */
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}



.s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
  overflow: visible;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add background color handling */
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}



.s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  
}


}@media (max-width: 767px){#s-4c62b270-1653-443f-9a02-267341b5e8ed {
  margin: 0 !important;
  overflow: visible;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c62b270-1653-443f-9a02-267341b5e8ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add background color handling */
  
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4c62b270-1653-443f-9a02-267341b5e8ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c62b270-1653-443f-9a02-267341b5e8ed.shogun-image {
  box-sizing: border-box;
}



.s-4c62b270-1653-443f-9a02-267341b5e8ed img.shogun-image {
  
}


}
#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}



.s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  
}


@media (min-width: 1200px){#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}



.s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}



.s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}



.s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  
}


}@media (max-width: 767px){#s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f425ba-a883-418f-90dc-2385ceecfc23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-47f425ba-a883-418f-90dc-2385ceecfc23 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f425ba-a883-418f-90dc-2385ceecfc23.shogun-image {
  box-sizing: border-box;
}



.s-47f425ba-a883-418f-90dc-2385ceecfc23 img.shogun-image {
  
}


}
#s-2e9d0533-5400-4167-97ae-27bf8b12a99d {
  margin-left: 0em;
margin-right: 0em;
}

#s-85b40463-c262-41c9-9e34-60213f8ad7a8 {
  margin-left: 0em;
margin-right: 0em;
}

#s-61d50061-2999-4b0a-b314-3f4768238884 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ea62e6f7-67b7-40cc-a136-747f7ea738da {
  margin-left: 0em;
margin-right: 0em;
}

#s-1c7c575d-7e2a-4312-b4d7-cda53e6c0ca5 {
  margin-left: 0em;
margin-right: 0em;
}

#s-20acf547-4c36-4128-9440-05b1678f8c32 {
  margin-left: 0em;
margin-right: 0em;
}

#s-b5b832ee-d640-4f44-af65-288401e1127e {
  margin-left: 0em;
margin-right: 0em;
}

#s-9701a25c-54d3-4706-8260-3199a82e837b {
  margin-left: 0em;
margin-right: 0em;
}

#s-bb22f56d-7301-4f97-bdd8-b26887f815c8 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1.5em;
margin-right: auto;
min-height: 50px;
}








#s-bb22f56d-7301-4f97-bdd8-b26887f815c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb22f56d-7301-4f97-bdd8-b26887f815c8.shg-box.shg-c {
  justify-content: center;
}

#s-a23fae6c-0122-4ee6-8454-9716320ae4f9 {
  margin-left: auto;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev,
#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev svg,
#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a23fae6c-0122-4ee6-8454-9716320ae4f9 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
  overflow: visible;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add background color handling */
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}



.s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  
}


@media (min-width: 1200px){#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
  overflow: visible;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add background color handling */
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}



.s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
  overflow: visible;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add background color handling */
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}



.s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
  overflow: visible;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add background color handling */
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}



.s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  
}


}@media (max-width: 767px){#s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  margin: 0 !important;
  overflow: visible;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38586543-67cb-4fca-98ce-89e62bf96e60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add background color handling */
  
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-38586543-67cb-4fca-98ce-89e62bf96e60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38586543-67cb-4fca-98ce-89e62bf96e60.shogun-image {
  box-sizing: border-box;
}



.s-38586543-67cb-4fca-98ce-89e62bf96e60 img.shogun-image {
  
}


}
#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}



.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}



.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}



.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}



.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0.shogun-image {
  box-sizing: border-box;
}



.s-1d5f0e59-8e41-4f1f-bf57-2b992c376fd0 img.shogun-image {
  
}


}
#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}



.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}



.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}



.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}



.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51cd54ab-5284-4ffc-93d8-37a9199741c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51cd54ab-5284-4ffc-93d8-37a9199741c7.shogun-image {
  box-sizing: border-box;
}



.s-51cd54ab-5284-4ffc-93d8-37a9199741c7 img.shogun-image {
  
}


}
#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
  overflow: visible;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add background color handling */
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}



.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
  overflow: visible;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add background color handling */
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}



.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
  overflow: visible;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add background color handling */
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}



.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
  overflow: visible;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add background color handling */
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}



.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  margin: 0 !important;
  overflow: visible;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add background color handling */
  
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0.shogun-image {
  box-sizing: border-box;
}



.s-999dda50-aa8e-47a8-a7db-910c5f2e2ef0 img.shogun-image {
  
}


}
#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}



.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}



.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}



.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}



.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ee57b76-431b-46f7-b7e1-9b725ba37870 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ee57b76-431b-46f7-b7e1-9b725ba37870.shogun-image {
  box-sizing: border-box;
}



.s-2ee57b76-431b-46f7-b7e1-9b725ba37870 img.shogun-image {
  
}


}
#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
  overflow: visible;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add background color handling */
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}



.s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
  overflow: visible;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add background color handling */
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}



.s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
  overflow: visible;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add background color handling */
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}



.s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
  overflow: visible;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add background color handling */
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}



.s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  margin: 0 !important;
  overflow: visible;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c69c42cf-3e08-4409-808b-e8614c159b43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add background color handling */
  
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c69c42cf-3e08-4409-808b-e8614c159b43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c69c42cf-3e08-4409-808b-e8614c159b43.shogun-image {
  box-sizing: border-box;
}



.s-c69c42cf-3e08-4409-808b-e8614c159b43 img.shogun-image {
  
}


}
#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}



.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}



.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}



.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}



.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5.shogun-image {
  box-sizing: border-box;
}



.s-b2d8bdf8-b3fd-4405-b1b1-6c821939b2c5 img.shogun-image {
  
}


}
#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
text-align: center;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
  overflow: visible;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add background color handling */
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 1.25em;

}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}



.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
  overflow: visible;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add background color handling */
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}



.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
  overflow: visible;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add background color handling */
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}



.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
  overflow: visible;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add background color handling */
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}



.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  margin: 0 !important;
  overflow: visible;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add background color handling */
  
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5.shogun-image {
  box-sizing: border-box;
}



.s-84b34ace-7f8a-4c65-b8a3-eaaefb897ec5 img.shogun-image {
  
}


}
#s-641957ac-3f04-4302-b560-8d4825e3774e {
  margin-left: 0em;
margin-right: 0em;
}

#s-c3a41aab-e2fe-434f-8616-d88207539223 {
  margin-left: 0em;
margin-right: 0em;
}

#s-76f9ec4c-92e5-4c53-9d87-3a077bc381da {
  margin-left: 0em;
margin-right: 0em;
}

#s-952e60f3-7832-483a-8dba-6ab88b5469d2 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ed1cd6ad-7d9e-4d06-ade2-7416afb0b0dc {
  margin-left: 0em;
margin-right: 0em;
}

#s-60457a6f-22b7-40de-95c3-366057c69136 {
  margin-left: 0em;
margin-right: 0em;
}

#s-1ccc411b-12ba-49b4-b07c-2d80e6c314b7 {
  margin-left: 0em;
margin-right: 0em;
}

#s-ce2c48b6-0b55-4781-ada3-8fe2bdb27220 {
  margin-left: 0em;
margin-right: 0em;
}

#s-a7588db7-ff30-4993-b605-d158a438bfe2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: left center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  min-height: 655px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  display: none;
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-content-s-b58d415b-b200-45e2-9d19-deaf303a5917 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  display: none;
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-content-s-b58d415b-b200-45e2-9d19-deaf303a5917 { display: none !important; }}@media (max-width: 767px){#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  display: none;
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-s-b58d415b-b200-45e2-9d19-deaf303a5917, #wrap-content-s-b58d415b-b200-45e2-9d19-deaf303a5917 { display: none !important; }}
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/480x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/960x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/768x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/1536x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/1024x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/2048x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/1200x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b58d415b-b200-45e2-9d19-deaf303a5917 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/2048x/);
}
#s-b58d415b-b200-45e2-9d19-deaf303a5917.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-b58d415b-b200-45e2-9d19-deaf303a5917 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-b58d415b-b200-45e2-9d19-deaf303a5917.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-left: 3em;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-top: 5em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  
}
}@media (max-width: 767px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 {
  margin-left: 1.5em;
}
}
#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0e72fe42-39f1-4a35-8726-fd8e9d1a7950 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}
#s-af44636d-1819-4627-861a-a60779dbe07d {
  margin-left: 3em;
}
@media (min-width: 1200px){#s-af44636d-1819-4627-861a-a60779dbe07d {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-af44636d-1819-4627-861a-a60779dbe07d {
  display: none;
}
#s-af44636d-1819-4627-861a-a60779dbe07d, #wrap-s-af44636d-1819-4627-861a-a60779dbe07d, #wrap-content-s-af44636d-1819-4627-861a-a60779dbe07d { display: none !important; }}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
}
@media (min-width: 1200px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-content-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-content-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  display: none;
}
#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12, #wrap-content-s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 { display: none !important; }}@media (max-width: 767px){#s-a4305918-ff4b-4df7-9cfc-cec79dc30c12 {
  margin-left: 2em;
}
}
#s-35143161-ddfc-49c8-bfc2-5a398c9fdb50 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-35143161-ddfc-49c8-bfc2-5a398c9fdb50 {
  margin-top: 0em;
margin-bottom: 5em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35143161-ddfc-49c8-bfc2-5a398c9fdb50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTU5ZWViNjktMDQxZC00NjRkLWJlMmItMjAyMzU4OTdlZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTllZWI2OS0wNDFkLTQ2NGQtYmUyYi0yMDIzNTg5N2VkNDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzVmN2I1NDMtYmNiNi00MDIxLWFlMGUtMDE2MWEzM2I5NmJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNWY3YjU0My1iY2I2LTQwMjEtYWUwZS0wMTYxYTMzYjk2YmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdhM2RhZGEtNDBjZS00YWFhLTk3OWUtY2VhMzA1M2YyNWM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxN2EzZGFkYS00MGNlLTRhYWEtOTc5ZS1jZWEzMDUzZjI1YzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTI2NjdkYjktOWI5Ni00Y2Q3LTllYjktNjIzNmFhNTM4Yzg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiMWRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTI1Mjk5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjY2N2RiOS05Yjk2LTRjZDctOWViOS02MjM2YWE1MzhjODUpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b1dd"}, {"id"=>2, "pos"=>1, "color"=>"#125299"}];
}
#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:hover {background-color: rgba(18, 82, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294:active {background-color: rgba(5, 58, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ca87412-f093-4a69-82ad-4ca9f2cdc294-root {
    text-align: center;
  }


#s-4ca87412-f093-4a69-82ad-4ca9f2cdc294.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: left center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  min-height: 655px;
display: none;
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8, #wrap-s-99bc055c-b421-45d3-8952-4ab03681aae8, #wrap-content-s-99bc055c-b421-45d3-8952-4ab03681aae8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  display: none;
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8, #wrap-s-99bc055c-b421-45d3-8952-4ab03681aae8, #wrap-content-s-99bc055c-b421-45d3-8952-4ab03681aae8 { display: none !important; }}@media (max-width: 767px){#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  display: none;
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8, #wrap-s-99bc055c-b421-45d3-8952-4ab03681aae8, #wrap-content-s-99bc055c-b421-45d3-8952-4ab03681aae8 { display: none !important; }}
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/480x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/960x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/768x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/1536x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/1024x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/2048x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/1200x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-99bc055c-b421-45d3-8952-4ab03681aae8 {
  background-image: url(https://i.shgcdn.com/b0a2a5dd-9596-4738-b3aa-5b069f0e6fb6/-/resize/2048x/);
}
#s-99bc055c-b421-45d3-8952-4ab03681aae8.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-99bc055c-b421-45d3-8952-4ab03681aae8 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-99bc055c-b421-45d3-8952-4ab03681aae8.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-99bc055c-b421-45d3-8952-4ab03681aae8 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-99bc055c-b421-45d3-8952-4ab03681aae8.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-99bc055c-b421-45d3-8952-4ab03681aae8 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-99bc055c-b421-45d3-8952-4ab03681aae8.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-99bc055c-b421-45d3-8952-4ab03681aae8 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-99bc055c-b421-45d3-8952-4ab03681aae8.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b {
  margin-left: 3em;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b {
  margin-top: 5em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b {
  
}
}@media (max-width: 767px){#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b {
  margin-left: 1.5em;
}
}
#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d04dd197-0f76-4ac3-8e7f-76a46666df9b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}
#s-17177aa7-1cee-4aab-b93f-2e6e34059413 {
  margin-left: 3em;
}
@media (min-width: 1200px){#s-17177aa7-1cee-4aab-b93f-2e6e34059413 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17177aa7-1cee-4aab-b93f-2e6e34059413 {
  margin-right: 12em;
}
}@media (max-width: 767px){#s-17177aa7-1cee-4aab-b93f-2e6e34059413 {
  display: none;
}
#s-17177aa7-1cee-4aab-b93f-2e6e34059413, #wrap-s-17177aa7-1cee-4aab-b93f-2e6e34059413, #wrap-content-s-17177aa7-1cee-4aab-b93f-2e6e34059413 { display: none !important; }}
#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
}
@media (min-width: 1200px){#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 {
  display: none;
}
#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1, #wrap-s-22882916-0ee1-42fa-950e-c1c68e3ccbe1, #wrap-content-s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 {
  display: none;
}
#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1, #wrap-s-22882916-0ee1-42fa-950e-c1c68e3ccbe1, #wrap-content-s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 {
  display: none;
}
#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1, #wrap-s-22882916-0ee1-42fa-950e-c1c68e3ccbe1, #wrap-content-s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 { display: none !important; }}@media (max-width: 767px){#s-22882916-0ee1-42fa-950e-c1c68e3ccbe1 {
  margin-left: 2em;
}
}
#s-b798aa12-3b4a-437a-abff-4057af087902 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b798aa12-3b4a-437a-abff-4057af087902 {
  margin-top: 0em;
margin-bottom: 5em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b798aa12-3b4a-437a-abff-4057af087902"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTU5ZWViNjktMDQxZC00NjRkLWJlMmItMjAyMzU4OTdlZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTllZWI2OS0wNDFkLTQ2NGQtYmUyYi0yMDIzNTg5N2VkNDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzVmN2I1NDMtYmNiNi00MDIxLWFlMGUtMDE2MWEzM2I5NmJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNWY3YjU0My1iY2I2LTQwMjEtYWUwZS0wMTYxYTMzYjk2YmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYzlkODItOTAxNy00MmI5LWFmZTgtMjI0YjllNDA2ZjU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1Y2ZjOWQ4Mi05MDE3LTQyYjktYWZlOC0yMjRiOWU0MDZmNTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzkyNDExYTEtZjc3MS00NGIyLWE3OWUtOTA0Y2NjMTZiNzViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTI0MTFhMS1mNzcxLTQ0YjItYTc5ZS05MDRjY2MxNmI3NWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0-root {
    text-align: center;
  }


#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0-root {
    text-align: center;
  }


#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0-root {
    text-align: center;
  }


#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0-root {
    text-align: center;
  }


#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0-root {
    text-align: center;
  }


#s-9d0fc8df-b38d-4f80-8c50-8b0bb8b39aa0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1.5em;
margin-left: 1.5em;
margin-right: 1.5em;
padding-top: 50px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.5em;
min-height: 650px;
background-position: -12em 0em;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 {
  min-height: 655px;
display: none;
}
#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51, #wrap-s-2ed390a6-5693-4a9d-b5b9-bcc566790e51, #wrap-content-s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 {
  display: none;
}
#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51, #wrap-s-2ed390a6-5693-4a9d-b5b9-bcc566790e51, #wrap-content-s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 {
  
}
}@media (max-width: 767px){#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 {
  display: none;
}
#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51, #wrap-s-2ed390a6-5693-4a9d-b5b9-bcc566790e51, #wrap-content-s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 { display: none !important; }}







#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.3;
  display: block;
}#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.2;
  display: block;
}#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51 > .shg-box-overlay {
  background-color: rgba(52, 58, 64, 1);
  opacity: 0.1;
  display: block;
}#s-2ed390a6-5693-4a9d-b5b9-bcc566790e51.shg-box.shg-c {
  justify-content: flex-end;
}
}
#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f {
  margin-left: 3em;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f {
  margin-top: 5em;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f {
  margin-top: 10em;
}
}@media (max-width: 767px){#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f {
  margin-left: 1.5em;
}
}
#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c039539-a07b-4e67-b4b9-b0ece96cb35f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  
}


}
#s-b9331b8c-aa6c-4398-956c-688db853576f {
  margin-left: 3em;
}
@media (min-width: 1200px){#s-b9331b8c-aa6c-4398-956c-688db853576f {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9331b8c-aa6c-4398-956c-688db853576f {
  margin-right: 12em;
}
}@media (max-width: 767px){#s-b9331b8c-aa6c-4398-956c-688db853576f {
  display: none;
}
#s-b9331b8c-aa6c-4398-956c-688db853576f, #wrap-s-b9331b8c-aa6c-4398-956c-688db853576f, #wrap-content-s-b9331b8c-aa6c-4398-956c-688db853576f { display: none !important; }}
#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 {
  margin-left: 1.5em;
margin-bottom: 8em;
margin-right: 4em;
}
@media (min-width: 1200px){#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 {
  display: none;
}
#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0, #wrap-s-7e335bcf-6d8b-468c-bf34-a456a27d6de0, #wrap-content-s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 {
  display: none;
}
#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0, #wrap-s-7e335bcf-6d8b-468c-bf34-a456a27d6de0, #wrap-content-s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 {
  display: none;
}
#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0, #wrap-s-7e335bcf-6d8b-468c-bf34-a456a27d6de0, #wrap-content-s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 { display: none !important; }}@media (max-width: 767px){#s-7e335bcf-6d8b-468c-bf34-a456a27d6de0 {
  margin-left: 2em;
}
}
#s-8e28e427-4889-4d52-8496-21829225212e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8e28e427-4889-4d52-8496-21829225212e {
  margin-top: 0em;
margin-bottom: 5em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e28e427-4889-4d52-8496-21829225212e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTU5ZWViNjktMDQxZC00NjRkLWJlMmItMjAyMzU4OTdlZDQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWMwZjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzAwYjBkO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTllZWI2OS0wNDFkLTQ2NGQtYmUyYi0yMDIzNTg5N2VkNDEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 15px;
margin-left: 1.5em;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ac0f12"}, {"id"=>2, "pos"=>1, "color"=>"#700b0d"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
}
#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:hover {background-color: rgba(138, 10, 13, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:active {background-color: rgba(112, 11, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzVmN2I1NDMtYmNiNi00MDIxLWFlMGUtMDE2MWEzM2I5NmJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNWY3YjU0My1iY2I2LTQwMjEtYWUwZS0wMTYxYTMzYjk2YmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNmYzlkODItOTAxNy00MmI5LWFmZTgtMjI0YjllNDA2ZjU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1Y2ZjOWQ4Mi05MDE3LTQyYjktYWZlOC0yMjRiOWU0MDZmNTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzkyNDExYTEtZjc3MS00NGIyLWE3OWUtOTA0Y2NjMTZiNzViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjg3OTMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTU0ODQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzOTI0MTFhMS1mNzcxLTQ0YjItYTc5ZS05MDRjY2MxNmI3NWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b87931"}, {"id"=>2, "pos"=>1, "color"=>"#a54840"}];
}
#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:hover {background-color: rgba(165, 72, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7:active {background-color: rgba(184, 121, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7-root {
    text-align: center;
  }


#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7-root {
    text-align: center;
  }


#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7-root {
    text-align: center;
  }


#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7-root {
    text-align: center;
  }


#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7-root {
    text-align: center;
  }


#s-1217864e-ebb3-4e18-a3d6-6ab213fefcb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Bebas Neue;
  display:  block ;
}
}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}