.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-244ca27f-5cc0-44e0-9d14-1681814d030c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-244ca27f-5cc0-44e0-9d14-1681814d030c {
  display: none;
}
#s-244ca27f-5cc0-44e0-9d14-1681814d030c, #wrap-s-244ca27f-5cc0-44e0-9d14-1681814d030c { display:none !important; }}@media (max-width: 767px){#s-244ca27f-5cc0-44e0-9d14-1681814d030c {
  display: none;
}
#s-244ca27f-5cc0-44e0-9d14-1681814d030c, #wrap-s-244ca27f-5cc0-44e0-9d14-1681814d030c { display:none !important; }}
#s-244ca27f-5cc0-44e0-9d14-1681814d030c {
  background-image: url(https://i.shgcdn.com/d025d3c6-a045-4617-a852-ac250faa8a34/);
}








#s-244ca27f-5cc0-44e0-9d14-1681814d030c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-244ca27f-5cc0-44e0-9d14-1681814d030c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c {
  max-width: 40%;
text-align: center;
}







  img.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
    
    
  }


.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
    
    
  }


.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
    
    
  }


.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
    
    
  }


.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
    
    
  }


.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c .shogun-image-content {
  
    align-items: center;
  
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c59a1432-cb14-4789-b5a4-9a6dbb305b2c.shogun-image {
  box-sizing: border-box;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-181b8f86-61b3-49e4-8ac3-f44176068426 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-181b8f86-61b3-49e4-8ac3-f44176068426:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-181b8f86-61b3-49e4-8ac3-f44176068426:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-181b8f86-61b3-49e4-8ac3-f44176068426-root {
    text-align: center;
  }


#s-181b8f86-61b3-49e4-8ac3-f44176068426.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-181b8f86-61b3-49e4-8ac3-f44176068426-root {
    text-align: center;
  }


#s-181b8f86-61b3-49e4-8ac3-f44176068426.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-181b8f86-61b3-49e4-8ac3-f44176068426-root {
    text-align: center;
  }


#s-181b8f86-61b3-49e4-8ac3-f44176068426.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-181b8f86-61b3-49e4-8ac3-f44176068426-root {
    text-align: center;
  }


#s-181b8f86-61b3-49e4-8ac3-f44176068426.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-181b8f86-61b3-49e4-8ac3-f44176068426-root {
    text-align: center;
  }


#s-181b8f86-61b3-49e4-8ac3-f44176068426.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  display: none;
}
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3, #wrap-s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  display: none;
}
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3, #wrap-s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  
}
}@media (max-width: 767px){#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  
}
}
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 {
  background-image: url(https://i.shgcdn.com/a2cda45d-196d-444c-80a2-e1adc4ba86f4/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48ba94de-80dc-4f57-9110-5adfff7cc9d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-674a1768-bde3-4903-8efd-df1603aa0c5d {
  max-width: 75%;
text-align: center;
}







  img.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
    
    
  }


.s-674a1768-bde3-4903-8efd-df1603aa0c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
    
    
  }


.s-674a1768-bde3-4903-8efd-df1603aa0c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
  box-sizing: border-box;
}

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





  img.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
    
    
  }


.s-674a1768-bde3-4903-8efd-df1603aa0c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
  box-sizing: border-box;
}

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





  img.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
    
    
  }


.s-674a1768-bde3-4903-8efd-df1603aa0c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
  box-sizing: border-box;
}

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





  img.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
    
    
  }


.s-674a1768-bde3-4903-8efd-df1603aa0c5d .shogun-image-content {
  
    align-items: center;
  
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-674a1768-bde3-4903-8efd-df1603aa0c5d.shogun-image {
  box-sizing: border-box;
}

}
#s-9d51c08b-f3df-4b8d-80ff-e550858465b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d51c08b-f3df-4b8d-80ff-e550858465b0:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d51c08b-f3df-4b8d-80ff-e550858465b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d51c08b-f3df-4b8d-80ff-e550858465b0-root {
    text-align: center;
  }


#s-9d51c08b-f3df-4b8d-80ff-e550858465b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d51c08b-f3df-4b8d-80ff-e550858465b0-root {
    text-align: center;
  }


#s-9d51c08b-f3df-4b8d-80ff-e550858465b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d51c08b-f3df-4b8d-80ff-e550858465b0-root {
    text-align: center;
  }


#s-9d51c08b-f3df-4b8d-80ff-e550858465b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d51c08b-f3df-4b8d-80ff-e550858465b0-root {
    text-align: center;
  }


#s-9d51c08b-f3df-4b8d-80ff-e550858465b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d51c08b-f3df-4b8d-80ff-e550858465b0-root {
    text-align: center;
  }


#s-9d51c08b-f3df-4b8d-80ff-e550858465b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 {
  padding-top: 0%;
padding-bottom: 2%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 {
  display: none;
}
#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251, #wrap-s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 { display:none !important; }}@media (max-width: 767px){#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 {
  display: none;
}
#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251, #wrap-s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 { display:none !important; }}

  #s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(214, 214, 214, 1);
    border: 1px solid #DDDDDD;
  }
  #s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-cfbe3d30-d3b7-4860-bacd-9a7f757b1251 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

#s-3001cded-ce60-49d6-87b0-a14f623b5769 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-3001cded-ce60-49d6-87b0-a14f623b5769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3001cded-ce60-49d6-87b0-a14f623b5769"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3001cded-ce60-49d6-87b0-a14f623b5769"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3001cded-ce60-49d6-87b0-a14f623b5769"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99bb5895-61b5-4829-b54d-a02e4ecf4171"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3d450a42-8936-4a55-9888-c3b9fe11602e {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image,
  #s-3d450a42-8936-4a55-9888-c3b9fe11602e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e {
    width: 100%;
    height: auto;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
    
    
  }


.s-3d450a42-8936-4a55-9888-c3b9fe11602e .shogun-image-content {
  
    align-items: center;
  
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image,
  #s-3d450a42-8936-4a55-9888-c3b9fe11602e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e {
    width: 100%;
    height: auto;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
    
    
  }


.s-3d450a42-8936-4a55-9888-c3b9fe11602e .shogun-image-content {
  
    align-items: center;
  
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
  box-sizing: border-box;
}

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



  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image,
  #s-3d450a42-8936-4a55-9888-c3b9fe11602e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e {
    width: 100%;
    height: auto;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
    
    
  }


.s-3d450a42-8936-4a55-9888-c3b9fe11602e .shogun-image-content {
  
    align-items: center;
  
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
  box-sizing: border-box;
}

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



  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image,
  #s-3d450a42-8936-4a55-9888-c3b9fe11602e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e {
    width: 100%;
    height: auto;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
    
    
  }


.s-3d450a42-8936-4a55-9888-c3b9fe11602e .shogun-image-content {
  
    align-items: center;
  
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
  box-sizing: border-box;
}

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



  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image,
  #s-3d450a42-8936-4a55-9888-c3b9fe11602e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e {
    width: 100%;
    height: auto;
  }

  #s-3d450a42-8936-4a55-9888-c3b9fe11602e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
    
    
  }


.s-3d450a42-8936-4a55-9888-c3b9fe11602e .shogun-image-content {
  
    align-items: center;
  
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d450a42-8936-4a55-9888-c3b9fe11602e.shogun-image {
  box-sizing: border-box;
}

}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

@media (min-width: 0px) {
[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f26930d-585a-4290-9cab-b92fbcc293cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ea5585b7-0471-48d8-9b80-977dd64a3012 {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image,
  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 {
    width: 100%;
    height: auto;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
    
    
  }


.s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image,
  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 {
    width: 100%;
    height: auto;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
    
    
  }


.s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
  box-sizing: border-box;
}

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



  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image,
  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 {
    width: 100%;
    height: auto;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
    
    
  }


.s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
  box-sizing: border-box;
}

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



  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image,
  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 {
    width: 100%;
    height: auto;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
    
    
  }


.s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
  box-sizing: border-box;
}

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



  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image,
  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 {
    width: 100%;
    height: auto;
  }

  #s-ea5585b7-0471-48d8-9b80-977dd64a3012 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
    
    
  }


.s-ea5585b7-0471-48d8-9b80-977dd64a3012 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea5585b7-0471-48d8-9b80-977dd64a3012.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d01bb27a-f302-4ce1-90ef-63e045e32a51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-736243e7-95f2-48c6-aeef-002aa7a638cb {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image,
  #s-736243e7-95f2-48c6-aeef-002aa7a638cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb {
    width: 100%;
    height: auto;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
    
    
  }


.s-736243e7-95f2-48c6-aeef-002aa7a638cb .shogun-image-content {
  
    align-items: center;
  
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image,
  #s-736243e7-95f2-48c6-aeef-002aa7a638cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb {
    width: 100%;
    height: auto;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
    
    
  }


.s-736243e7-95f2-48c6-aeef-002aa7a638cb .shogun-image-content {
  
    align-items: center;
  
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
  box-sizing: border-box;
}

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



  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image,
  #s-736243e7-95f2-48c6-aeef-002aa7a638cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb {
    width: 100%;
    height: auto;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
    
    
  }


.s-736243e7-95f2-48c6-aeef-002aa7a638cb .shogun-image-content {
  
    align-items: center;
  
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
  box-sizing: border-box;
}

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



  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image,
  #s-736243e7-95f2-48c6-aeef-002aa7a638cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb {
    width: 100%;
    height: auto;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
    
    
  }


.s-736243e7-95f2-48c6-aeef-002aa7a638cb .shogun-image-content {
  
    align-items: center;
  
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
  box-sizing: border-box;
}

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



  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image,
  #s-736243e7-95f2-48c6-aeef-002aa7a638cb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb {
    width: 100%;
    height: auto;
  }

  #s-736243e7-95f2-48c6-aeef-002aa7a638cb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
    
    
  }


.s-736243e7-95f2-48c6-aeef-002aa7a638cb .shogun-image-content {
  
    align-items: center;
  
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-736243e7-95f2-48c6-aeef-002aa7a638cb.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2eb1f683-6557-49e4-be6b-f1b0b02e25e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image,
  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 {
    width: 100%;
    height: auto;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
    
    
  }


.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image,
  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 {
    width: 100%;
    height: auto;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
    
    
  }


.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
  box-sizing: border-box;
}

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



  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image,
  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 {
    width: 100%;
    height: auto;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
    
    
  }


.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
  box-sizing: border-box;
}

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



  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image,
  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 {
    width: 100%;
    height: auto;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
    
    
  }


.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
  box-sizing: border-box;
}

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



  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image,
  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 {
    width: 100%;
    height: auto;
  }

  #s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
    
    
  }


.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdf1bdb7-c8a4-4ecd-9307-5dda4cfa8377.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcdadfbc-5f7b-496c-963d-51dec3ecc0b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-69954f76-66d1-4651-9986-0b7aaa15aedc {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image,
  #s-69954f76-66d1-4651-9986-0b7aaa15aedc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc {
    width: 100%;
    height: auto;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
    
    
  }


.s-69954f76-66d1-4651-9986-0b7aaa15aedc .shogun-image-content {
  
    align-items: center;
  
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image,
  #s-69954f76-66d1-4651-9986-0b7aaa15aedc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc {
    width: 100%;
    height: auto;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
    
    
  }


.s-69954f76-66d1-4651-9986-0b7aaa15aedc .shogun-image-content {
  
    align-items: center;
  
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
  box-sizing: border-box;
}

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



  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image,
  #s-69954f76-66d1-4651-9986-0b7aaa15aedc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc {
    width: 100%;
    height: auto;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
    
    
  }


.s-69954f76-66d1-4651-9986-0b7aaa15aedc .shogun-image-content {
  
    align-items: center;
  
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
  box-sizing: border-box;
}

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



  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image,
  #s-69954f76-66d1-4651-9986-0b7aaa15aedc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc {
    width: 100%;
    height: auto;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
    
    
  }


.s-69954f76-66d1-4651-9986-0b7aaa15aedc .shogun-image-content {
  
    align-items: center;
  
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
  box-sizing: border-box;
}

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



  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image,
  #s-69954f76-66d1-4651-9986-0b7aaa15aedc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc {
    width: 100%;
    height: auto;
  }

  #s-69954f76-66d1-4651-9986-0b7aaa15aedc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
    
    
  }


.s-69954f76-66d1-4651-9986-0b7aaa15aedc .shogun-image-content {
  
    align-items: center;
  
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69954f76-66d1-4651-9986-0b7aaa15aedc.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2f3f1fd-e807-4dde-b0cb-7335bef62331"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-db4bbc30-8365-4b06-8f52-4eb99c19592d {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image,
  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d {
    width: 100%;
    height: auto;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
    
    
  }


.s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shogun-image-content {
  
    align-items: center;
  
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image,
  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d {
    width: 100%;
    height: auto;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
    
    
  }


.s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shogun-image-content {
  
    align-items: center;
  
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
  box-sizing: border-box;
}

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



  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image,
  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d {
    width: 100%;
    height: auto;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
    
    
  }


.s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shogun-image-content {
  
    align-items: center;
  
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
  box-sizing: border-box;
}

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



  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image,
  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d {
    width: 100%;
    height: auto;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
    
    
  }


.s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shogun-image-content {
  
    align-items: center;
  
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
  box-sizing: border-box;
}

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



  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image,
  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d {
    width: 100%;
    height: auto;
  }

  #s-db4bbc30-8365-4b06-8f52-4eb99c19592d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
    
    
  }


.s-db4bbc30-8365-4b06-8f52-4eb99c19592d .shogun-image-content {
  
    align-items: center;
  
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db4bbc30-8365-4b06-8f52-4eb99c19592d.shogun-image {
  box-sizing: border-box;
}

}
#s-d6591415-14d4-43ea-a6c9-42e7e2a54308 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5 {
  max-width: 25%;
text-align: center;
}







  img.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
    
    
  }


.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
    
    
  }


.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
  box-sizing: border-box;
}

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





  img.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
    
    
  }


.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
  box-sizing: border-box;
}

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





  img.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
    
    
  }


.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
  box-sizing: border-box;
}

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





  img.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
    
    
  }


.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb688f15-3e3a-4d76-9c9d-e317fc4e73d5.shogun-image {
  box-sizing: border-box;
}

}
#s-dcc9a3e6-a351-4147-af33-e8af381c9b51 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dcc9a3e6-a351-4147-af33-e8af381c9b51:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dcc9a3e6-a351-4147-af33-e8af381c9b51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcc9a3e6-a351-4147-af33-e8af381c9b51-root {
    text-align: center;
  }


#s-dcc9a3e6-a351-4147-af33-e8af381c9b51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcc9a3e6-a351-4147-af33-e8af381c9b51-root {
    text-align: center;
  }


#s-dcc9a3e6-a351-4147-af33-e8af381c9b51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc9a3e6-a351-4147-af33-e8af381c9b51-root {
    text-align: center;
  }


#s-dcc9a3e6-a351-4147-af33-e8af381c9b51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc9a3e6-a351-4147-af33-e8af381c9b51-root {
    text-align: center;
  }


#s-dcc9a3e6-a351-4147-af33-e8af381c9b51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcc9a3e6-a351-4147-af33-e8af381c9b51-root {
    text-align: center;
  }


#s-dcc9a3e6-a351-4147-af33-e8af381c9b51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-22c19148-cf4a-4158-be40-0fcd20efa0a9 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-22c19148-cf4a-4158-be40-0fcd20efa0a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c19148-cf4a-4158-be40-0fcd20efa0a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22c19148-cf4a-4158-be40-0fcd20efa0a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22c19148-cf4a-4158-be40-0fcd20efa0a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7d82d4d0-0310-4198-9cfd-8e5057022c33 {
  padding-left: 8%;
padding-right: 8%;
background-color: rgba(240, 240, 240, 1);
}

#s-c21dac1b-1549-4293-b6d3-0de66d54e937 {
  padding-left: 8%;
padding-right: 8%;
background-color: rgba(240, 240, 240, 1);
}

#s-336103dd-af20-4ac9-8a49-092e76ed9199 {
  padding-left: 8%;
padding-right: 8%;
background-color: rgba(240, 240, 240, 1);
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-4bb836fd-a570-42f2-8970-19ee579427cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bb836fd-a570-42f2-8970-19ee579427cd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a-root {
    text-align: center;
  }


#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a-root {
    text-align: center;
  }


#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a-root {
    text-align: center;
  }


#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a-root {
    text-align: center;
  }


#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a-root {
    text-align: center;
  }


#s-44e45d3c-8941-4d6e-ba5f-6e04bf93198a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-07a4b272-0619-4dbb-9142-c92c68b0678c {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-07a4b272-0619-4dbb-9142-c92c68b0678c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07a4b272-0619-4dbb-9142-c92c68b0678c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07a4b272-0619-4dbb-9142-c92c68b0678c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07a4b272-0619-4dbb-9142-c92c68b0678c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ff11de8c-4528-4f17-afa3-1686447b9f86 {
  max-width: 625px;
text-align: center;
}







  img.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
    
    
  }


.s-ff11de8c-4528-4f17-afa3-1686447b9f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
    
    
  }


.s-ff11de8c-4528-4f17-afa3-1686447b9f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
  box-sizing: border-box;
}

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





  img.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
    
    
  }


.s-ff11de8c-4528-4f17-afa3-1686447b9f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
  box-sizing: border-box;
}

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





  img.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
    
    
  }


.s-ff11de8c-4528-4f17-afa3-1686447b9f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
  box-sizing: border-box;
}

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





  img.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
    
    
  }


.s-ff11de8c-4528-4f17-afa3-1686447b9f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff11de8c-4528-4f17-afa3-1686447b9f86.shogun-image {
  box-sizing: border-box;
}

}
#s-61cecc4b-ad38-4aaf-91c9-950afcc7a415 {
  max-width: 625px;
text-align: center;
}







  img.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
    
    
  }


.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415 .shogun-image-content {
  
    align-items: center;
  
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
    
    
  }


.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415 .shogun-image-content {
  
    align-items: center;
  
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
  box-sizing: border-box;
}

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





  img.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
    
    
  }


.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415 .shogun-image-content {
  
    align-items: center;
  
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
  box-sizing: border-box;
}

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





  img.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
    
    
  }


.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415 .shogun-image-content {
  
    align-items: center;
  
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
  box-sizing: border-box;
}

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





  img.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
    
    
  }


.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415 .shogun-image-content {
  
    align-items: center;
  
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61cecc4b-ad38-4aaf-91c9-950afcc7a415.shogun-image {
  box-sizing: border-box;
}

}
#s-56c14851-9550-4919-a581-32727ab764a1 {
  max-width: 625px;
text-align: center;
}







  img.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
    
    
  }


.s-56c14851-9550-4919-a581-32727ab764a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c14851-9550-4919-a581-32727ab764a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
    
    
  }


.s-56c14851-9550-4919-a581-32727ab764a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c14851-9550-4919-a581-32727ab764a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
  box-sizing: border-box;
}

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





  img.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
    
    
  }


.s-56c14851-9550-4919-a581-32727ab764a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c14851-9550-4919-a581-32727ab764a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
  box-sizing: border-box;
}

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





  img.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
    
    
  }


.s-56c14851-9550-4919-a581-32727ab764a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c14851-9550-4919-a581-32727ab764a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
  box-sizing: border-box;
}

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





  img.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
    
    
  }


.s-56c14851-9550-4919-a581-32727ab764a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-56c14851-9550-4919-a581-32727ab764a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c14851-9550-4919-a581-32727ab764a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c14851-9550-4919-a581-32727ab764a1.shogun-image {
  box-sizing: border-box;
}

}
#s-94157e92-10a6-4903-9a81-ca72d18f82f1 {
  max-width: 625px;
text-align: center;
}







  img.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
    
    
  }


.s-94157e92-10a6-4903-9a81-ca72d18f82f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
    
    
  }


.s-94157e92-10a6-4903-9a81-ca72d18f82f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
  box-sizing: border-box;
}

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





  img.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
    
    
  }


.s-94157e92-10a6-4903-9a81-ca72d18f82f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
  box-sizing: border-box;
}

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





  img.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
    
    
  }


.s-94157e92-10a6-4903-9a81-ca72d18f82f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
  box-sizing: border-box;
}

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





  img.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
    
    
  }


.s-94157e92-10a6-4903-9a81-ca72d18f82f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94157e92-10a6-4903-9a81-ca72d18f82f1.shogun-image {
  box-sizing: border-box;
}

}
#s-c4bde663-c25f-47a8-879b-0fef29795a54 {
  max-width: 625px;
text-align: center;
}







  img.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
    
    
  }


.s-c4bde663-c25f-47a8-879b-0fef29795a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
    
    
  }


.s-c4bde663-c25f-47a8-879b-0fef29795a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
    
    
  }


.s-c4bde663-c25f-47a8-879b-0fef29795a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
    
    
  }


.s-c4bde663-c25f-47a8-879b-0fef29795a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
    
    
  }


.s-c4bde663-c25f-47a8-879b-0fef29795a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4bde663-c25f-47a8-879b-0fef29795a54.shogun-image {
  box-sizing: border-box;
}

}
#s-0deb3e63-9800-4eb7-9f83-c76ef4643fde {
  max-width: 625px;
text-align: center;
}







  img.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
    
    
  }


.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
    
    
  }


.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
  box-sizing: border-box;
}

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





  img.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
    
    
  }


.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
  box-sizing: border-box;
}

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





  img.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
    
    
  }


.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
  box-sizing: border-box;
}

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





  img.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
    
    
  }


.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde .shogun-image-content {
  
    align-items: center;
  
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0deb3e63-9800-4eb7-9f83-c76ef4643fde.shogun-image {
  box-sizing: border-box;
}

}
#s-d66ac2f1-2b23-4dfd-99af-052759beefbd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d66ac2f1-2b23-4dfd-99af-052759beefbd:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d66ac2f1-2b23-4dfd-99af-052759beefbd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d66ac2f1-2b23-4dfd-99af-052759beefbd-root {
    text-align: center;
  }


#s-d66ac2f1-2b23-4dfd-99af-052759beefbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d66ac2f1-2b23-4dfd-99af-052759beefbd-root {
    text-align: center;
  }


#s-d66ac2f1-2b23-4dfd-99af-052759beefbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d66ac2f1-2b23-4dfd-99af-052759beefbd-root {
    text-align: center;
  }


#s-d66ac2f1-2b23-4dfd-99af-052759beefbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d66ac2f1-2b23-4dfd-99af-052759beefbd-root {
    text-align: center;
  }


#s-d66ac2f1-2b23-4dfd-99af-052759beefbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d66ac2f1-2b23-4dfd-99af-052759beefbd-root {
    text-align: center;
  }


#s-d66ac2f1-2b23-4dfd-99af-052759beefbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 {
  margin-left: 5%;
margin-right: 5%;
max-width: 6814px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 {
  display: none;
}
#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47, #wrap-s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 { display:none !important; }}@media (max-width: 767px){#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 {
  display: none;
}
#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47, #wrap-s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 { display:none !important; }}






  img.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
    
    
  }


.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
    
    
  }


.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
  box-sizing: border-box;
}

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





  img.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
    
    
  }


.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
  box-sizing: border-box;
}

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





  img.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
    
    
  }


.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
  box-sizing: border-box;
}

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





  img.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
    
    
  }


.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47 .shogun-image-content {
  
    align-items: center;
  
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-195ebe23-cd7a-4c98-95f3-a57a41b6cc47.shogun-image {
  box-sizing: border-box;
}

}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa {
  display: none;
}
#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa, #wrap-s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa {
  display: none;
}
#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa, #wrap-s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa { display:none !important; }}
#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-76f2380b-65ac-4eb1-9cb7-12abd8f435aa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-0c52d258-54fd-4d6e-8350-e6eb342b06d5 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-0c52d258-54fd-4d6e-8350-e6eb342b06d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c52d258-54fd-4d6e-8350-e6eb342b06d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c52d258-54fd-4d6e-8350-e6eb342b06d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c52d258-54fd-4d6e-8350-e6eb342b06d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0936d51c-1fce-4cbd-81b8-b506bd7c61f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c697bddf-4773-4a97-a3bc-ad07521f4acd {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image,
  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd {
    width: 100%;
    height: auto;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
    
    
  }


.s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shogun-image-content {
  
    align-items: center;
  
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image,
  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd {
    width: 100%;
    height: auto;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
    
    
  }


.s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shogun-image-content {
  
    align-items: center;
  
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
  box-sizing: border-box;
}

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



  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image,
  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd {
    width: 100%;
    height: auto;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
    
    
  }


.s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shogun-image-content {
  
    align-items: center;
  
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
  box-sizing: border-box;
}

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



  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image,
  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd {
    width: 100%;
    height: auto;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
    
    
  }


.s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shogun-image-content {
  
    align-items: center;
  
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
  box-sizing: border-box;
}

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



  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image,
  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd {
    width: 100%;
    height: auto;
  }

  #s-c697bddf-4773-4a97-a3bc-ad07521f4acd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
    
    
  }


.s-c697bddf-4773-4a97-a3bc-ad07521f4acd .shogun-image-content {
  
    align-items: center;
  
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c697bddf-4773-4a97-a3bc-ad07521f4acd.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d60943e3-ffc8-421c-8a04-84aa41fcc5c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-678b4801-e676-4c73-b9fc-f163ac763b70 {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image,
  #s-678b4801-e676-4c73-b9fc-f163ac763b70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 {
    width: 100%;
    height: auto;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
    
    
  }


.s-678b4801-e676-4c73-b9fc-f163ac763b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image,
  #s-678b4801-e676-4c73-b9fc-f163ac763b70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 {
    width: 100%;
    height: auto;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
    
    
  }


.s-678b4801-e676-4c73-b9fc-f163ac763b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
  box-sizing: border-box;
}

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



  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image,
  #s-678b4801-e676-4c73-b9fc-f163ac763b70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 {
    width: 100%;
    height: auto;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
    
    
  }


.s-678b4801-e676-4c73-b9fc-f163ac763b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
  box-sizing: border-box;
}

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



  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image,
  #s-678b4801-e676-4c73-b9fc-f163ac763b70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 {
    width: 100%;
    height: auto;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
    
    
  }


.s-678b4801-e676-4c73-b9fc-f163ac763b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
  box-sizing: border-box;
}

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



  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image,
  #s-678b4801-e676-4c73-b9fc-f163ac763b70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 {
    width: 100%;
    height: auto;
  }

  #s-678b4801-e676-4c73-b9fc-f163ac763b70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
    
    
  }


.s-678b4801-e676-4c73-b9fc-f163ac763b70 .shogun-image-content {
  
    align-items: center;
  
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-678b4801-e676-4c73-b9fc-f163ac763b70.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2a2683d-c510-406d-8148-34be499ef773"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image,
  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 {
    width: 100%;
    height: auto;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
    
    
  }


.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image,
  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 {
    width: 100%;
    height: auto;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
    
    
  }


.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
  box-sizing: border-box;
}

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



  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image,
  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 {
    width: 100%;
    height: auto;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
    
    
  }


.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
  box-sizing: border-box;
}

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



  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image,
  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 {
    width: 100%;
    height: auto;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
    
    
  }


.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
  box-sizing: border-box;
}

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



  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image,
  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 {
    width: 100%;
    height: auto;
  }

  #s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
    
    
  }


.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2 .shogun-image-content {
  
    align-items: center;
  
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43ba62f6-a61a-4ce6-8e72-d2a1e0925de2.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcbf9d9e-7b63-4f69-bc6e-1282ee6c0ddc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6882f4fa-160e-4f85-b050-889769dbf10b {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image,
  #s-6882f4fa-160e-4f85-b050-889769dbf10b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b {
    width: 100%;
    height: auto;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
    
    
  }


.s-6882f4fa-160e-4f85-b050-889769dbf10b .shogun-image-content {
  
    align-items: center;
  
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image,
  #s-6882f4fa-160e-4f85-b050-889769dbf10b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b {
    width: 100%;
    height: auto;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
    
    
  }


.s-6882f4fa-160e-4f85-b050-889769dbf10b .shogun-image-content {
  
    align-items: center;
  
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
  box-sizing: border-box;
}

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



  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image,
  #s-6882f4fa-160e-4f85-b050-889769dbf10b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b {
    width: 100%;
    height: auto;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
    
    
  }


.s-6882f4fa-160e-4f85-b050-889769dbf10b .shogun-image-content {
  
    align-items: center;
  
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
  box-sizing: border-box;
}

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



  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image,
  #s-6882f4fa-160e-4f85-b050-889769dbf10b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b {
    width: 100%;
    height: auto;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
    
    
  }


.s-6882f4fa-160e-4f85-b050-889769dbf10b .shogun-image-content {
  
    align-items: center;
  
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
  box-sizing: border-box;
}

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



  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image,
  #s-6882f4fa-160e-4f85-b050-889769dbf10b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b {
    width: 100%;
    height: auto;
  }

  #s-6882f4fa-160e-4f85-b050-889769dbf10b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
    
    
  }


.s-6882f4fa-160e-4f85-b050-889769dbf10b .shogun-image-content {
  
    align-items: center;
  
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6882f4fa-160e-4f85-b050-889769dbf10b.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-337f5620-01c1-405d-8756-6bd33990e087"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-23962b68-3344-49d1-b103-bfbd3bb42b3d {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image,
  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d {
    width: 100%;
    height: auto;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
    
    
  }


.s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image,
  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d {
    width: 100%;
    height: auto;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
    
    
  }


.s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
  box-sizing: border-box;
}

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



  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image,
  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d {
    width: 100%;
    height: auto;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
    
    
  }


.s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
  box-sizing: border-box;
}

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



  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image,
  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d {
    width: 100%;
    height: auto;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
    
    
  }


.s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
  box-sizing: border-box;
}

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



  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image,
  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d {
    width: 100%;
    height: auto;
  }

  #s-23962b68-3344-49d1-b103-bfbd3bb42b3d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
    
    
  }


.s-23962b68-3344-49d1-b103-bfbd3bb42b3d .shogun-image-content {
  
    align-items: center;
  
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23962b68-3344-49d1-b103-bfbd3bb42b3d.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b37ae3a3-3efa-4a8b-ba36-dd0be24525f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-14f131c9-3851-4253-83e4-0ef9bbef9e4a {
  max-width: 667px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image,
  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a {
    width: 100%;
    height: auto;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
    
    
  }


.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image,
  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a {
    width: 100%;
    height: auto;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
    
    
  }


.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
  box-sizing: border-box;
}

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



  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image,
  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a {
    width: 100%;
    height: auto;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
    
    
  }


.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
  box-sizing: border-box;
}

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



  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image,
  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a {
    width: 100%;
    height: auto;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
    
    
  }


.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
  box-sizing: border-box;
}

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



  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image,
  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a {
    width: 100%;
    height: auto;
  }

  #s-14f131c9-3851-4253-83e4-0ef9bbef9e4a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
    
    
  }


.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a .shogun-image-content {
  
    align-items: center;
  
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14f131c9-3851-4253-83e4-0ef9bbef9e4a.shogun-image {
  box-sizing: border-box;
}

}
#s-ccaf4532-58f1-434c-a39b-f4fb7942d5cb {
  margin-left: 5%;
margin-right: 5%;
}

#s-ff7b5930-ca58-4016-8faf-da3f348e53ee {
  max-width: 50%;
text-align: center;
}







  img.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
    
    
  }


.s-ff7b5930-ca58-4016-8faf-da3f348e53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
    
    
  }


.s-ff7b5930-ca58-4016-8faf-da3f348e53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
  box-sizing: border-box;
}

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





  img.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
    
    
  }


.s-ff7b5930-ca58-4016-8faf-da3f348e53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
  box-sizing: border-box;
}

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





  img.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
    
    
  }


.s-ff7b5930-ca58-4016-8faf-da3f348e53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
  box-sizing: border-box;
}

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





  img.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
    
    
  }


.s-ff7b5930-ca58-4016-8faf-da3f348e53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff7b5930-ca58-4016-8faf-da3f348e53ee.shogun-image {
  box-sizing: border-box;
}

}
#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5-root {
    text-align: center;
  }


#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5-root {
    text-align: center;
  }


#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5-root {
    text-align: center;
  }


#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5-root {
    text-align: center;
  }


#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5-root {
    text-align: center;
  }


#s-ac7472aa-3ee5-4af7-8097-5f650b9c10b5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-25d4a825-93d7-48f6-a6cc-e7ca2d7e4f45 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 8%;
padding-right: 8%;
background-color: rgba(240, 240, 240, 1);
}

#s-4fe743dc-0809-402d-bc41-3362931da8f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fe743dc-0809-402d-bc41-3362931da8f9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-85d225b5-5e6b-4382-a52d-3db7a2d15914 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 8%;
padding-right: 8%;
background-color: rgba(240, 240, 240, 1);
}

#s-4f674256-eb19-4385-af32-168dd56cf5aa {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4f674256-eb19-4385-af32-168dd56cf5aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-4f674256-eb19-4385-af32-168dd56cf5aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-4f674256-eb19-4385-af32-168dd56cf5aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f674256-eb19-4385-af32-168dd56cf5aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-b050cf4d-96f8-448e-962f-357e7209191b {
  max-width: 625px;
text-align: center;
}







  img.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
    
    
  }


.s-b050cf4d-96f8-448e-962f-357e7209191b .shogun-image-content {
  
    align-items: center;
  
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
    
    
  }


.s-b050cf4d-96f8-448e-962f-357e7209191b .shogun-image-content {
  
    align-items: center;
  
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
    
    
  }


.s-b050cf4d-96f8-448e-962f-357e7209191b .shogun-image-content {
  
    align-items: center;
  
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
    
    
  }


.s-b050cf4d-96f8-448e-962f-357e7209191b .shogun-image-content {
  
    align-items: center;
  
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
    
    
  }


.s-b050cf4d-96f8-448e-962f-357e7209191b .shogun-image-content {
  
    align-items: center;
  
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b050cf4d-96f8-448e-962f-357e7209191b.shogun-image {
  box-sizing: border-box;
}

}
#s-c0d5656e-421b-412a-94b2-7ca1d844083e {
  max-width: 625px;
text-align: center;
}







  img.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
    
    
  }


.s-c0d5656e-421b-412a-94b2-7ca1d844083e .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
    
    
  }


.s-c0d5656e-421b-412a-94b2-7ca1d844083e .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
    
    
  }


.s-c0d5656e-421b-412a-94b2-7ca1d844083e .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
    
    
  }


.s-c0d5656e-421b-412a-94b2-7ca1d844083e .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
    
    
  }


.s-c0d5656e-421b-412a-94b2-7ca1d844083e .shogun-image-content {
  
    align-items: center;
  
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d5656e-421b-412a-94b2-7ca1d844083e.shogun-image {
  box-sizing: border-box;
}

}
#s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef {
  max-width: 625px;
text-align: center;
}







  img.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
    
    
  }


.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
    
    
  }


.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
  box-sizing: border-box;
}

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





  img.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
    
    
  }


.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
  box-sizing: border-box;
}

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





  img.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
    
    
  }


.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
  box-sizing: border-box;
}

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





  img.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
    
    
  }


.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13f0f654-e60d-46b7-8f62-2dbfe262f4ef.shogun-image {
  box-sizing: border-box;
}

}
#s-e0795038-ffa2-4e97-bf36-478db5401f23 {
  max-width: 625px;
text-align: center;
}







  img.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
    
    
  }


.s-e0795038-ffa2-4e97-bf36-478db5401f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
    
    
  }


.s-e0795038-ffa2-4e97-bf36-478db5401f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
    
    
  }


.s-e0795038-ffa2-4e97-bf36-478db5401f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
    
    
  }


.s-e0795038-ffa2-4e97-bf36-478db5401f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
    
    
  }


.s-e0795038-ffa2-4e97-bf36-478db5401f23 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0795038-ffa2-4e97-bf36-478db5401f23.shogun-image {
  box-sizing: border-box;
}

}
#s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9 {
  max-width: 625px;
text-align: center;
}







  img.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
    
    
  }


.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
    
    
  }


.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
    
    
  }


.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
    
    
  }


.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
    
    
  }


.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bdcd9f7-0cb5-4000-b497-ad2a40e6aae9.shogun-image {
  box-sizing: border-box;
}

}
#s-7849c5d3-27dd-405f-8036-39dedf12f548 {
  max-width: 625px;
text-align: center;
}







  img.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
    
    
  }


.s-7849c5d3-27dd-405f-8036-39dedf12f548 .shogun-image-content {
  
    align-items: center;
  
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
    
    
  }


.s-7849c5d3-27dd-405f-8036-39dedf12f548 .shogun-image-content {
  
    align-items: center;
  
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
    
    
  }


.s-7849c5d3-27dd-405f-8036-39dedf12f548 .shogun-image-content {
  
    align-items: center;
  
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
    
    
  }


.s-7849c5d3-27dd-405f-8036-39dedf12f548 .shogun-image-content {
  
    align-items: center;
  
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
    
    
  }


.s-7849c5d3-27dd-405f-8036-39dedf12f548 .shogun-image-content {
  
    align-items: center;
  
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7849c5d3-27dd-405f-8036-39dedf12f548.shogun-image {
  box-sizing: border-box;
}

}
#s-73778282-caca-4e32-abd5-2549eeae7aa3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 8%;
padding-right: 8%;
background-color: rgba(240, 240, 240, 1);
}

#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-574cd854-af1c-4983-9dbd-4eea1f6e38c5-root {
    text-align: center;
  }


#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-574cd854-af1c-4983-9dbd-4eea1f6e38c5-root {
    text-align: center;
  }


#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-574cd854-af1c-4983-9dbd-4eea1f6e38c5-root {
    text-align: center;
  }


#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-574cd854-af1c-4983-9dbd-4eea1f6e38c5-root {
    text-align: center;
  }


#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-574cd854-af1c-4983-9dbd-4eea1f6e38c5-root {
    text-align: center;
  }


#s-574cd854-af1c-4983-9dbd-4eea1f6e38c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(239, 56, 58, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81:hover {background-color: rgba(239, 56, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bad9a58-0f4c-4f26-9876-f754f3b73d81-root {
    text-align: center;
  }


#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bad9a58-0f4c-4f26-9876-f754f3b73d81-root {
    text-align: center;
  }


#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bad9a58-0f4c-4f26-9876-f754f3b73d81-root {
    text-align: center;
  }


#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bad9a58-0f4c-4f26-9876-f754f3b73d81-root {
    text-align: center;
  }


#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bad9a58-0f4c-4f26-9876-f754f3b73d81-root {
    text-align: center;
  }


#s-7bad9a58-0f4c-4f26-9876-f754f3b73d81.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab {
  margin-left: 0%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 4%;
max-width: 6814px;
text-align: center;
}
@media (min-width: 1200px){#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab {
  display: none;
}
#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab, #wrap-s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab {
  display: none;
}
#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab, #wrap-s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab { display:none !important; }}






  img.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
    
    
  }


.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
    
    
  }


.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
  box-sizing: border-box;
}

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





  img.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
    
    
  }


.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
  box-sizing: border-box;
}

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





  img.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
    
    
  }


.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
  box-sizing: border-box;
}

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





  img.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
    
    
  }


.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab .shogun-image-content {
  
    align-items: center;
  
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aa8f568-7d4b-4fe8-a4d9-00691ecbccab.shogun-image {
  box-sizing: border-box;
}

}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#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:#000;background-color:rgba(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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}