.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-b478f2e2-f47a-4efc-8602-977219df662b {
  min-height: 50px;
}








#s-b478f2e2-f47a-4efc-8602-977219df662b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b478f2e2-f47a-4efc-8602-977219df662b.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;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-94cbdffb-ab95-4e55-bd05-7f4640a03de8 {
  margin-left: auto;
margin-right: auto;
max-width: 2927px;
text-align: center;
}







  img.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
    
    
  }


.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
    
    
  }


.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
    
    
  }


.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
    
    
  }


.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
    
    
  }


.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8 .shogun-image-content {
  
    align-items: center;
  
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94cbdffb-ab95-4e55-bd05-7f4640a03de8.shogun-image {
  box-sizing: border-box;
}




}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-4d20b407-c374-4e6d-b158-ce8113044c38 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0ca593fd-671a-40e4-9802-caab3134d33e {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-e3b1aa18-1be6-4f33-ad8b-11b524339dca hr {
  border-top: 2px solid #ddd;
}

#s-085fed81-4188-43b6-83d4-fabbb7e3ba49 {
  min-height: 50px;
}








#s-085fed81-4188-43b6-83d4-fabbb7e3ba49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-085fed81-4188-43b6-83d4-fabbb7e3ba49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ae741e69-da87-4690-958f-c18f7856e369 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ae741e69-da87-4690-958f-c18f7856e369:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae741e69-da87-4690-958f-c18f7856e369:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae741e69-da87-4690-958f-c18f7856e369-root {
    text-align: center;
  }


#s-ae741e69-da87-4690-958f-c18f7856e369.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b98e4d46-b20e-4d8b-a3a8-cdb333a0bde1 hr {
  border-top: 2px 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;
}

@media (min-width: 0px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-469de47f-486a-4f2a-a69c-dd6ae98e34b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0684017b-cf63-43c6-9848-da2191be0b6d {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
    
    
  }


.s-0684017b-cf63-43c6-9848-da2191be0b6d .shogun-image-content {
  
    align-items: center;
  
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
    
    
  }


.s-0684017b-cf63-43c6-9848-da2191be0b6d .shogun-image-content {
  
    align-items: center;
  
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
    
    
  }


.s-0684017b-cf63-43c6-9848-da2191be0b6d .shogun-image-content {
  
    align-items: center;
  
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
    
    
  }


.s-0684017b-cf63-43c6-9848-da2191be0b6d .shogun-image-content {
  
    align-items: center;
  
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
    
    
  }


.s-0684017b-cf63-43c6-9848-da2191be0b6d .shogun-image-content {
  
    align-items: center;
  
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0684017b-cf63-43c6-9848-da2191be0b6d.shogun-image {
  box-sizing: border-box;
}




}
#s-4d187eef-cbb0-400a-8492-90773da85c77 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
    
    
  }


.s-4d187eef-cbb0-400a-8492-90773da85c77 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
    
    
  }


.s-4d187eef-cbb0-400a-8492-90773da85c77 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
    
    
  }


.s-4d187eef-cbb0-400a-8492-90773da85c77 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
    
    
  }


.s-4d187eef-cbb0-400a-8492-90773da85c77 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
    
    
  }


.s-4d187eef-cbb0-400a-8492-90773da85c77 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d187eef-cbb0-400a-8492-90773da85c77.shogun-image {
  box-sizing: border-box;
}




}
#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff {
  min-height: 50px;
}








#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d0bb326-5265-448e-bcfd-11a2fd5afe06 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0bb326-5265-448e-bcfd-11a2fd5afe06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-198a4dba-89ae-4f54-ab9d-6d4097efccda {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
    
    
  }


.s-198a4dba-89ae-4f54-ab9d-6d4097efccda .shogun-image-content {
  
    align-items: center;
  
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
    
    
  }


.s-198a4dba-89ae-4f54-ab9d-6d4097efccda .shogun-image-content {
  
    align-items: center;
  
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
  box-sizing: border-box;
}




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





  img.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
    
    
  }


.s-198a4dba-89ae-4f54-ab9d-6d4097efccda .shogun-image-content {
  
    align-items: center;
  
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
  box-sizing: border-box;
}




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





  img.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
    
    
  }


.s-198a4dba-89ae-4f54-ab9d-6d4097efccda .shogun-image-content {
  
    align-items: center;
  
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
  box-sizing: border-box;
}




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





  img.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
    
    
  }


.s-198a4dba-89ae-4f54-ab9d-6d4097efccda .shogun-image-content {
  
    align-items: center;
  
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-198a4dba-89ae-4f54-ab9d-6d4097efccda.shogun-image {
  box-sizing: border-box;
}




}
#s-411df2a4-33b7-45af-8e62-e343df11743e {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
    
    
  }


.s-411df2a4-33b7-45af-8e62-e343df11743e .shogun-image-content {
  
    align-items: center;
  
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
    
    
  }


.s-411df2a4-33b7-45af-8e62-e343df11743e .shogun-image-content {
  
    align-items: center;
  
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
    
    
  }


.s-411df2a4-33b7-45af-8e62-e343df11743e .shogun-image-content {
  
    align-items: center;
  
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
    
    
  }


.s-411df2a4-33b7-45af-8e62-e343df11743e .shogun-image-content {
  
    align-items: center;
  
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
    
    
  }


.s-411df2a4-33b7-45af-8e62-e343df11743e .shogun-image-content {
  
    align-items: center;
  
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-411df2a4-33b7-45af-8e62-e343df11743e.shogun-image {
  box-sizing: border-box;
}




}
#s-e17eb80f-bd45-479e-a6a9-707b8eca1596 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
    
    
  }


.s-e17eb80f-bd45-479e-a6a9-707b8eca1596 .shogun-image-content {
  
    align-items: center;
  
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
    
    
  }


.s-e17eb80f-bd45-479e-a6a9-707b8eca1596 .shogun-image-content {
  
    align-items: center;
  
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
  box-sizing: border-box;
}




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





  img.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
    
    
  }


.s-e17eb80f-bd45-479e-a6a9-707b8eca1596 .shogun-image-content {
  
    align-items: center;
  
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
  box-sizing: border-box;
}




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





  img.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
    
    
  }


.s-e17eb80f-bd45-479e-a6a9-707b8eca1596 .shogun-image-content {
  
    align-items: center;
  
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
  box-sizing: border-box;
}




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





  img.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
    
    
  }


.s-e17eb80f-bd45-479e-a6a9-707b8eca1596 .shogun-image-content {
  
    align-items: center;
  
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e17eb80f-bd45-479e-a6a9-707b8eca1596.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c4cdee9-97ec-4314-bbd3-0d290408c945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63225edf-98c4-4c7a-8611-f75c0216059c {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
    
    
  }


.s-63225edf-98c4-4c7a-8611-f75c0216059c .shogun-image-content {
  
    align-items: center;
  
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
    
    
  }


.s-63225edf-98c4-4c7a-8611-f75c0216059c .shogun-image-content {
  
    align-items: center;
  
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
  box-sizing: border-box;
}




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





  img.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
    
    
  }


.s-63225edf-98c4-4c7a-8611-f75c0216059c .shogun-image-content {
  
    align-items: center;
  
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
  box-sizing: border-box;
}




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





  img.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
    
    
  }


.s-63225edf-98c4-4c7a-8611-f75c0216059c .shogun-image-content {
  
    align-items: center;
  
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
  box-sizing: border-box;
}




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





  img.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
    
    
  }


.s-63225edf-98c4-4c7a-8611-f75c0216059c .shogun-image-content {
  
    align-items: center;
  
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63225edf-98c4-4c7a-8611-f75c0216059c.shogun-image {
  box-sizing: border-box;
}




}
#s-4d96e362-c2ef-4766-8ca6-2d4fc48139f2 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-a2afb0f5-bae1-4fdd-a599-77db88cf0702 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
    
    
  }


.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
    
    
  }


.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
    
    
  }


.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
    
    
  }


.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
    
    
  }


.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2afb0f5-bae1-4fdd-a599-77db88cf0702.shogun-image {
  box-sizing: border-box;
}




}
#s-7df20c76-1be5-48ca-a630-76813cef4272 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f6ef227-28cb-4b35-82d4-e1213e1a03dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
    
    
  }


.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
    
    
  }


.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
    
    
  }


.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
    
    
  }


.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
    
    
  }


.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df570886-8ca4-4f5a-91bb-6f4e50cea5f6.shogun-image {
  box-sizing: border-box;
}




}
#s-8ca6f6e5-2672-4082-8274-f720d8eefb9f {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
    
    
  }


.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
    
    
  }


.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
    
    
  }


.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
    
    
  }


.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
    
    
  }


.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ca6f6e5-2672-4082-8274-f720d8eefb9f.shogun-image {
  box-sizing: border-box;
}




}
#s-4597865c-1e7c-4859-b19b-3864423c2af2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4597865c-1e7c-4859-b19b-3864423c2af2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cc62e4e0-ba3e-4493-91da-2534c054747e {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
    
    
  }


.s-cc62e4e0-ba3e-4493-91da-2534c054747e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
    
    
  }


.s-cc62e4e0-ba3e-4493-91da-2534c054747e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
    
    
  }


.s-cc62e4e0-ba3e-4493-91da-2534c054747e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
    
    
  }


.s-cc62e4e0-ba3e-4493-91da-2534c054747e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
    
    
  }


.s-cc62e4e0-ba3e-4493-91da-2534c054747e .shogun-image-content {
  
    align-items: center;
  
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc62e4e0-ba3e-4493-91da-2534c054747e.shogun-image {
  box-sizing: border-box;
}




}
#s-7b450941-97a9-409b-aedd-4baa2324e2ae {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
    
    
  }


.s-7b450941-97a9-409b-aedd-4baa2324e2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
    
    
  }


.s-7b450941-97a9-409b-aedd-4baa2324e2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
    
    
  }


.s-7b450941-97a9-409b-aedd-4baa2324e2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
    
    
  }


.s-7b450941-97a9-409b-aedd-4baa2324e2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
    
    
  }


.s-7b450941-97a9-409b-aedd-4baa2324e2ae .shogun-image-content {
  
    align-items: center;
  
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b450941-97a9-409b-aedd-4baa2324e2ae.shogun-image {
  box-sizing: border-box;
}




}
#s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
    
    
  }


.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
    
    
  }


.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
    
    
  }


.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
    
    
  }


.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
    
    
  }


.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d5c9395-f4f5-4da1-b9a7-01a5f93d4b34.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39602181-682e-4a0e-82f6-213a34d2b2e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
    
    
  }


.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
    
    
  }


.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
    
    
  }


.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
    
    
  }


.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
    
    
  }


.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddc439c-4a0b-4c36-bacf-af00b7e1f4ca.shogun-image {
  box-sizing: border-box;
}




}
#s-231a0d0c-598a-4c48-a804-4aa389fba01e {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-361c019a-4d92-4ed7-acb3-05d517d9a808 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
    
    
  }


.s-361c019a-4d92-4ed7-acb3-05d517d9a808 .shogun-image-content {
  
    align-items: center;
  
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
    
    
  }


.s-361c019a-4d92-4ed7-acb3-05d517d9a808 .shogun-image-content {
  
    align-items: center;
  
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
  box-sizing: border-box;
}




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





  img.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
    
    
  }


.s-361c019a-4d92-4ed7-acb3-05d517d9a808 .shogun-image-content {
  
    align-items: center;
  
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
  box-sizing: border-box;
}




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





  img.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
    
    
  }


.s-361c019a-4d92-4ed7-acb3-05d517d9a808 .shogun-image-content {
  
    align-items: center;
  
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
  box-sizing: border-box;
}




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





  img.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
    
    
  }


.s-361c019a-4d92-4ed7-acb3-05d517d9a808 .shogun-image-content {
  
    align-items: center;
  
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shg-align-container {
  display: flex;
  justify-content: center
}

.s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-361c019a-4d92-4ed7-acb3-05d517d9a808.shogun-image {
  box-sizing: border-box;
}




}
#s-cb98a391-38bc-42c5-bfb2-736cdbabfb9a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-108ae1c8-6e10-4bc3-9451-7cb7920b871b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a526d4ef-0ebd-44cc-9a56-b6195c39d141 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
    
    
  }


.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141 .shogun-image-content {
  
    align-items: center;
  
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
    
    
  }


.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141 .shogun-image-content {
  
    align-items: center;
  
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
    
    
  }


.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141 .shogun-image-content {
  
    align-items: center;
  
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
    
    
  }


.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141 .shogun-image-content {
  
    align-items: center;
  
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
    
    
  }


.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141 .shogun-image-content {
  
    align-items: center;
  
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a526d4ef-0ebd-44cc-9a56-b6195c39d141.shogun-image {
  box-sizing: border-box;
}




}
#s-27d5d8ab-4979-4e75-9404-7516ac6cbe98 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
    
    
  }


.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98 .shogun-image-content {
  
    align-items: center;
  
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
    
    
  }


.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98 .shogun-image-content {
  
    align-items: center;
  
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
  box-sizing: border-box;
}




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





  img.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
    
    
  }


.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98 .shogun-image-content {
  
    align-items: center;
  
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
  box-sizing: border-box;
}




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





  img.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
    
    
  }


.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98 .shogun-image-content {
  
    align-items: center;
  
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
  box-sizing: border-box;
}




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





  img.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
    
    
  }


.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98 .shogun-image-content {
  
    align-items: center;
  
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d5d8ab-4979-4e75-9404-7516ac6cbe98.shogun-image {
  box-sizing: border-box;
}




}
#s-93c08313-53d7-4843-a077-17f091b0e56c {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93c08313-53d7-4843-a077-17f091b0e56c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-33108c14-8d84-468b-9939-b9355368f780 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
    
    
  }


.s-33108c14-8d84-468b-9939-b9355368f780 .shogun-image-content {
  
    align-items: center;
  
}

.s-33108c14-8d84-468b-9939-b9355368f780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
    
    
  }


.s-33108c14-8d84-468b-9939-b9355368f780 .shogun-image-content {
  
    align-items: center;
  
}

.s-33108c14-8d84-468b-9939-b9355368f780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
  box-sizing: border-box;
}




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





  img.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
    
    
  }


.s-33108c14-8d84-468b-9939-b9355368f780 .shogun-image-content {
  
    align-items: center;
  
}

.s-33108c14-8d84-468b-9939-b9355368f780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
  box-sizing: border-box;
}




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





  img.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
    
    
  }


.s-33108c14-8d84-468b-9939-b9355368f780 .shogun-image-content {
  
    align-items: center;
  
}

.s-33108c14-8d84-468b-9939-b9355368f780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
  box-sizing: border-box;
}




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





  img.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
    
    
  }


.s-33108c14-8d84-468b-9939-b9355368f780 .shogun-image-content {
  
    align-items: center;
  
}

.s-33108c14-8d84-468b-9939-b9355368f780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33108c14-8d84-468b-9939-b9355368f780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33108c14-8d84-468b-9939-b9355368f780.shogun-image {
  box-sizing: border-box;
}




}
#s-c6322c0a-da8f-4dfc-a148-7561a32a2da0 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
    
    
  }


.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
    
    
  }


.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
    
    
  }


.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
    
    
  }


.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
    
    
  }


.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6322c0a-da8f-4dfc-a148-7561a32a2da0.shogun-image {
  box-sizing: border-box;
}




}
#s-73f88f38-3a78-4b11-a773-493900c7c409 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
    
    
  }


.s-73f88f38-3a78-4b11-a773-493900c7c409 .shogun-image-content {
  
    align-items: center;
  
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
    
    
  }


.s-73f88f38-3a78-4b11-a773-493900c7c409 .shogun-image-content {
  
    align-items: center;
  
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
  box-sizing: border-box;
}




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





  img.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
    
    
  }


.s-73f88f38-3a78-4b11-a773-493900c7c409 .shogun-image-content {
  
    align-items: center;
  
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
  box-sizing: border-box;
}




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





  img.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
    
    
  }


.s-73f88f38-3a78-4b11-a773-493900c7c409 .shogun-image-content {
  
    align-items: center;
  
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
  box-sizing: border-box;
}




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





  img.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
    
    
  }


.s-73f88f38-3a78-4b11-a773-493900c7c409 .shogun-image-content {
  
    align-items: center;
  
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f88f38-3a78-4b11-a773-493900c7c409.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-249bedb0-e7ea-4be6-b918-7c93132266d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
    
    
  }


.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa .shogun-image-content {
  
    align-items: center;
  
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
    
    
  }


.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa .shogun-image-content {
  
    align-items: center;
  
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
    
    
  }


.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa .shogun-image-content {
  
    align-items: center;
  
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
    
    
  }


.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa .shogun-image-content {
  
    align-items: center;
  
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
    
    
  }


.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa .shogun-image-content {
  
    align-items: center;
  
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e428c7c-39b6-47bf-96e3-f5aaaceaddaa.shogun-image {
  box-sizing: border-box;
}




}
#s-ae1477f7-4fb7-4a36-afb6-8a430de4547e {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
    
    
  }


.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf .shogun-image-content {
  
    align-items: center;
  
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
    
    
  }


.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf .shogun-image-content {
  
    align-items: center;
  
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
    
    
  }


.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf .shogun-image-content {
  
    align-items: center;
  
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
    
    
  }


.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf .shogun-image-content {
  
    align-items: center;
  
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
    
    
  }


.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf .shogun-image-content {
  
    align-items: center;
  
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b48a36d-9a29-4a2a-8e93-a17c65b22caf.shogun-image {
  box-sizing: border-box;
}




}
#s-aa051cd1-32c8-4a04-9a04-fed69e43a077 hr {
  border-top: 2px solid #ddd;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }

    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-link {
      aspect-ratio: 36/16;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
    width: 100%;
    height: auto;
  }

  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
    
    
  }


.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
      --shg-aspect-ratio: calc(36/16); 
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container {
      position: relative;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b26aae64-0caa-4663-9040-c103d407828b {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
    
    
  }


.s-b26aae64-0caa-4663-9040-c103d407828b .shogun-image-content {
  
    align-items: center;
  
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
    
    
  }


.s-b26aae64-0caa-4663-9040-c103d407828b .shogun-image-content {
  
    align-items: center;
  
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
    
    
  }


.s-b26aae64-0caa-4663-9040-c103d407828b .shogun-image-content {
  
    align-items: center;
  
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
    
    
  }


.s-b26aae64-0caa-4663-9040-c103d407828b .shogun-image-content {
  
    align-items: center;
  
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
    
    
  }


.s-b26aae64-0caa-4663-9040-c103d407828b .shogun-image-content {
  
    align-items: center;
  
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26aae64-0caa-4663-9040-c103d407828b.shogun-image {
  box-sizing: border-box;
}




}
#s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
    
    
  }


.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f .shogun-image-content {
  
    align-items: center;
  
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
    
    
  }


.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f .shogun-image-content {
  
    align-items: center;
  
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
    
    
  }


.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f .shogun-image-content {
  
    align-items: center;
  
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
    
    
  }


.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f .shogun-image-content {
  
    align-items: center;
  
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
    
    
  }


.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f .shogun-image-content {
  
    align-items: center;
  
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db4d219-cdd2-4cb6-aa43-e9697ccdab7f.shogun-image {
  box-sizing: border-box;
}




}
#s-493ca792-872f-47da-aeb4-9f32ba67dcc0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-493ca792-872f-47da-aeb4-9f32ba67dcc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d8132d0-83e4-4f11-8167-c6dc60064936 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
    
    
  }


.s-5d8132d0-83e4-4f11-8167-c6dc60064936 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
    
    
  }


.s-5d8132d0-83e4-4f11-8167-c6dc60064936 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
    
    
  }


.s-5d8132d0-83e4-4f11-8167-c6dc60064936 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
    
    
  }


.s-5d8132d0-83e4-4f11-8167-c6dc60064936 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
    
    
  }


.s-5d8132d0-83e4-4f11-8167-c6dc60064936 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8132d0-83e4-4f11-8167-c6dc60064936.shogun-image {
  box-sizing: border-box;
}




}
#s-045cc151-4936-4868-ad44-545601b0b32a {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
    
    
  }


.s-045cc151-4936-4868-ad44-545601b0b32a .shogun-image-content {
  
    align-items: center;
  
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
    
    
  }


.s-045cc151-4936-4868-ad44-545601b0b32a .shogun-image-content {
  
    align-items: center;
  
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
    
    
  }


.s-045cc151-4936-4868-ad44-545601b0b32a .shogun-image-content {
  
    align-items: center;
  
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
    
    
  }


.s-045cc151-4936-4868-ad44-545601b0b32a .shogun-image-content {
  
    align-items: center;
  
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
    
    
  }


.s-045cc151-4936-4868-ad44-545601b0b32a .shogun-image-content {
  
    align-items: center;
  
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-045cc151-4936-4868-ad44-545601b0b32a.shogun-image {
  box-sizing: border-box;
}




}
#s-0242b1d9-005e-4ebd-887a-72ba26332e4d {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
    
    
  }


.s-0242b1d9-005e-4ebd-887a-72ba26332e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
    
    
  }


.s-0242b1d9-005e-4ebd-887a-72ba26332e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
    
    
  }


.s-0242b1d9-005e-4ebd-887a-72ba26332e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
    
    
  }


.s-0242b1d9-005e-4ebd-887a-72ba26332e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
    
    
  }


.s-0242b1d9-005e-4ebd-887a-72ba26332e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0242b1d9-005e-4ebd-887a-72ba26332e4d.shogun-image {
  box-sizing: border-box;
}




}
#s-b70a0cba-b705-46a4-95e0-c07159aa8553 {
  min-height: 50px;
}








#s-b70a0cba-b705-46a4-95e0-c07159aa8553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70a0cba-b705-46a4-95e0-c07159aa8553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0221d7a-a20a-4519-b9f5-0b2b54901e1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b550ed49-96c5-4652-b1e3-1e34049bf7e4 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
    
    
  }


.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
    
    
  }


.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
    
    
  }


.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
    
    
  }


.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
    
    
  }


.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b550ed49-96c5-4652-b1e3-1e34049bf7e4.shogun-image {
  box-sizing: border-box;
}




}
#s-6b10366c-b90d-46ee-a2b3-2368a992e7ad {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-cc998489-e42e-4254-87d6-2f073044d42a {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
    
    
  }


.s-cc998489-e42e-4254-87d6-2f073044d42a .shogun-image-content {
  
    align-items: center;
  
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
    
    
  }


.s-cc998489-e42e-4254-87d6-2f073044d42a .shogun-image-content {
  
    align-items: center;
  
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
    
    
  }


.s-cc998489-e42e-4254-87d6-2f073044d42a .shogun-image-content {
  
    align-items: center;
  
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
    
    
  }


.s-cc998489-e42e-4254-87d6-2f073044d42a .shogun-image-content {
  
    align-items: center;
  
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
    
    
  }


.s-cc998489-e42e-4254-87d6-2f073044d42a .shogun-image-content {
  
    align-items: center;
  
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc998489-e42e-4254-87d6-2f073044d42a.shogun-image {
  box-sizing: border-box;
}




}
#s-9d026c2f-1d0d-4bb3-a6b1-b6d727000b8b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a4de790-aec3-4bfc-9a32-7c6ff3882243 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
    
    
  }


.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
    
    
  }


.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
    
    
  }


.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
    
    
  }


.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
    
    
  }


.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a4de790-aec3-4bfc-9a32-7c6ff3882243.shogun-image {
  box-sizing: border-box;
}




}
#s-d13fcb78-8447-40ef-8142-618b4eade691 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
    
    
  }


.s-d13fcb78-8447-40ef-8142-618b4eade691 .shogun-image-content {
  
    align-items: center;
  
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
    
    
  }


.s-d13fcb78-8447-40ef-8142-618b4eade691 .shogun-image-content {
  
    align-items: center;
  
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
    
    
  }


.s-d13fcb78-8447-40ef-8142-618b4eade691 .shogun-image-content {
  
    align-items: center;
  
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
    
    
  }


.s-d13fcb78-8447-40ef-8142-618b4eade691 .shogun-image-content {
  
    align-items: center;
  
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
    
    
  }


.s-d13fcb78-8447-40ef-8142-618b4eade691 .shogun-image-content {
  
    align-items: center;
  
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13fcb78-8447-40ef-8142-618b4eade691.shogun-image {
  box-sizing: border-box;
}




}
#s-755c6b41-cf46-45e6-b840-0eecf491ef9b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-755c6b41-cf46-45e6-b840-0eecf491ef9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ae08cd01-cfc8-404f-a220-0d749761e32f {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
    
    
  }


.s-ae08cd01-cfc8-404f-a220-0d749761e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
    
    
  }


.s-ae08cd01-cfc8-404f-a220-0d749761e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
    
    
  }


.s-ae08cd01-cfc8-404f-a220-0d749761e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
    
    
  }


.s-ae08cd01-cfc8-404f-a220-0d749761e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
    
    
  }


.s-ae08cd01-cfc8-404f-a220-0d749761e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae08cd01-cfc8-404f-a220-0d749761e32f.shogun-image {
  box-sizing: border-box;
}




}
#s-845dd2ad-c560-4bc7-a584-9b4875109d2c {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
    
    
  }


.s-845dd2ad-c560-4bc7-a584-9b4875109d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
    
    
  }


.s-845dd2ad-c560-4bc7-a584-9b4875109d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
  box-sizing: border-box;
}




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





  img.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
    
    
  }


.s-845dd2ad-c560-4bc7-a584-9b4875109d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
  box-sizing: border-box;
}




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





  img.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
    
    
  }


.s-845dd2ad-c560-4bc7-a584-9b4875109d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
  box-sizing: border-box;
}




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





  img.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
    
    
  }


.s-845dd2ad-c560-4bc7-a584-9b4875109d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-845dd2ad-c560-4bc7-a584-9b4875109d2c.shogun-image {
  box-sizing: border-box;
}




}
#s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
    
    
  }


.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
    
    
  }


.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
    
    
  }


.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
    
    
  }


.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
    
    
  }


.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1eed6b2-0631-4c73-a4c9-63c56f9b6c1f.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e36124b-2181-4b7a-a3eb-0097790d4576"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-092de108-3ffc-4380-9ed7-a79d87555fda {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
    
    
  }


.s-092de108-3ffc-4380-9ed7-a79d87555fda .shogun-image-content {
  
    align-items: center;
  
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
    
    
  }


.s-092de108-3ffc-4380-9ed7-a79d87555fda .shogun-image-content {
  
    align-items: center;
  
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
  box-sizing: border-box;
}




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





  img.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
    
    
  }


.s-092de108-3ffc-4380-9ed7-a79d87555fda .shogun-image-content {
  
    align-items: center;
  
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
  box-sizing: border-box;
}




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





  img.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
    
    
  }


.s-092de108-3ffc-4380-9ed7-a79d87555fda .shogun-image-content {
  
    align-items: center;
  
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
  box-sizing: border-box;
}




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





  img.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
    
    
  }


.s-092de108-3ffc-4380-9ed7-a79d87555fda .shogun-image-content {
  
    align-items: center;
  
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-092de108-3ffc-4380-9ed7-a79d87555fda.shogun-image {
  box-sizing: border-box;
}




}
#s-fc2316da-12b8-492e-b4f0-79bd5deb8073 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-469c28dc-2da1-4dad-8c08-0b6b01f09574 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
    
    
  }


.s-469c28dc-2da1-4dad-8c08-0b6b01f09574 .shogun-image-content {
  
    align-items: center;
  
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
    
    
  }


.s-469c28dc-2da1-4dad-8c08-0b6b01f09574 .shogun-image-content {
  
    align-items: center;
  
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
  box-sizing: border-box;
}




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





  img.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
    
    
  }


.s-469c28dc-2da1-4dad-8c08-0b6b01f09574 .shogun-image-content {
  
    align-items: center;
  
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
  box-sizing: border-box;
}




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





  img.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
    
    
  }


.s-469c28dc-2da1-4dad-8c08-0b6b01f09574 .shogun-image-content {
  
    align-items: center;
  
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
  box-sizing: border-box;
}




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





  img.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
    
    
  }


.s-469c28dc-2da1-4dad-8c08-0b6b01f09574 .shogun-image-content {
  
    align-items: center;
  
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469c28dc-2da1-4dad-8c08-0b6b01f09574.shogun-image {
  box-sizing: border-box;
}




}
#s-79507548-ee5f-492d-87a7-157b747435cf hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
    
    
  }


.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc .shogun-image-content {
  
    align-items: center;
  
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
    
    
  }


.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc .shogun-image-content {
  
    align-items: center;
  
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
  box-sizing: border-box;
}




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





  img.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
    
    
  }


.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc .shogun-image-content {
  
    align-items: center;
  
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
  box-sizing: border-box;
}




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





  img.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
    
    
  }


.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc .shogun-image-content {
  
    align-items: center;
  
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
  box-sizing: border-box;
}




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





  img.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
    
    
  }


.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc .shogun-image-content {
  
    align-items: center;
  
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91ee2c4d-d84e-48d9-a24c-fa75a78400fc.shogun-image {
  box-sizing: border-box;
}




}
#s-67df01b8-f58d-4db5-8b43-52b9d8f15d59 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
    
    
  }


.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
    
    
  }


.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
  box-sizing: border-box;
}




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





  img.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
    
    
  }


.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
  box-sizing: border-box;
}




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





  img.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
    
    
  }


.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
  box-sizing: border-box;
}




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





  img.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
    
    
  }


.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59 .shogun-image-content {
  
    align-items: center;
  
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67df01b8-f58d-4db5-8b43-52b9d8f15d59.shogun-image {
  box-sizing: border-box;
}




}
#s-62be99a1-b363-47d0-a2ac-0a65ff1bb750 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62be99a1-b363-47d0-a2ac-0a65ff1bb750"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e94a4e3d-f577-41a6-b885-d36d63d93ef6 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
    
    
  }


.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
    
    
  }


.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
    
    
  }


.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
    
    
  }


.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
    
    
  }


.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6 .shogun-image-content {
  
    align-items: center;
  
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94a4e3d-f577-41a6-b885-d36d63d93ef6.shogun-image {
  box-sizing: border-box;
}




}
#s-01cd6629-845c-4835-b9fa-07ef34094679 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
    
    
  }


.s-01cd6629-845c-4835-b9fa-07ef34094679 .shogun-image-content {
  
    align-items: center;
  
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
    
    
  }


.s-01cd6629-845c-4835-b9fa-07ef34094679 .shogun-image-content {
  
    align-items: center;
  
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
  box-sizing: border-box;
}




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





  img.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
    
    
  }


.s-01cd6629-845c-4835-b9fa-07ef34094679 .shogun-image-content {
  
    align-items: center;
  
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
  box-sizing: border-box;
}




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





  img.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
    
    
  }


.s-01cd6629-845c-4835-b9fa-07ef34094679 .shogun-image-content {
  
    align-items: center;
  
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
  box-sizing: border-box;
}




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





  img.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
    
    
  }


.s-01cd6629-845c-4835-b9fa-07ef34094679 .shogun-image-content {
  
    align-items: center;
  
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01cd6629-845c-4835-b9fa-07ef34094679.shogun-image {
  box-sizing: border-box;
}




}
#s-b155d46c-cfe5-48ae-bc65-122393fec6e2 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
    
    
  }


.s-b155d46c-cfe5-48ae-bc65-122393fec6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
    
    
  }


.s-b155d46c-cfe5-48ae-bc65-122393fec6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
    
    
  }


.s-b155d46c-cfe5-48ae-bc65-122393fec6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
    
    
  }


.s-b155d46c-cfe5-48ae-bc65-122393fec6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
    
    
  }


.s-b155d46c-cfe5-48ae-bc65-122393fec6e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b155d46c-cfe5-48ae-bc65-122393fec6e2.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7250ce8f-feee-47f0-b1be-b33e25fa8dc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413 {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
    
    
  }


.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
    
    
  }


.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
    
    
  }


.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
    
    
  }


.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
    
    
  }


.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9f6f9b-be77-4aad-b3d7-bef32c5e4413.shogun-image {
  box-sizing: border-box;
}




}
#s-e66e183f-2e87-402d-81d2-a55298412141 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb {
  margin-left: auto;
margin-right: auto;
max-width: 1075px;
text-align: center;
}







  img.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
    
    
  }


.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
    
    
  }


.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
    
    
  }


.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
    
    
  }


.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
    
    
  }


.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b1d0e3-ee71-47ed-9c9b-8bf26040f1cb.shogun-image {
  box-sizing: border-box;
}




}
#s-3e67f508-ac27-4005-9552-63d17df95a11 hr {
  border-top: 2px solid #ddd;
}

#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2-root {
    text-align: center;
  }


#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2-root {
    text-align: center;
  }


#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2-root {
    text-align: center;
  }


#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2-root {
    text-align: center;
  }


#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2-root {
    text-align: center;
  }


#s-672ffa2c-d581-4f2c-b54b-47eb1cec38a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-68cba854-6546-4ee1-a29f-421de1d41ce7 hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
