.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 22%;
padding-right: 22%;
min-height: 50px;
}
@media (min-width: 1200px){#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 {
  display: none;
}
#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80, #wrap-s-313ddcad-51fa-4a1a-8ff8-a85649abfb80, #wrap-content-s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 { display: none !important; }}@media (max-width: 767px){#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 {
  display: none;
}
#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80, #wrap-s-313ddcad-51fa-4a1a-8ff8-a85649abfb80, #wrap-content-s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 { display: none !important; }}







#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-313ddcad-51fa-4a1a-8ff8-a85649abfb80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b73f3606-e9c1-41c5-b1bb-99527b562c7c {
  min-height: 50px;
}








#s-b73f3606-e9c1-41c5-b1bb-99527b562c7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b73f3606-e9c1-41c5-b1bb-99527b562c7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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-36997350-36dd-40b0-ac7a-65fc97b84f66 {
  max-width: 350px;
text-align: center;
}

#s-36997350-36dd-40b0-ac7a-65fc97b84f66 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-36997350-36dd-40b0-ac7a-65fc97b84f66 img.shogun-image {
    

    
    
    
  }


#s-36997350-36dd-40b0-ac7a-65fc97b84f66 .shogun-image-content {
  
    justify-content: 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 {
  color: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

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

#s-eff802c0-aebc-4c25-af49-f358cc7f2cd6 {
  padding-top: 4%;
}

#s-8cad5825-4c9d-41a8-a50d-8388243df6f9 {
  min-height: 50px;
}








#s-8cad5825-4c9d-41a8-a50d-8388243df6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cad5825-4c9d-41a8-a50d-8388243df6f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73ef6c14-041f-412f-8f4f-835eac6e3391 {
  max-width: 350px;
text-align: center;
}

#s-73ef6c14-041f-412f-8f4f-835eac6e3391 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-73ef6c14-041f-412f-8f4f-835eac6e3391 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b306956-7db5-49bd-b8c4-68e20d14bd6d {
  padding-top: 4%;
}

#s-87dd9aea-105d-453a-90d2-d41ca24057ac {
  min-height: 50px;
}








#s-87dd9aea-105d-453a-90d2-d41ca24057ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87dd9aea-105d-453a-90d2-d41ca24057ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8abfcc4c-59d6-4443-843b-044d37cedcef {
  max-width: 350px;
text-align: center;
}

#s-8abfcc4c-59d6-4443-843b-044d37cedcef {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8abfcc4c-59d6-4443-843b-044d37cedcef img.shogun-image {
    

    
    
    
  }


#s-8abfcc4c-59d6-4443-843b-044d37cedcef .shogun-image-content {
  
    justify-content: center;
  
}

#s-423cf97b-f410-4845-8828-74114ae84d7b {
  padding-top: 4%;
}

#s-1b40a45c-5beb-4bf6-b89c-a7408029a84a {
  min-height: 50px;
}








#s-1b40a45c-5beb-4bf6-b89c-a7408029a84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b40a45c-5beb-4bf6-b89c-a7408029a84a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fb4c356-fda5-4664-9403-d2dd3202f1f3 {
  max-width: 350px;
text-align: center;
}

#s-5fb4c356-fda5-4664-9403-d2dd3202f1f3 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5fb4c356-fda5-4664-9403-d2dd3202f1f3 img.shogun-image {
    

    
    
    
  }


#s-5fb4c356-fda5-4664-9403-d2dd3202f1f3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ce362ab-7380-4d0b-a915-769c9bb53306 {
  padding-top: 4%;
}

#s-c632c988-d094-4adf-bb36-d642361f94e9 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-c632c988-d094-4adf-bb36-d642361f94e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c632c988-d094-4adf-bb36-d642361f94e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c632c988-d094-4adf-bb36-d642361f94e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c632c988-d094-4adf-bb36-d642361f94e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-217cfbba-701e-4787-98f1-33f447b264f5 {
  min-height: 50px;
}








#s-217cfbba-701e-4787-98f1-33f447b264f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-217cfbba-701e-4787-98f1-33f447b264f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3274ba9b-5522-47b8-a65e-e0532f9f7d22 {
  min-height: 50px;
}








#s-3274ba9b-5522-47b8-a65e-e0532f9f7d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3274ba9b-5522-47b8-a65e-e0532f9f7d22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b93b31b6-b4d6-4771-87af-92fd4ed00198 {
  max-width: 350px;
text-align: center;
}

#s-b93b31b6-b4d6-4771-87af-92fd4ed00198 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b93b31b6-b4d6-4771-87af-92fd4ed00198 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3c942c4-e128-42de-9862-8925494880c9 {
  padding-top: 4%;
}

#s-c15904df-d9ad-4a2f-b855-908877ecfe6d {
  min-height: 50px;
}








#s-c15904df-d9ad-4a2f-b855-908877ecfe6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c15904df-d9ad-4a2f-b855-908877ecfe6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e37dc1a4-34ba-4dd0-9280-c8578d5d287c {
  min-height: 50px;
}








#s-e37dc1a4-34ba-4dd0-9280-c8578d5d287c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e37dc1a4-34ba-4dd0-9280-c8578d5d287c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b82c9e7-e0a3-4faa-87a8-ad2e487d3b65 {
  max-width: 350px;
text-align: center;
}

#s-6b82c9e7-e0a3-4faa-87a8-ad2e487d3b65 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6b82c9e7-e0a3-4faa-87a8-ad2e487d3b65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1792552b-a715-4586-9c46-5e0ac9fbb88a {
  padding-top: 4%;
}

#s-8279ced7-c593-458b-8205-fd3bc002a7a7 {
  min-height: 50px;
}








#s-8279ced7-c593-458b-8205-fd3bc002a7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8279ced7-c593-458b-8205-fd3bc002a7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b977c7f8-07fb-4694-b3e4-9465f5e7c8fa {
  min-height: 50px;
}








#s-b977c7f8-07fb-4694-b3e4-9465f5e7c8fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b977c7f8-07fb-4694-b3e4-9465f5e7c8fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-503e2de6-d233-4acb-8c06-31ea9be9bbc8 {
  max-width: 350px;
text-align: center;
}

#s-503e2de6-d233-4acb-8c06-31ea9be9bbc8 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-503e2de6-d233-4acb-8c06-31ea9be9bbc8 img.shogun-image {
    

    
    
    
  }


#s-503e2de6-d233-4acb-8c06-31ea9be9bbc8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6657cb0a-edf3-44fc-8d9e-3867b02a30ea {
  padding-top: 4%;
}

#s-e4eb6f2f-feed-4e1c-a202-dc9791606be3 {
  min-height: 50px;
}








#s-e4eb6f2f-feed-4e1c-a202-dc9791606be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4eb6f2f-feed-4e1c-a202-dc9791606be3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e8b88af-cf84-4b76-87df-a59db1737e3b {
  max-width: 350px;
text-align: center;
}

#s-8e8b88af-cf84-4b76-87df-a59db1737e3b {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8e8b88af-cf84-4b76-87df-a59db1737e3b .shogun-image-content {
  
    justify-content: center;
  
}

#s-7d7bb501-8eaa-4ac4-a1f4-117f91b1935f {
  padding-top: 4%;
}

#s-a7949236-67fa-4627-bcb8-04da9d94bcd2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a7949236-67fa-4627-bcb8-04da9d94bcd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7949236-67fa-4627-bcb8-04da9d94bcd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7949236-67fa-4627-bcb8-04da9d94bcd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7949236-67fa-4627-bcb8-04da9d94bcd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5fddfc77-5c90-4965-aa67-54665098eb99 {
  min-height: 50px;
}








#s-5fddfc77-5c90-4965-aa67-54665098eb99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fddfc77-5c90-4965-aa67-54665098eb99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26dc00b0-c66f-44c7-b2f1-1f622c6208b9 {
  max-width: 350px;
text-align: center;
}

#s-26dc00b0-c66f-44c7-b2f1-1f622c6208b9 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-26dc00b0-c66f-44c7-b2f1-1f622c6208b9 img.shogun-image {
    

    
    
    
  }


#s-26dc00b0-c66f-44c7-b2f1-1f622c6208b9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-873f9fa0-05d1-4fab-ba2e-b4ac474ad1f6 {
  padding-top: 4%;
}

#s-5ebd19a1-7e61-46d9-a886-b0419840dfa5 {
  max-width: 350px;
text-align: center;
}

#s-5ebd19a1-7e61-46d9-a886-b0419840dfa5 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5ebd19a1-7e61-46d9-a886-b0419840dfa5 img.shogun-image {
    

    
    
    
  }


#s-5ebd19a1-7e61-46d9-a886-b0419840dfa5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-64e0c3da-28bc-434b-88e1-ae270c73a949 {
  min-height: 50px;
}








#s-64e0c3da-28bc-434b-88e1-ae270c73a949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64e0c3da-28bc-434b-88e1-ae270c73a949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bb2968f-0467-4b54-a15c-e08e66ff90bb {
  padding-top: 4%;
}

#s-29e3e06b-815d-4ee1-a916-03fa1b76c7aa {
  min-height: 50px;
}








#s-29e3e06b-815d-4ee1-a916-03fa1b76c7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29e3e06b-815d-4ee1-a916-03fa1b76c7aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c1bf9f3-6bb7-46d0-8a7e-f13180b06b99 {
  max-width: 350px;
text-align: center;
}

#s-5c1bf9f3-6bb7-46d0-8a7e-f13180b06b99 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5c1bf9f3-6bb7-46d0-8a7e-f13180b06b99 img.shogun-image {
    

    
    
    
  }


#s-5c1bf9f3-6bb7-46d0-8a7e-f13180b06b99 .shogun-image-content {
  
    justify-content: center;
  
}

#s-487618eb-3e08-4be0-95f6-6a3da1ca2364 {
  padding-top: 4%;
}

#s-d03b96f9-ce3d-4543-b394-fb2120e49555 {
  min-height: 50px;
}








#s-d03b96f9-ce3d-4543-b394-fb2120e49555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d03b96f9-ce3d-4543-b394-fb2120e49555.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76f1b77a-7296-4e87-8c22-a05a2f51c8bf {
  max-width: 350px;
text-align: center;
}

#s-76f1b77a-7296-4e87-8c22-a05a2f51c8bf {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-76f1b77a-7296-4e87-8c22-a05a2f51c8bf img.shogun-image {
    

    
    
    
  }


#s-76f1b77a-7296-4e87-8c22-a05a2f51c8bf .shogun-image-content {
  
    justify-content: center;
  
}

#s-e78ec9ce-4a3c-46e7-b5f9-3c12b4faa429 {
  padding-top: 4%;
}

#s-926ef501-7463-4945-a380-0f163f1fb1b2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-926ef501-7463-4945-a380-0f163f1fb1b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-926ef501-7463-4945-a380-0f163f1fb1b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-926ef501-7463-4945-a380-0f163f1fb1b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-926ef501-7463-4945-a380-0f163f1fb1b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f1f14409-640f-45ef-a620-1a0e63ec789f {
  min-height: 50px;
}








#s-f1f14409-640f-45ef-a620-1a0e63ec789f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1f14409-640f-45ef-a620-1a0e63ec789f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f6ba6ea-57f5-4e43-b4a3-054ae8d54103 {
  max-width: 350px;
text-align: center;
}

#s-7f6ba6ea-57f5-4e43-b4a3-054ae8d54103 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7f6ba6ea-57f5-4e43-b4a3-054ae8d54103 img.shogun-image {
    

    
    
    
  }


#s-7f6ba6ea-57f5-4e43-b4a3-054ae8d54103 .shogun-image-content {
  
    justify-content: center;
  
}

#s-22007c3f-6e36-4b3e-8b64-1eb731d7f345 {
  padding-top: 4%;
}

#s-37222de0-392e-4cb3-af41-2be52b7f4170 {
  min-height: 50px;
}








#s-37222de0-392e-4cb3-af41-2be52b7f4170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37222de0-392e-4cb3-af41-2be52b7f4170.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-354cd16d-228d-4908-bc25-3e33b28f3718 {
  max-width: 350px;
text-align: center;
}

#s-354cd16d-228d-4908-bc25-3e33b28f3718 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-354cd16d-228d-4908-bc25-3e33b28f3718 img.shogun-image {
    

    
    
    
  }


#s-354cd16d-228d-4908-bc25-3e33b28f3718 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7e6d856e-591d-4bcf-ba8e-e423cfd985b3 {
  padding-top: 4%;
}

#s-133100c8-e1e2-4607-bdbb-b8a4a40735e1 {
  min-height: 50px;
}








#s-133100c8-e1e2-4607-bdbb-b8a4a40735e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-133100c8-e1e2-4607-bdbb-b8a4a40735e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05c61fb9-556a-4ca4-ba90-d31d9ba7351b {
  min-height: 50px;
}








#s-05c61fb9-556a-4ca4-ba90-d31d9ba7351b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05c61fb9-556a-4ca4-ba90-d31d9ba7351b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d41079ae-3d41-438d-ad81-a65364dacb64 {
  max-width: 350px;
text-align: center;
}

#s-d41079ae-3d41-438d-ad81-a65364dacb64 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-d41079ae-3d41-438d-ad81-a65364dacb64 img.shogun-image {
    

    
    
    
  }


#s-d41079ae-3d41-438d-ad81-a65364dacb64 .shogun-image-content {
  
    justify-content: center;
  
}

#s-611fb388-7c35-4077-a404-fcca5efcac5f {
  padding-top: 4%;
}

#s-95678fd1-4cd2-48d8-b328-ba5f1122bace {
  min-height: 50px;
}








#s-95678fd1-4cd2-48d8-b328-ba5f1122bace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95678fd1-4cd2-48d8-b328-ba5f1122bace.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3059ac1-1f81-4d33-9663-66397526d19d {
  max-width: 350px;
text-align: center;
}

#s-c3059ac1-1f81-4d33-9663-66397526d19d {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c3059ac1-1f81-4d33-9663-66397526d19d img.shogun-image {
    

    
    
    
  }


#s-c3059ac1-1f81-4d33-9663-66397526d19d .shogun-image-content {
  
    justify-content: center;
  
}

#s-122647ee-3130-4e10-bcca-90a847ee222b {
  padding-top: 4%;
}

#s-4f4811fd-79a9-4d8c-9082-d08385d46bde {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-4f4811fd-79a9-4d8c-9082-d08385d46bde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f4811fd-79a9-4d8c-9082-d08385d46bde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4f4811fd-79a9-4d8c-9082-d08385d46bde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f4811fd-79a9-4d8c-9082-d08385d46bde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4fbe2ced-c598-4895-9728-b2d46002b551 {
  min-height: 50px;
}








#s-4fbe2ced-c598-4895-9728-b2d46002b551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fbe2ced-c598-4895-9728-b2d46002b551.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d0638f3-ca73-43b0-9404-7bd0a9d63d21 {
  max-width: 350px;
text-align: center;
}

#s-3d0638f3-ca73-43b0-9404-7bd0a9d63d21 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3d0638f3-ca73-43b0-9404-7bd0a9d63d21 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d0602206-43af-4cce-a548-48c89b3bacab {
  padding-top: 4%;
}

#s-2b591c6d-80c6-4ecf-859d-9916b3255e19 {
  min-height: 50px;
}








#s-2b591c6d-80c6-4ecf-859d-9916b3255e19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b591c6d-80c6-4ecf-859d-9916b3255e19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86f81251-79a7-4bdb-a052-a117fd65e083 {
  max-width: 350px;
text-align: center;
}

#s-86f81251-79a7-4bdb-a052-a117fd65e083 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-86f81251-79a7-4bdb-a052-a117fd65e083 img.shogun-image {
    

    
    
    
  }


#s-86f81251-79a7-4bdb-a052-a117fd65e083 .shogun-image-content {
  
    justify-content: center;
  
}

#s-46bb4733-d2b6-41e3-b168-947a13d9c900 {
  padding-top: 4%;
}

#s-65f76812-49e3-4f5f-8b24-6376b68d7df2 {
  min-height: 50px;
}








#s-65f76812-49e3-4f5f-8b24-6376b68d7df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65f76812-49e3-4f5f-8b24-6376b68d7df2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b8410b1-9e71-42a9-9106-009485cd7416 {
  max-width: 350px;
text-align: center;
}

#s-6b8410b1-9e71-42a9-9106-009485cd7416 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6b8410b1-9e71-42a9-9106-009485cd7416 img.shogun-image {
    

    
    
    
  }


#s-6b8410b1-9e71-42a9-9106-009485cd7416 .shogun-image-content {
  
    justify-content: center;
  
}

#s-87a4c270-99df-46f0-b609-6e293df699c2 {
  padding-top: 4%;
}

#s-3485e37a-ff5f-4521-907d-6c8ae36453a6 {
  min-height: 50px;
}








#s-3485e37a-ff5f-4521-907d-6c8ae36453a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3485e37a-ff5f-4521-907d-6c8ae36453a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c6b9c5e-cf2e-4fe0-8ea6-a07925dbd852 {
  max-width: 350px;
text-align: center;
}

#s-9c6b9c5e-cf2e-4fe0-8ea6-a07925dbd852 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-9c6b9c5e-cf2e-4fe0-8ea6-a07925dbd852 img.shogun-image {
    

    
    
    
  }


#s-9c6b9c5e-cf2e-4fe0-8ea6-a07925dbd852 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dfa22c41-4b99-44eb-95d0-d1385d144e86 {
  padding-top: 4%;
}

#s-5103aa99-6c77-4fb8-9bbb-85b6a73adcf5 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-5103aa99-6c77-4fb8-9bbb-85b6a73adcf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5103aa99-6c77-4fb8-9bbb-85b6a73adcf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5103aa99-6c77-4fb8-9bbb-85b6a73adcf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5103aa99-6c77-4fb8-9bbb-85b6a73adcf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ce70ad5c-0b9c-471c-bf29-d91d314ecd4c {
  min-height: 50px;
}








#s-ce70ad5c-0b9c-471c-bf29-d91d314ecd4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce70ad5c-0b9c-471c-bf29-d91d314ecd4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-810a973c-3804-4688-bcbd-4616bc9f8145 {
  max-width: 350px;
text-align: center;
}

#s-810a973c-3804-4688-bcbd-4616bc9f8145 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-810a973c-3804-4688-bcbd-4616bc9f8145 img.shogun-image {
    

    
    
    
  }


#s-810a973c-3804-4688-bcbd-4616bc9f8145 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ca0f91a-beef-40f5-ba3b-4c90f4362675 {
  padding-top: 4%;
}

#s-fa4b2c75-d769-488c-a98e-0c8c98353691 {
  min-height: 50px;
}








#s-fa4b2c75-d769-488c-a98e-0c8c98353691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa4b2c75-d769-488c-a98e-0c8c98353691.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea5dd7e9-c24c-4262-97a8-db3d652106ee {
  max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea5dd7e9-c24c-4262-97a8-db3d652106ee {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ea5dd7e9-c24c-4262-97a8-db3d652106ee img.shogun-image,
  #s-ea5dd7e9-c24c-4262-97a8-db3d652106ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea5dd7e9-c24c-4262-97a8-db3d652106ee {
    width: 100%;
    height: auto;
  }



  #s-ea5dd7e9-c24c-4262-97a8-db3d652106ee img.shogun-image {
    

    
    
    
  }


#s-ea5dd7e9-c24c-4262-97a8-db3d652106ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-89b5df16-7187-49ca-9b3d-f9c970efb875 {
  padding-top: 4%;
}

#s-176e5359-dbdb-47cb-9297-810400c3bbdb {
  min-height: 50px;
}








#s-176e5359-dbdb-47cb-9297-810400c3bbdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-176e5359-dbdb-47cb-9297-810400c3bbdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfad35be-4a62-450a-8100-c1690125eead {
  max-width: 350px;
text-align: center;
}

#s-cfad35be-4a62-450a-8100-c1690125eead {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-cfad35be-4a62-450a-8100-c1690125eead img.shogun-image {
    

    
    
    
  }


#s-cfad35be-4a62-450a-8100-c1690125eead .shogun-image-content {
  
    justify-content: center;
  
}

#s-3bbf2f0d-b3a7-471a-a7d2-8443339775be {
  padding-top: 4%;
}

#s-1b780f6f-2a6c-44cb-806f-1ca62cbded78 {
  min-height: 50px;
}








#s-1b780f6f-2a6c-44cb-806f-1ca62cbded78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b780f6f-2a6c-44cb-806f-1ca62cbded78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4651e54f-80c1-41cf-a7c2-d227db3381a6 {
  min-height: 50px;
}








#s-4651e54f-80c1-41cf-a7c2-d227db3381a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4651e54f-80c1-41cf-a7c2-d227db3381a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fab610f-d57e-4e6d-9738-de25b63dd50e {
  max-width: 350px;
text-align: center;
}

#s-8fab610f-d57e-4e6d-9738-de25b63dd50e {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8fab610f-d57e-4e6d-9738-de25b63dd50e img.shogun-image {
    

    
    
    
  }


#s-8fab610f-d57e-4e6d-9738-de25b63dd50e .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ee3af53-ec02-4ef5-adac-48a640bda185 {
  padding-top: 4%;
}

#s-a878b696-a2bb-47be-9c49-020c89b0bee4 {
  min-height: 50px;
}








#s-a878b696-a2bb-47be-9c49-020c89b0bee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a878b696-a2bb-47be-9c49-020c89b0bee4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-483c3a01-07ff-479d-a258-dff6167b0e5f {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-483c3a01-07ff-479d-a258-dff6167b0e5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-483c3a01-07ff-479d-a258-dff6167b0e5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-483c3a01-07ff-479d-a258-dff6167b0e5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-483c3a01-07ff-479d-a258-dff6167b0e5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eeb9ca3b-5d96-4f70-9968-278a45bd07ce {
  min-height: 50px;
}








#s-eeb9ca3b-5d96-4f70-9968-278a45bd07ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeb9ca3b-5d96-4f70-9968-278a45bd07ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040e7a0f-4bd6-478e-9c8f-896f4e01c858 {
  max-width: 350px;
text-align: center;
}

#s-040e7a0f-4bd6-478e-9c8f-896f4e01c858 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-040e7a0f-4bd6-478e-9c8f-896f4e01c858 img.shogun-image {
    

    
    
    
  }


#s-040e7a0f-4bd6-478e-9c8f-896f4e01c858 .shogun-image-content {
  
    justify-content: center;
  
}

#s-517f0d98-0e48-4d53-b0d2-23d7c6912037 {
  padding-top: 4%;
}

#s-0059d2f1-73bc-4ecf-ae6f-bfd05cdaa8ad {
  min-height: 50px;
}








#s-0059d2f1-73bc-4ecf-ae6f-bfd05cdaa8ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0059d2f1-73bc-4ecf-ae6f-bfd05cdaa8ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6ef1b8a-cfbb-430f-a929-776a9e73f5e2 {
  max-width: 350px;
text-align: center;
}

#s-f6ef1b8a-cfbb-430f-a929-776a9e73f5e2 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f6ef1b8a-cfbb-430f-a929-776a9e73f5e2 img.shogun-image {
    

    
    
    
  }


#s-f6ef1b8a-cfbb-430f-a929-776a9e73f5e2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-943b6fcf-11ce-4ddc-bc0f-ae7b3ca5c78e {
  padding-top: 4%;
}

#s-add831a4-389f-4815-a672-fd0bcdbb57f5 {
  min-height: 50px;
}








#s-add831a4-389f-4815-a672-fd0bcdbb57f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-add831a4-389f-4815-a672-fd0bcdbb57f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bffdecd-09d8-46d2-804b-6ee338b29dc0 {
  min-height: 50px;
}








#s-2bffdecd-09d8-46d2-804b-6ee338b29dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bffdecd-09d8-46d2-804b-6ee338b29dc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aeb57f7-6156-411c-bb95-a9c5c174f7be {
  max-width: 350px;
text-align: center;
}

#s-3aeb57f7-6156-411c-bb95-a9c5c174f7be {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-3aeb57f7-6156-411c-bb95-a9c5c174f7be img.shogun-image {
    

    
    
    
  }


#s-3aeb57f7-6156-411c-bb95-a9c5c174f7be .shogun-image-content {
  
    justify-content: center;
  
}

#s-f65aa7e8-e5ee-40dd-842a-76c7133fe6b7 {
  padding-top: 4%;
}

#s-bbccc9c8-0762-4fd4-9fb4-6194143e9824 {
  min-height: 50px;
}








#s-bbccc9c8-0762-4fd4-9fb4-6194143e9824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbccc9c8-0762-4fd4-9fb4-6194143e9824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8514aae5-0fce-4a13-89cc-9f090f93d4c7 {
  min-height: 50px;
}








#s-8514aae5-0fce-4a13-89cc-9f090f93d4c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8514aae5-0fce-4a13-89cc-9f090f93d4c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c82a58d-67dc-43c3-981c-16ef08f1764b {
  max-width: 350px;
text-align: center;
}

#s-6c82a58d-67dc-43c3-981c-16ef08f1764b {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6c82a58d-67dc-43c3-981c-16ef08f1764b img.shogun-image {
    

    
    
    
  }


#s-6c82a58d-67dc-43c3-981c-16ef08f1764b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d49570c3-8b9c-44ec-b672-035cd6eebcca {
  padding-top: 4%;
}

#s-016ab101-5204-4a05-a76d-a4b7f94a2789 {
  min-height: 50px;
}








#s-016ab101-5204-4a05-a76d-a4b7f94a2789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-016ab101-5204-4a05-a76d-a4b7f94a2789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20e65e33-83d2-4469-b7b0-40deccdee8b1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-20e65e33-83d2-4469-b7b0-40deccdee8b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20e65e33-83d2-4469-b7b0-40deccdee8b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-20e65e33-83d2-4469-b7b0-40deccdee8b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-20e65e33-83d2-4469-b7b0-40deccdee8b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a5549c2f-a0bd-4566-bc30-dfe507f803dc {
  min-height: 50px;
}








#s-a5549c2f-a0bd-4566-bc30-dfe507f803dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5549c2f-a0bd-4566-bc30-dfe507f803dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a609fd9-a83e-4024-90b7-98ac3a842cc4 {
  max-width: 350px;
text-align: center;
}

#s-0a609fd9-a83e-4024-90b7-98ac3a842cc4 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0a609fd9-a83e-4024-90b7-98ac3a842cc4 img.shogun-image {
    

    
    
    
  }


#s-0a609fd9-a83e-4024-90b7-98ac3a842cc4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f023f63-2701-4afc-9d30-628d7188d1f4 {
  padding-top: 4%;
}

#s-6fdbc8d3-3e17-4f11-9747-8cd66304680e {
  min-height: 50px;
}








#s-6fdbc8d3-3e17-4f11-9747-8cd66304680e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fdbc8d3-3e17-4f11-9747-8cd66304680e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29df600d-90a5-443a-bd89-4a36be370256 {
  max-width: 350px;
text-align: center;
}

#s-29df600d-90a5-443a-bd89-4a36be370256 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-29df600d-90a5-443a-bd89-4a36be370256 img.shogun-image {
    

    
    
    
  }


#s-29df600d-90a5-443a-bd89-4a36be370256 .shogun-image-content {
  
    justify-content: center;
  
}

#s-465a9362-08d3-424f-b9c4-19d8b820f99d {
  padding-top: 4%;
}

#s-2f8eaf09-419d-4d36-8b29-358e67511acb {
  min-height: 50px;
}








#s-2f8eaf09-419d-4d36-8b29-358e67511acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f8eaf09-419d-4d36-8b29-358e67511acb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95ffff34-7f33-4445-bf07-b8756f87f01d {
  min-height: 50px;
}








#s-95ffff34-7f33-4445-bf07-b8756f87f01d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95ffff34-7f33-4445-bf07-b8756f87f01d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e872352-e535-42b0-a9e5-7617ab7e2864 {
  max-width: 350px;
text-align: center;
}

#s-4e872352-e535-42b0-a9e5-7617ab7e2864 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4e872352-e535-42b0-a9e5-7617ab7e2864 img.shogun-image {
    

    
    
    
  }


#s-4e872352-e535-42b0-a9e5-7617ab7e2864 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1dc2fabf-5895-4259-a371-1213de931f83 {
  padding-top: 4%;
}

#s-d156a6b7-5bfb-40c0-8215-fd470882cead {
  min-height: 50px;
}








#s-d156a6b7-5bfb-40c0-8215-fd470882cead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d156a6b7-5bfb-40c0-8215-fd470882cead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-845b595c-178a-4600-a515-671787a2e2e0 {
  min-height: 50px;
}








#s-845b595c-178a-4600-a515-671787a2e2e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-845b595c-178a-4600-a515-671787a2e2e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64fcdeea-c5fe-4d77-906f-2ab1bc143b33 {
  max-width: 350px;
text-align: center;
}

#s-64fcdeea-c5fe-4d77-906f-2ab1bc143b33 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-64fcdeea-c5fe-4d77-906f-2ab1bc143b33 img.shogun-image {
    

    
    
    
  }


#s-64fcdeea-c5fe-4d77-906f-2ab1bc143b33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b020898-e967-4239-b75d-4a74b8d6cf92 {
  padding-top: 4%;
}

#s-c0a57631-9804-439f-bb02-da282e7cc18d {
  min-height: 50px;
}








#s-c0a57631-9804-439f-bb02-da282e7cc18d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0a57631-9804-439f-bb02-da282e7cc18d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56b2ac3d-8801-4254-9021-c0c410d0405c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-56b2ac3d-8801-4254-9021-c0c410d0405c {
  
}
}
@media (min-width: 0px) {
[id="s-56b2ac3d-8801-4254-9021-c0c410d0405c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56b2ac3d-8801-4254-9021-c0c410d0405c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56b2ac3d-8801-4254-9021-c0c410d0405c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56b2ac3d-8801-4254-9021-c0c410d0405c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8bef03e3-0cb4-4934-b21a-9c701954a689 {
  min-height: 50px;
}








#s-8bef03e3-0cb4-4934-b21a-9c701954a689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bef03e3-0cb4-4934-b21a-9c701954a689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcaf003d-14db-4d22-9fc8-2ad1645fb281 {
  max-width: 350px;
text-align: center;
}

#s-dcaf003d-14db-4d22-9fc8-2ad1645fb281 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-dcaf003d-14db-4d22-9fc8-2ad1645fb281 img.shogun-image {
    

    
    
    
  }


#s-dcaf003d-14db-4d22-9fc8-2ad1645fb281 .shogun-image-content {
  
    justify-content: center;
  
}

#s-29a9f30d-d0e1-48fa-9472-c9ba7a24cc85 {
  padding-top: 4%;
}

#s-2f7c9739-e100-4814-8345-4b9c8d40c4f2 {
  min-height: 50px;
}








#s-2f7c9739-e100-4814-8345-4b9c8d40c4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f7c9739-e100-4814-8345-4b9c8d40c4f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0993004-2d56-42f1-a081-b5b3cae5a265 {
  max-width: 350px;
text-align: center;
}

#s-a0993004-2d56-42f1-a081-b5b3cae5a265 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a0993004-2d56-42f1-a081-b5b3cae5a265 img.shogun-image {
    

    
    
    
  }


#s-a0993004-2d56-42f1-a081-b5b3cae5a265 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ac4edaae-b067-401d-8ec1-0ce443e7e656 {
  padding-top: 4%;
}

#s-84bfd2f9-f53b-4c42-b702-6a1a2d2ee3ee {
  min-height: 50px;
}








#s-84bfd2f9-f53b-4c42-b702-6a1a2d2ee3ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84bfd2f9-f53b-4c42-b702-6a1a2d2ee3ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab2662eb-feee-479e-8aa0-90b5fc93f9f7 {
  max-width: 350px;
text-align: center;
}

#s-ab2662eb-feee-479e-8aa0-90b5fc93f9f7 {
  overflow: hidden;
  
  
      max-width: 350px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-ab2662eb-feee-479e-8aa0-90b5fc93f9f7 img.shogun-image {
    

    
    
    
  }


#s-ab2662eb-feee-479e-8aa0-90b5fc93f9f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-df6b67bd-1d8a-46c3-9579-d535ff5b3473 {
  padding-top: 4%;
}

#s-ba5ca41e-3a96-427f-bf4f-51d38883234a {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-dc677457-8fa9-4413-9bd1-161166feec72 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dc677457-8fa9-4413-9bd1-161166feec72 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-49d9e9fe-5b55-4b6e-b9b9-6f87e7fe2384 {
  padding-top: 4%;
}

#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3 {
  margin-left: 4%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3 {
  display: none;
}
#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3, #wrap-s-294ebfec-5bda-469a-a46b-e4ccacb0fde3, #wrap-content-s-294ebfec-5bda-469a-a46b-e4ccacb0fde3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3 {
  display: none;
}
#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3, #wrap-s-294ebfec-5bda-469a-a46b-e4ccacb0fde3, #wrap-content-s-294ebfec-5bda-469a-a46b-e4ccacb0fde3 { display: none !important; }}







#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-294ebfec-5bda-469a-a46b-e4ccacb0fde3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67e68173-6cda-4a7f-9208-dab1e5a07623 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-67e68173-6cda-4a7f-9208-dab1e5a07623"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67e68173-6cda-4a7f-9208-dab1e5a07623"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67e68173-6cda-4a7f-9208-dab1e5a07623"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67e68173-6cda-4a7f-9208-dab1e5a07623"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-43e32dc9-a310-4685-97ba-10ade0478323 {
  min-height: 50px;
}








#s-43e32dc9-a310-4685-97ba-10ade0478323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43e32dc9-a310-4685-97ba-10ade0478323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-023832a2-96bb-4638-8c52-6fbc2140cc68 {
  text-align: center;
}

#s-023832a2-96bb-4638-8c52-6fbc2140cc68 {
  overflow: hidden;
  
  
}







  #s-023832a2-96bb-4638-8c52-6fbc2140cc68 img.shogun-image {
    

    
    
    
  }


#s-023832a2-96bb-4638-8c52-6fbc2140cc68 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9b0b060-a110-4846-bf21-fed1653ef2df {
  padding-top: 4%;
}

#s-b74d03d7-ce2f-4482-8cac-b04c4ab7998c {
  min-height: 50px;
}








#s-b74d03d7-ce2f-4482-8cac-b04c4ab7998c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b74d03d7-ce2f-4482-8cac-b04c4ab7998c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e758f2-509e-4138-950d-338e37f207c4 {
  text-align: center;
}

#s-a3e758f2-509e-4138-950d-338e37f207c4 {
  overflow: hidden;
  
  
}







  #s-a3e758f2-509e-4138-950d-338e37f207c4 img.shogun-image {
    

    
    
    
  }


#s-a3e758f2-509e-4138-950d-338e37f207c4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bc3e5aa1-ead2-4f98-b5be-3f7e85595742 {
  padding-top: 4%;
}

#s-55f154f4-493d-4938-b782-912d17f39f3e {
  min-height: 50px;
}








#s-55f154f4-493d-4938-b782-912d17f39f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55f154f4-493d-4938-b782-912d17f39f3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-632aa673-db4c-4067-8f21-b38de10de552 {
  text-align: center;
}

#s-632aa673-db4c-4067-8f21-b38de10de552 {
  overflow: hidden;
  
  
}







  #s-632aa673-db4c-4067-8f21-b38de10de552 img.shogun-image {
    

    
    
    
  }


#s-632aa673-db4c-4067-8f21-b38de10de552 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab75a093-118b-46c7-a0af-d7651aebec02 {
  padding-top: 4%;
}

#s-ad91ac90-fe8e-4ce3-856a-8e88488c71d7 {
  min-height: 50px;
}








#s-ad91ac90-fe8e-4ce3-856a-8e88488c71d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad91ac90-fe8e-4ce3-856a-8e88488c71d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19557b3d-24db-49c7-95c0-2e19a9587894 {
  text-align: center;
}

#s-19557b3d-24db-49c7-95c0-2e19a9587894 {
  overflow: hidden;
  
  
}







  #s-19557b3d-24db-49c7-95c0-2e19a9587894 img.shogun-image {
    

    
    
    
  }


#s-19557b3d-24db-49c7-95c0-2e19a9587894 .shogun-image-content {
  
    justify-content: center;
  
}

#s-11b5cf4f-d499-4da9-8922-25b51ef038c4 {
  padding-top: 4%;
}

#s-df446231-b378-4903-bbd5-744a0ce9c822 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-df446231-b378-4903-bbd5-744a0ce9c822"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-df446231-b378-4903-bbd5-744a0ce9c822"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-df446231-b378-4903-bbd5-744a0ce9c822"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-df446231-b378-4903-bbd5-744a0ce9c822"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-48397746-f575-46bb-8f45-7ee8314339fd {
  min-height: 50px;
}








#s-48397746-f575-46bb-8f45-7ee8314339fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48397746-f575-46bb-8f45-7ee8314339fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f53dd9c3-6ae6-4555-8b2a-02a901c45fd3 {
  text-align: center;
}

#s-f53dd9c3-6ae6-4555-8b2a-02a901c45fd3 {
  overflow: hidden;
  
  
}







  #s-f53dd9c3-6ae6-4555-8b2a-02a901c45fd3 img.shogun-image {
    

    
    
    
  }


#s-f53dd9c3-6ae6-4555-8b2a-02a901c45fd3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-139aa6ec-08d3-4f58-9457-e9c88a05d4c5 {
  padding-top: 4%;
}

#s-f54b5f1d-f461-4203-9ab8-b0836c2f4b32 {
  text-align: center;
}

#s-f54b5f1d-f461-4203-9ab8-b0836c2f4b32 {
  overflow: hidden;
  
  
}







  #s-f54b5f1d-f461-4203-9ab8-b0836c2f4b32 img.shogun-image {
    

    
    
    
  }


#s-f54b5f1d-f461-4203-9ab8-b0836c2f4b32 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f5400a29-2be2-49c6-a9a9-34aff920fc52 {
  min-height: 50px;
}








#s-f5400a29-2be2-49c6-a9a9-34aff920fc52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5400a29-2be2-49c6-a9a9-34aff920fc52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-425e4f23-9d96-481e-b8a9-21f0e3485965 {
  padding-top: 4%;
}

#s-114711ee-53bb-4d17-8a90-de050b53b5a6 {
  min-height: 50px;
}








#s-114711ee-53bb-4d17-8a90-de050b53b5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-114711ee-53bb-4d17-8a90-de050b53b5a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-396247e2-d642-465e-ae08-fdcfae3bd93a {
  text-align: center;
}

#s-396247e2-d642-465e-ae08-fdcfae3bd93a {
  overflow: hidden;
  
  
}







  #s-396247e2-d642-465e-ae08-fdcfae3bd93a img.shogun-image {
    

    
    
    
  }


#s-396247e2-d642-465e-ae08-fdcfae3bd93a .shogun-image-content {
  
    justify-content: center;
  
}

#s-aab3b277-be63-4936-b72e-11e1b8b49fef {
  padding-top: 4%;
}

#s-2dffcc9c-21e7-4127-93e8-04eacc3a3a3d {
  min-height: 50px;
}








#s-2dffcc9c-21e7-4127-93e8-04eacc3a3a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dffcc9c-21e7-4127-93e8-04eacc3a3a3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ff0aa02-9f96-4c8f-b927-24a23e021bdb {
  text-align: center;
}

#s-3ff0aa02-9f96-4c8f-b927-24a23e021bdb {
  overflow: hidden;
  
  
}







  #s-3ff0aa02-9f96-4c8f-b927-24a23e021bdb img.shogun-image {
    

    
    
    
  }


#s-3ff0aa02-9f96-4c8f-b927-24a23e021bdb .shogun-image-content {
  
    justify-content: center;
  
}

#s-4341ba51-b697-49f5-8db3-729fe8953caa {
  padding-top: 4%;
}

#s-e3b88409-c349-4a57-baf8-0234eed64e39 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-e3b88409-c349-4a57-baf8-0234eed64e39"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3b88409-c349-4a57-baf8-0234eed64e39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e3b88409-c349-4a57-baf8-0234eed64e39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e3b88409-c349-4a57-baf8-0234eed64e39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e0b70d91-a375-4c12-9aa9-ab0511cafe1f {
  min-height: 50px;
}








#s-e0b70d91-a375-4c12-9aa9-ab0511cafe1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0b70d91-a375-4c12-9aa9-ab0511cafe1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4944e31-fd43-474f-84be-095e97ac4b43 {
  text-align: center;
}

#s-e4944e31-fd43-474f-84be-095e97ac4b43 {
  overflow: hidden;
  
  
}







  #s-e4944e31-fd43-474f-84be-095e97ac4b43 img.shogun-image {
    

    
    
    
  }


#s-e4944e31-fd43-474f-84be-095e97ac4b43 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3133854-bb8a-417a-875b-d56cb9896c7c {
  padding-top: 4%;
}

#s-d23e52f8-3381-4444-9741-48b1c90c1796 {
  min-height: 50px;
}








#s-d23e52f8-3381-4444-9741-48b1c90c1796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d23e52f8-3381-4444-9741-48b1c90c1796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd113c82-6530-4340-ad88-d1dcd214181a {
  text-align: center;
}

#s-bd113c82-6530-4340-ad88-d1dcd214181a {
  overflow: hidden;
  
  
}







  #s-bd113c82-6530-4340-ad88-d1dcd214181a img.shogun-image {
    

    
    
    
  }


#s-bd113c82-6530-4340-ad88-d1dcd214181a .shogun-image-content {
  
    justify-content: center;
  
}

#s-a144a7e4-eb69-49fe-8c4f-930bbebdb355 {
  padding-top: 4%;
}

#s-8534d35a-8dca-4753-bb23-dde1bab131a4 {
  min-height: 50px;
}








#s-8534d35a-8dca-4753-bb23-dde1bab131a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8534d35a-8dca-4753-bb23-dde1bab131a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb4ed98f-0cb7-464e-b0f1-531090369f1a {
  min-height: 50px;
}








#s-eb4ed98f-0cb7-464e-b0f1-531090369f1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb4ed98f-0cb7-464e-b0f1-531090369f1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a240921-c83e-49f1-a806-9878a25f8b6b {
  text-align: center;
}

#s-6a240921-c83e-49f1-a806-9878a25f8b6b {
  overflow: hidden;
  
  
}







  #s-6a240921-c83e-49f1-a806-9878a25f8b6b img.shogun-image {
    

    
    
    
  }


#s-6a240921-c83e-49f1-a806-9878a25f8b6b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d2cb4654-0ed7-44b2-a4eb-9e19aaddd0dc {
  padding-top: 4%;
}

#s-347b0a14-ac20-4b9a-b773-06574e206dfb {
  min-height: 50px;
}








#s-347b0a14-ac20-4b9a-b773-06574e206dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-347b0a14-ac20-4b9a-b773-06574e206dfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa4b82d1-b375-4c32-afa2-9c1e45b16e6a {
  text-align: center;
}

#s-aa4b82d1-b375-4c32-afa2-9c1e45b16e6a {
  overflow: hidden;
  
  
}







  #s-aa4b82d1-b375-4c32-afa2-9c1e45b16e6a img.shogun-image {
    

    
    
    
  }


#s-aa4b82d1-b375-4c32-afa2-9c1e45b16e6a .shogun-image-content {
  
    justify-content: center;
  
}

#s-e576ca17-1eb8-4e3b-bdbc-d786f165e627 {
  padding-top: 4%;
}

#s-f02e4749-78a5-4c2b-918c-74d2d0acc0cb {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-f02e4749-78a5-4c2b-918c-74d2d0acc0cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f02e4749-78a5-4c2b-918c-74d2d0acc0cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f02e4749-78a5-4c2b-918c-74d2d0acc0cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f02e4749-78a5-4c2b-918c-74d2d0acc0cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-53ad6152-9e1c-4806-ad77-bd7ea8a3b321 {
  min-height: 50px;
}








#s-53ad6152-9e1c-4806-ad77-bd7ea8a3b321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53ad6152-9e1c-4806-ad77-bd7ea8a3b321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7d4ffcc-baf8-4efe-9dc8-b1dc3eee0de5 {
  text-align: center;
}

#s-e7d4ffcc-baf8-4efe-9dc8-b1dc3eee0de5 {
  overflow: hidden;
  
  
}







  #s-e7d4ffcc-baf8-4efe-9dc8-b1dc3eee0de5 img.shogun-image {
    

    
    
    
  }


#s-e7d4ffcc-baf8-4efe-9dc8-b1dc3eee0de5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-57729a7c-fb21-4fab-95c7-97af14eac9c4 {
  padding-top: 4%;
}

#s-d0ca3853-7308-4dc5-88b4-8edccf8c1c2e {
  min-height: 50px;
}








#s-d0ca3853-7308-4dc5-88b4-8edccf8c1c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ca3853-7308-4dc5-88b4-8edccf8c1c2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fd17955-4862-4c45-89bb-ea1af0686daa {
  text-align: center;
}

#s-8fd17955-4862-4c45-89bb-ea1af0686daa {
  overflow: hidden;
  
  
}







  #s-8fd17955-4862-4c45-89bb-ea1af0686daa img.shogun-image {
    

    
    
    
  }


#s-8fd17955-4862-4c45-89bb-ea1af0686daa .shogun-image-content {
  
    justify-content: center;
  
}

#s-d442cfbe-c5a3-4adb-9d59-2308bb1e5e2b {
  padding-top: 4%;
}

#s-36bed703-63ca-42f9-bebf-01266e81496b {
  min-height: 50px;
}








#s-36bed703-63ca-42f9-bebf-01266e81496b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36bed703-63ca-42f9-bebf-01266e81496b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b8b0e4c-534b-4753-ab02-9648bb1a473c {
  text-align: center;
}

#s-0b8b0e4c-534b-4753-ab02-9648bb1a473c {
  overflow: hidden;
  
  
}







  #s-0b8b0e4c-534b-4753-ab02-9648bb1a473c img.shogun-image {
    

    
    
    
  }


#s-0b8b0e4c-534b-4753-ab02-9648bb1a473c .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2d0376c-9d79-403d-84c4-cb600b9100ec {
  padding-top: 4%;
}

#s-55c7c265-af0c-4633-8985-ddd7b446f45a {
  min-height: 50px;
}








#s-55c7c265-af0c-4633-8985-ddd7b446f45a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55c7c265-af0c-4633-8985-ddd7b446f45a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0959d46-a98e-498e-bd53-8bcdcb5e1d02 {
  text-align: center;
}

#s-a0959d46-a98e-498e-bd53-8bcdcb5e1d02 {
  overflow: hidden;
  
  
}







  #s-a0959d46-a98e-498e-bd53-8bcdcb5e1d02 img.shogun-image {
    

    
    
    
  }


#s-a0959d46-a98e-498e-bd53-8bcdcb5e1d02 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8391ca2-93ab-4142-a6bd-e7e1cb423753 {
  padding-top: 4%;
}

#s-c0b5618b-0205-467e-ae6f-e1ae97d981d9 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-c0b5618b-0205-467e-ae6f-e1ae97d981d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0b5618b-0205-467e-ae6f-e1ae97d981d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c0b5618b-0205-467e-ae6f-e1ae97d981d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0b5618b-0205-467e-ae6f-e1ae97d981d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fc4c4a01-a66c-43f1-9c8c-7774e4a5391e {
  min-height: 50px;
}








#s-fc4c4a01-a66c-43f1-9c8c-7774e4a5391e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc4c4a01-a66c-43f1-9c8c-7774e4a5391e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ec773e-b64c-4181-be98-62f2f56ab5d6 {
  text-align: center;
}

#s-70ec773e-b64c-4181-be98-62f2f56ab5d6 {
  overflow: hidden;
  
  
}







  #s-70ec773e-b64c-4181-be98-62f2f56ab5d6 img.shogun-image {
    

    
    
    
  }


#s-70ec773e-b64c-4181-be98-62f2f56ab5d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6d4489a7-f335-435a-a737-91e5b08d9a15 {
  padding-top: 4%;
}

#s-3a8dff0a-22ce-4408-9273-d1ef30be92da {
  min-height: 50px;
}








#s-3a8dff0a-22ce-4408-9273-d1ef30be92da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a8dff0a-22ce-4408-9273-d1ef30be92da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 img.shogun-image,
  #s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 {
    width: 100%;
    height: auto;
  }



  #s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 img.shogun-image {
    

    
    
    
  }


#s-1bd05cad-9f4e-44fb-b821-67f2e31af0b6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-38731af4-bacf-4a4b-9cc1-45fcdfc858bf {
  padding-top: 4%;
}

#s-f9e7dc4c-33bd-4f54-bcd9-4ef31317cf49 {
  min-height: 50px;
}








#s-f9e7dc4c-33bd-4f54-bcd9-4ef31317cf49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9e7dc4c-33bd-4f54-bcd9-4ef31317cf49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f426885-b99e-4548-8b3d-afa3f3514b96 {
  text-align: center;
}

#s-8f426885-b99e-4548-8b3d-afa3f3514b96 {
  overflow: hidden;
  
  
}







  #s-8f426885-b99e-4548-8b3d-afa3f3514b96 img.shogun-image {
    

    
    
    
  }


#s-8f426885-b99e-4548-8b3d-afa3f3514b96 .shogun-image-content {
  
    justify-content: center;
  
}

#s-02b53a20-48ad-40df-9d7f-1698131f65a5 {
  padding-top: 4%;
}

#s-2e4cd7cc-0c60-46bc-b006-52f01968badd {
  min-height: 50px;
}








#s-2e4cd7cc-0c60-46bc-b006-52f01968badd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e4cd7cc-0c60-46bc-b006-52f01968badd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-911069bd-ecda-43f4-9f51-9bd2b3e22f49 {
  min-height: 50px;
}








#s-911069bd-ecda-43f4-9f51-9bd2b3e22f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-911069bd-ecda-43f4-9f51-9bd2b3e22f49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b876509d-8c4b-470f-831c-1029ae608ff5 {
  text-align: center;
}

#s-b876509d-8c4b-470f-831c-1029ae608ff5 {
  overflow: hidden;
  
  
}







  #s-b876509d-8c4b-470f-831c-1029ae608ff5 img.shogun-image {
    

    
    
    
  }


#s-b876509d-8c4b-470f-831c-1029ae608ff5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-217a1eb8-474d-4b4d-937b-432332e09451 {
  padding-top: 4%;
}

#s-41410b03-b26d-4b2e-9e9b-c8d7cef32fba {
  min-height: 50px;
}








#s-41410b03-b26d-4b2e-9e9b-c8d7cef32fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41410b03-b26d-4b2e-9e9b-c8d7cef32fba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49a1a728-f8e2-4ad9-90d2-2a07eaa0b724 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-49a1a728-f8e2-4ad9-90d2-2a07eaa0b724"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49a1a728-f8e2-4ad9-90d2-2a07eaa0b724"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-49a1a728-f8e2-4ad9-90d2-2a07eaa0b724"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-49a1a728-f8e2-4ad9-90d2-2a07eaa0b724"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-33dbb962-7aba-481a-91ba-c2ed453cefda {
  min-height: 50px;
}








#s-33dbb962-7aba-481a-91ba-c2ed453cefda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33dbb962-7aba-481a-91ba-c2ed453cefda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3fd9554-fd87-4458-9050-c3c65ab0b4a1 {
  min-height: 50px;
}








#s-d3fd9554-fd87-4458-9050-c3c65ab0b4a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3fd9554-fd87-4458-9050-c3c65ab0b4a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8493db9c-5ca5-4d1d-998b-eab351716f18 {
  text-align: center;
}

#s-8493db9c-5ca5-4d1d-998b-eab351716f18 {
  overflow: hidden;
  
  
}







  #s-8493db9c-5ca5-4d1d-998b-eab351716f18 img.shogun-image {
    

    
    
    
  }


#s-8493db9c-5ca5-4d1d-998b-eab351716f18 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6fd5aa88-60b6-49ab-9f8e-cef715315145 {
  padding-top: 4%;
}

#s-02e91cee-0c9e-4812-8714-5df6fd6bd026 {
  min-height: 50px;
}








#s-02e91cee-0c9e-4812-8714-5df6fd6bd026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02e91cee-0c9e-4812-8714-5df6fd6bd026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8827aa7e-b144-4d6d-96d7-336fa9801d2f {
  min-height: 50px;
}








#s-8827aa7e-b144-4d6d-96d7-336fa9801d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8827aa7e-b144-4d6d-96d7-336fa9801d2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f81ebcf8-0bc7-4604-a351-36eca23a3a2a {
  text-align: center;
}

#s-f81ebcf8-0bc7-4604-a351-36eca23a3a2a {
  overflow: hidden;
  
  
}







  #s-f81ebcf8-0bc7-4604-a351-36eca23a3a2a img.shogun-image {
    

    
    
    
  }


#s-f81ebcf8-0bc7-4604-a351-36eca23a3a2a .shogun-image-content {
  
    justify-content: center;
  
}

#s-e9d1bd6c-704a-4c4c-a3d1-2a4346ebb547 {
  padding-top: 4%;
}

#s-481fc810-ffff-44f0-a2bd-fb8491559287 {
  min-height: 50px;
}








#s-481fc810-ffff-44f0-a2bd-fb8491559287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-481fc810-ffff-44f0-a2bd-fb8491559287.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7af1ce7e-45bd-42ce-9fb6-6291441a99ed {
  min-height: 50px;
}








#s-7af1ce7e-45bd-42ce-9fb6-6291441a99ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7af1ce7e-45bd-42ce-9fb6-6291441a99ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d33b0bfa-1c18-4d61-b493-afcd266d4f4a {
  text-align: center;
}

#s-d33b0bfa-1c18-4d61-b493-afcd266d4f4a {
  overflow: hidden;
  
  
}







  #s-d33b0bfa-1c18-4d61-b493-afcd266d4f4a img.shogun-image {
    

    
    
    
  }


#s-d33b0bfa-1c18-4d61-b493-afcd266d4f4a .shogun-image-content {
  
    justify-content: center;
  
}

#s-c6deecae-d3b8-4907-84ad-88d452d0362c {
  padding-top: 4%;
}

#s-c8a8ba14-897d-4d22-9b1d-d0ef42054393 {
  min-height: 50px;
}








#s-c8a8ba14-897d-4d22-9b1d-d0ef42054393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8a8ba14-897d-4d22-9b1d-d0ef42054393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-898dab5f-ac4d-48c8-a819-c017629a6787 {
  max-width: 1080px;
text-align: center;
}

#s-898dab5f-ac4d-48c8-a819-c017629a6787 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-898dab5f-ac4d-48c8-a819-c017629a6787 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e3bbef1-42d2-463e-979f-d4ad234865cd {
  padding-top: 4%;
}

#s-81dc235a-909c-4e5d-8341-bacd4f56c713 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-81dc235a-909c-4e5d-8341-bacd4f56c713"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-81dc235a-909c-4e5d-8341-bacd4f56c713"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-81dc235a-909c-4e5d-8341-bacd4f56c713"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-81dc235a-909c-4e5d-8341-bacd4f56c713"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2af8c0a7-ce2b-469a-97b6-8517cc1a6e82 {
  min-height: 50px;
}








#s-2af8c0a7-ce2b-469a-97b6-8517cc1a6e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2af8c0a7-ce2b-469a-97b6-8517cc1a6e82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b73714e1-cf8e-4750-be48-840e51c52580 {
  text-align: center;
}

#s-b73714e1-cf8e-4750-be48-840e51c52580 {
  overflow: hidden;
  
  
}







  #s-b73714e1-cf8e-4750-be48-840e51c52580 img.shogun-image {
    

    
    
    
  }


#s-b73714e1-cf8e-4750-be48-840e51c52580 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cd63ea4d-1837-4819-927a-ec74f21df978 {
  padding-top: 4%;
}

#s-112eff6c-d9e6-4cd3-a7bb-73642f33673c {
  min-height: 50px;
}








#s-112eff6c-d9e6-4cd3-a7bb-73642f33673c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-112eff6c-d9e6-4cd3-a7bb-73642f33673c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e4637dd-41c3-4341-960f-2a076c69bbc3 {
  text-align: center;
}

#s-2e4637dd-41c3-4341-960f-2a076c69bbc3 {
  overflow: hidden;
  
  
}







  #s-2e4637dd-41c3-4341-960f-2a076c69bbc3 img.shogun-image {
    

    
    
    
  }


#s-2e4637dd-41c3-4341-960f-2a076c69bbc3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-54a90247-ece3-4b8a-92c2-9724f324e04d {
  padding-top: 4%;
}

#s-3524ff61-e749-447e-b065-1ac989d0ef99 {
  min-height: 50px;
}








#s-3524ff61-e749-447e-b065-1ac989d0ef99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3524ff61-e749-447e-b065-1ac989d0ef99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2cd1a21-8d55-4e37-bb5e-0ded5a213eed {
  min-height: 50px;
}








#s-b2cd1a21-8d55-4e37-bb5e-0ded5a213eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2cd1a21-8d55-4e37-bb5e-0ded5a213eed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91e71c20-f5ee-4ce3-b3b7-53be4934c18e {
  text-align: center;
}

#s-91e71c20-f5ee-4ce3-b3b7-53be4934c18e {
  overflow: hidden;
  
  
}







  #s-91e71c20-f5ee-4ce3-b3b7-53be4934c18e img.shogun-image {
    

    
    
    
  }


#s-91e71c20-f5ee-4ce3-b3b7-53be4934c18e .shogun-image-content {
  
    justify-content: center;
  
}

#s-2447e074-2cb7-4c43-b304-e1ea5f753519 {
  padding-top: 4%;
}

#s-55f81974-42af-4df5-a93c-91855da42870 {
  min-height: 50px;
}








#s-55f81974-42af-4df5-a93c-91855da42870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55f81974-42af-4df5-a93c-91855da42870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92f56d2b-58d1-428b-ba5f-4b1882a2c3fb {
  min-height: 50px;
}








#s-92f56d2b-58d1-428b-ba5f-4b1882a2c3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92f56d2b-58d1-428b-ba5f-4b1882a2c3fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a915b793-2804-459b-b16c-c8a2f9585843 {
  text-align: center;
}

#s-a915b793-2804-459b-b16c-c8a2f9585843 {
  overflow: hidden;
  
  
}







  #s-a915b793-2804-459b-b16c-c8a2f9585843 img.shogun-image {
    

    
    
    
  }


#s-a915b793-2804-459b-b16c-c8a2f9585843 .shogun-image-content {
  
    justify-content: center;
  
}

#s-86075fe3-e61b-4fac-8604-c7d098de3f2b {
  padding-top: 4%;
}

#s-759f3fd4-a336-42ee-89e1-cc6901d7404f {
  min-height: 50px;
}








#s-759f3fd4-a336-42ee-89e1-cc6901d7404f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-759f3fd4-a336-42ee-89e1-cc6901d7404f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7fc5506-80d8-40f8-a59d-9d919c7daf16 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-b7fc5506-80d8-40f8-a59d-9d919c7daf16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b7fc5506-80d8-40f8-a59d-9d919c7daf16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b7fc5506-80d8-40f8-a59d-9d919c7daf16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7fc5506-80d8-40f8-a59d-9d919c7daf16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ba761aef-7d2e-4b91-862f-fee501916c98 {
  min-height: 50px;
}








#s-ba761aef-7d2e-4b91-862f-fee501916c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba761aef-7d2e-4b91-862f-fee501916c98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4776395a-5caa-4434-96f2-62b41427904c {
  text-align: center;
}

#s-4776395a-5caa-4434-96f2-62b41427904c {
  overflow: hidden;
  
  
}







  #s-4776395a-5caa-4434-96f2-62b41427904c img.shogun-image {
    

    
    
    
  }


#s-4776395a-5caa-4434-96f2-62b41427904c .shogun-image-content {
  
    justify-content: center;
  
}

#s-d5ffbb24-f711-4551-b299-c60025fc69c5 {
  padding-top: 4%;
}

#s-ffee07ed-b056-44e7-b4b3-7cdf0447769b {
  min-height: 50px;
}








#s-ffee07ed-b056-44e7-b4b3-7cdf0447769b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffee07ed-b056-44e7-b4b3-7cdf0447769b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d9811a1-5aa9-470e-a24d-5b256b044f73 {
  text-align: center;
}

#s-2d9811a1-5aa9-470e-a24d-5b256b044f73 {
  overflow: hidden;
  
  
}







  #s-2d9811a1-5aa9-470e-a24d-5b256b044f73 img.shogun-image {
    

    
    
    
  }


#s-2d9811a1-5aa9-470e-a24d-5b256b044f73 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc143dd8-9693-44ed-b24a-6e31c8a2f42e {
  padding-top: 4%;
}

#s-f6b9c545-d7c9-42d5-a460-ee58ef3ab325 {
  min-height: 50px;
}








#s-f6b9c545-d7c9-42d5-a460-ee58ef3ab325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6b9c545-d7c9-42d5-a460-ee58ef3ab325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4544ab8e-c727-463e-aae9-d6fd3eab84b6 {
  min-height: 50px;
}








#s-4544ab8e-c727-463e-aae9-d6fd3eab84b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4544ab8e-c727-463e-aae9-d6fd3eab84b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bf0988a-4e9e-4186-b18f-bd62b27388e2 {
  text-align: center;
}

#s-8bf0988a-4e9e-4186-b18f-bd62b27388e2 {
  overflow: hidden;
  
  
}







  #s-8bf0988a-4e9e-4186-b18f-bd62b27388e2 img.shogun-image {
    

    
    
    
  }


#s-8bf0988a-4e9e-4186-b18f-bd62b27388e2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1a31d28d-7287-44c5-aa9d-3f9101591b70 {
  padding-top: 4%;
}

#s-fdd43d3a-4806-4eb8-ba16-0538bb25d517 {
  min-height: 50px;
}








#s-fdd43d3a-4806-4eb8-ba16-0538bb25d517 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdd43d3a-4806-4eb8-ba16-0538bb25d517.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bf54325-2b96-4671-8823-accaf90c5552 {
  min-height: 50px;
}








#s-9bf54325-2b96-4671-8823-accaf90c5552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bf54325-2b96-4671-8823-accaf90c5552.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e58ef30-2dfb-4a0b-9f4b-d70d0f77c2c5 {
  text-align: center;
}

#s-9e58ef30-2dfb-4a0b-9f4b-d70d0f77c2c5 {
  overflow: hidden;
  
  
}







  #s-9e58ef30-2dfb-4a0b-9f4b-d70d0f77c2c5 img.shogun-image {
    

    
    
    
  }


#s-9e58ef30-2dfb-4a0b-9f4b-d70d0f77c2c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5801a3eb-ba59-4f62-a503-02b33876b77e {
  padding-top: 4%;
}

#s-be34f03c-e3be-435b-8508-2ed28c5191c9 {
  min-height: 50px;
}








#s-be34f03c-e3be-435b-8508-2ed28c5191c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be34f03c-e3be-435b-8508-2ed28c5191c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-532232ea-fc30-484e-977f-546f4edadd30 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-532232ea-fc30-484e-977f-546f4edadd30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-532232ea-fc30-484e-977f-546f4edadd30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-532232ea-fc30-484e-977f-546f4edadd30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-532232ea-fc30-484e-977f-546f4edadd30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fda61975-3b31-4c57-97d0-fe9ff00a1dca {
  min-height: 50px;
}








#s-fda61975-3b31-4c57-97d0-fe9ff00a1dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fda61975-3b31-4c57-97d0-fe9ff00a1dca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5bab39f-9b39-4cd2-8dd1-3d2ba15f5f5d {
  text-align: center;
}

#s-d5bab39f-9b39-4cd2-8dd1-3d2ba15f5f5d {
  overflow: hidden;
  
  
}







  #s-d5bab39f-9b39-4cd2-8dd1-3d2ba15f5f5d img.shogun-image {
    

    
    
    
  }


#s-d5bab39f-9b39-4cd2-8dd1-3d2ba15f5f5d .shogun-image-content {
  
    justify-content: center;
  
}

#s-883741fd-5e3b-4844-8c48-5c146c6cc78a {
  padding-top: 4%;
}

#s-28fab315-d74e-48ac-bb8e-35f96a67cbbe {
  text-align: center;
}

#s-28fab315-d74e-48ac-bb8e-35f96a67cbbe {
  overflow: hidden;
  
  
}







  #s-28fab315-d74e-48ac-bb8e-35f96a67cbbe img.shogun-image {
    

    
    
    
  }


#s-28fab315-d74e-48ac-bb8e-35f96a67cbbe .shogun-image-content {
  
    justify-content: center;
  
}

#s-cf3bd89d-abf5-40e8-a10a-90a4be445038 {
  padding-top: 4%;
}

#s-c275a97e-ca9c-475a-ad5c-4aa053eeb28e {
  text-align: center;
}

#s-c275a97e-ca9c-475a-ad5c-4aa053eeb28e {
  overflow: hidden;
  
  
}







  #s-c275a97e-ca9c-475a-ad5c-4aa053eeb28e img.shogun-image {
    

    
    
    
  }


#s-c275a97e-ca9c-475a-ad5c-4aa053eeb28e .shogun-image-content {
  
    justify-content: center;
  
}

#s-a975e5ce-0669-4b3d-b59f-4223823204b9 {
  padding-top: 4%;
}

#s-9a48d170-a880-429f-84d3-d285af0b11dc {
  margin-left: auto;
margin-right: auto;
}

#s-b5dcd253-f449-4c31-974e-417fe6c01325 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 {
  max-width:  100%;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 {
  max-width:  100%;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 {
  max-width:  100%;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 {
  max-width:  100%;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 {
  max-width:  100%;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 .shg-image-zoom,
.shg-c#s-b5dcd253-f449-4c31-974e-417fe6c01325 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cab49dae-74e9-47c4-8200-42c8a85b81a6 {
  padding-top: 4%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
