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

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 {
  max-width: 6234px;
aspect-ratio: 6234/3070;
text-align: center;
}





  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 img.shogun-image,
  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 {
    width: 100%;
    height: auto;
  }



  #s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 img.shogun-image {
    

    
    
    
  }


#s-a5f7dbc3-b7de-4993-a491-4a77cbc96e78 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-4d20b407-c374-4e6d-b158-ce8113044c38 {
  margin-top: 25px;
}

#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-3733e47a-1dc7-4488-8ed2-4f00987b1e54 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-b91c4ab0-a717-4594-a84c-1197eeeb0567 {
  min-height: 50px;
}








#s-b91c4ab0-a717-4594-a84c-1197eeeb0567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b91c4ab0-a717-4594-a84c-1197eeeb0567.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-03b56016-8454-48ac-b676-0dd132440589 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-03b56016-8454-48ac-b676-0dd132440589:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03b56016-8454-48ac-b676-0dd132440589:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03b56016-8454-48ac-b676-0dd132440589-root {
    text-align: center;
  }


#s-03b56016-8454-48ac-b676-0dd132440589.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-36487caf-0ca5-4c88-8b36-47bd67acf418 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-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c98f843f-6002-4f2d-8fc9-e7d1040fd892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf508c9e-5273-4b76-a144-5d7b13a1b941 {
  max-width: 4638px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 img.shogun-image,
  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 {
    width: 100%;
    height: auto;
  }



  #s-cf508c9e-5273-4b76-a144-5d7b13a1b941 img.shogun-image {
    

    
    
    
  }


#s-cf508c9e-5273-4b76-a144-5d7b13a1b941 .shogun-image-content {
  
    align-items: center;
  
}

#s-40622bae-deec-4e57-a9dc-b0fc20dbf575 {
  max-width: 4480px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 img.shogun-image,
  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 {
    width: 100%;
    height: auto;
  }



  #s-40622bae-deec-4e57-a9dc-b0fc20dbf575 img.shogun-image {
    

    
    
    
  }


#s-40622bae-deec-4e57-a9dc-b0fc20dbf575 .shogun-image-content {
  
    align-items: center;
  
}

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

#s-14b0a7ef-a335-424d-9a52-6a7344da223b {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14b0a7ef-a335-424d-9a52-6a7344da223b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc {
  max-width: 4422px;
text-align: center;
}







  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
    
    
  }


.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b0731ad-9cf8-447d-9668-f47a0a5772dc.shogun-image {
  box-sizing: border-box;
}



}
#s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 img.shogun-image,
  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 {
    width: 100%;
    height: auto;
  }



  #s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 img.shogun-image {
    

    
    
    
  }


#s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 img.shogun-image,
  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 {
    width: 100%;
    height: auto;
  }



  #s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 img.shogun-image {
    

    
    
    
  }


#s-ac7215af-4c02-4fb5-8e8c-b04ea9be6831 .shogun-image-content {
  
    align-items: center;
  
}

#s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 4480px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 img.shogun-image,
  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 {
    width: 100%;
    height: auto;
  }



  #s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 img.shogun-image {
    

    
    
    
  }


#s-83b92ee8-44af-4d5d-95e3-d12df87d79a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 119, 48, 1);
max-width: 4512px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 img.shogun-image,
  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 {
    width: 100%;
    height: auto;
  }



  #s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 img.shogun-image {
    

    
    
    
  }


#s-aaf551ee-2199-4d92-a3a5-80f5f36d7d31 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d9bf20d-ace7-4342-a7f5-fed9db0b1c4c hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-23291ab1-0113-4b7e-a088-3f7765e18f31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23291ab1-0113-4b7e-a088-3f7765e18f31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-23291ab1-0113-4b7e-a088-3f7765e18f31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-23291ab1-0113-4b7e-a088-3f7765e18f31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde-root {
    text-align: center;
  }


#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde-root {
    text-align: center;
  }


#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde-root {
    text-align: center;
  }


#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde-root {
    text-align: center;
  }


#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde-root {
    text-align: center;
  }


#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1-root {
    text-align: center;
  }


#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1-root {
    text-align: center;
  }


#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1-root {
    text-align: center;
  }


#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1-root {
    text-align: center;
  }


#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1-root {
    text-align: center;
  }


#s-1b193525-2f9f-43c2-83fc-f2a0c24b5df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-deed188e-55bc-4260-ad2a-3cacc9341d1e {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-deed188e-55bc-4260-ad2a-3cacc9341d1e:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-deed188e-55bc-4260-ad2a-3cacc9341d1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-deed188e-55bc-4260-ad2a-3cacc9341d1e-root {
    text-align: center;
  }


#s-deed188e-55bc-4260-ad2a-3cacc9341d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-deed188e-55bc-4260-ad2a-3cacc9341d1e-root {
    text-align: center;
  }


#s-deed188e-55bc-4260-ad2a-3cacc9341d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-deed188e-55bc-4260-ad2a-3cacc9341d1e-root {
    text-align: center;
  }


#s-deed188e-55bc-4260-ad2a-3cacc9341d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-deed188e-55bc-4260-ad2a-3cacc9341d1e-root {
    text-align: center;
  }


#s-deed188e-55bc-4260-ad2a-3cacc9341d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-deed188e-55bc-4260-ad2a-3cacc9341d1e-root {
    text-align: center;
  }


#s-deed188e-55bc-4260-ad2a-3cacc9341d1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6749ead8-e497-4ef1-b893-acc8b94bfbfe hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f14bb6d-51cc-4549-81e9-69b820e85f8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e639b55a-35e7-4812-849f-568af052fcc7 {
  max-width: 4171px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e639b55a-35e7-4812-849f-568af052fcc7 img.shogun-image,
  #s-e639b55a-35e7-4812-849f-568af052fcc7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e639b55a-35e7-4812-849f-568af052fcc7 {
    width: 100%;
    height: auto;
  }



  #s-e639b55a-35e7-4812-849f-568af052fcc7 img.shogun-image {
    

    
    
    
  }


#s-e639b55a-35e7-4812-849f-568af052fcc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2fff63-78ff-4dc9-9213-4bbab565d1af {
  max-width: 4480px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af img.shogun-image,
  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af {
    width: 100%;
    height: auto;
  }



  #s-8a2fff63-78ff-4dc9-9213-4bbab565d1af img.shogun-image {
    

    
    
    
  }


#s-8a2fff63-78ff-4dc9-9213-4bbab565d1af .shogun-image-content {
  
    align-items: center;
  
}

#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-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf {
  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-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8663d981-3ee5-4e62-a50d-d087af91f77e {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-8663d981-3ee5-4e62-a50d-d087af91f77e img.shogun-image,
  #s-8663d981-3ee5-4e62-a50d-d087af91f77e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8663d981-3ee5-4e62-a50d-d087af91f77e {
    width: 100%;
    height: auto;
  }



  #s-8663d981-3ee5-4e62-a50d-d087af91f77e img.shogun-image {
    

    
    
    
  }


#s-8663d981-3ee5-4e62-a50d-d087af91f77e .shogun-image-content {
  
    align-items: center;
  
}

#s-ff4ed24c-0719-46f5-a531-4c4cd1320477 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 img.shogun-image,
  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 {
    width: 100%;
    height: auto;
  }



  #s-ff4ed24c-0719-46f5-a531-4c4cd1320477 img.shogun-image {
    

    
    
    
  }


#s-ff4ed24c-0719-46f5-a531-4c4cd1320477 .shogun-image-content {
  
    align-items: center;
  
}

#s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 img.shogun-image,
  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 {
    width: 100%;
    height: auto;
  }



  #s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 img.shogun-image {
    

    
    
    
  }


#s-1766ebc9-aeb7-4f27-9ef4-24d9e838c7d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-80bb6bf6-717d-4e74-a011-9d022c5dd71a {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80bb6bf6-717d-4e74-a011-9d022c5dd71a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 {
  max-width: 1075px;
text-align: center;
}







  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
    
    
  }


.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a62c2e6-7b65-4a64-86d3-75377d24a4d4.shogun-image {
  box-sizing: border-box;
}



}
#s-fff48ea3-6b90-4663-98af-21c68469a634 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33484655-ab59-43bd-8306-f2ceb38bfa9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
    
    
  }


.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26 .shogun-image-content {
  
    align-items: center;
  
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5607ca2a-bb1f-4f1b-8fdc-d4dda278ef26.shogun-image {
  box-sizing: border-box;
}



}
#s-be49a55b-0c2f-4715-8648-bf72143e86e9 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
    
    
  }


.s-be49a55b-0c2f-4715-8648-bf72143e86e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be49a55b-0c2f-4715-8648-bf72143e86e9.shogun-image {
  box-sizing: border-box;
}



}
#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
    
    
  }


.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da8ef5d-24f7-4a75-8a62-85c9121b7a7c.shogun-image {
  box-sizing: border-box;
}



}
#s-d91ea91f-bc66-4598-bd17-e31c83d80150 {
  text-align: center;
}







  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
    
    
  }


.s-d91ea91f-bc66-4598-bd17-e31c83d80150 .shogun-image-content {
  
    align-items: center;
  
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d91ea91f-bc66-4598-bd17-e31c83d80150.shogun-image {
  box-sizing: border-box;
}



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

#s-8e6fda65-69dc-413f-9bc1-47d06e2df8d1 {
  background-color: rgba(255, 255, 255, 1);
}

#s-4fd62131-dd8c-4cb1-81f2-d0bf538d5977 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2146627-f99e-49c4-a682-676988786098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 {
  max-width: 4418px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 img.shogun-image,
  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 {
    width: 100%;
    height: auto;
  }



  #s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 img.shogun-image {
    

    
    
    
  }


#s-f8305ac8-97c2-4cf3-a7c1-cf4f8e955068 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 {
  max-width: 4480px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 img.shogun-image,
  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 {
    width: 100%;
    height: auto;
  }



  #s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 img.shogun-image {
    

    
    
    
  }


#s-a8c7dcbe-d6b0-4e34-877c-7c55c47b9582 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042 {
  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-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7467656-3614-47d5-af8b-4a7029b56e6c {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-e7467656-3614-47d5-af8b-4a7029b56e6c img.shogun-image,
  #s-e7467656-3614-47d5-af8b-4a7029b56e6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7467656-3614-47d5-af8b-4a7029b56e6c {
    width: 100%;
    height: auto;
  }



  #s-e7467656-3614-47d5-af8b-4a7029b56e6c img.shogun-image {
    

    
    
    
  }


#s-e7467656-3614-47d5-af8b-4a7029b56e6c .shogun-image-content {
  
    align-items: center;
  
}

#s-7958445b-5d4c-46eb-9c71-8c159445155f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-7958445b-5d4c-46eb-9c71-8c159445155f img.shogun-image,
  #s-7958445b-5d4c-46eb-9c71-8c159445155f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7958445b-5d4c-46eb-9c71-8c159445155f {
    width: 100%;
    height: auto;
  }



  #s-7958445b-5d4c-46eb-9c71-8c159445155f img.shogun-image {
    

    
    
    
  }


#s-7958445b-5d4c-46eb-9c71-8c159445155f .shogun-image-content {
  
    align-items: center;
  
}

#s-4a947316-7b72-40f2-bb05-2d49af19ae9a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a img.shogun-image,
  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a {
    width: 100%;
    height: auto;
  }



  #s-4a947316-7b72-40f2-bb05-2d49af19ae9a img.shogun-image {
    

    
    
    
  }


#s-4a947316-7b72-40f2-bb05-2d49af19ae9a .shogun-image-content {
  
    align-items: center;
  
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561 {
  max-width: 1075px;
text-align: center;
}







  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
    
    
  }


.s-eeec7be9-54eb-4b72-bf61-947d69e2b561 .shogun-image-content {
  
    align-items: center;
  
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeec7be9-54eb-4b72-bf61-947d69e2b561.shogun-image {
  box-sizing: border-box;
}



}
#s-d83ce9be-3695-47cf-a16a-83b1aa8bee72 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d83ce9be-3695-47cf-a16a-83b1aa8bee72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 {
  max-width: 1075px;
text-align: center;
}







  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
    
    
  }


.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c68bffe6-8b79-4051-ba4c-dc0f433613c4.shogun-image {
  box-sizing: border-box;
}



}
#s-34971133-1a09-4af7-bf26-93e1b2dbeb16 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1844e55c-3296-4dff-9aee-52aa3e7762a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
    
    
  }


.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9762c2b-a95d-4eef-ae3b-efc5f646a16e.shogun-image {
  box-sizing: border-box;
}



}
#s-4b3312a9-a4bb-47e3-8b06-95810263301c {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
    
    
  }


.s-4b3312a9-a4bb-47e3-8b06-95810263301c .shogun-image-content {
  
    align-items: center;
  
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b3312a9-a4bb-47e3-8b06-95810263301c.shogun-image {
  box-sizing: border-box;
}



}
#s-006b1b76-4a6f-4757-b101-1d555a6b882b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
    
    
  }


.s-006b1b76-4a6f-4757-b101-1d555a6b882b .shogun-image-content {
  
    align-items: center;
  
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006b1b76-4a6f-4757-b101-1d555a6b882b.shogun-image {
  box-sizing: border-box;
}



}
#s-284cc6eb-33fe-4262-a85a-673896956ea0 {
  max-width: 6234px;
text-align: center;
}







  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
    
    
  }


.s-284cc6eb-33fe-4262-a85a-673896956ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284cc6eb-33fe-4262-a85a-673896956ea0.shogun-image {
  box-sizing: border-box;
}



}
#s-ca981331-dc71-4e2f-9dc4-f5c4db01ad9b hr {
  border-top: 2px solid #ddd;
}

#s-3d757640-da59-485b-b117-ee47c3c77f3e {
  background-color: rgba(255, 255, 255, 1);
}

#s-5878e762-080b-4784-989e-1d1c920ea97f hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62151c36-50c2-42d6-833c-b31d93fa0894"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1acc2e6c-e061-4c53-82e3-af61124cfe15 {
  max-width: 4764px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 img.shogun-image,
  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 {
    width: 100%;
    height: auto;
  }



  #s-1acc2e6c-e061-4c53-82e3-af61124cfe15 img.shogun-image {
    

    
    
    
  }


#s-1acc2e6c-e061-4c53-82e3-af61124cfe15 .shogun-image-content {
  
    align-items: center;
  
}

#s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 {
  max-width: 4480px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 img.shogun-image,
  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 {
    width: 100%;
    height: auto;
  }



  #s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 img.shogun-image {
    

    
    
    
  }


#s-85d65d22-5eb4-4204-928e-6e3c8b2acb89 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe {
  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-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5bb37f8-3889-4bc8-8d88-0ecfb26958fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a491fe0-76e2-4e00-a60d-4ae147d4063c {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c img.shogun-image,
  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c {
    width: 100%;
    height: auto;
  }



  #s-8a491fe0-76e2-4e00-a60d-4ae147d4063c img.shogun-image {
    

    
    
    
  }


#s-8a491fe0-76e2-4e00-a60d-4ae147d4063c .shogun-image-content {
  
    align-items: center;
  
}

#s-3aabe293-aa74-4380-8270-6e35e695d179 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-3aabe293-aa74-4380-8270-6e35e695d179 img.shogun-image,
  #s-3aabe293-aa74-4380-8270-6e35e695d179 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aabe293-aa74-4380-8270-6e35e695d179 {
    width: 100%;
    height: auto;
  }



  #s-3aabe293-aa74-4380-8270-6e35e695d179 img.shogun-image {
    

    
    
    
  }


#s-3aabe293-aa74-4380-8270-6e35e695d179 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ff3c8b-47fe-454b-9369-143f563eb58c {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-99ff3c8b-47fe-454b-9369-143f563eb58c img.shogun-image,
  #s-99ff3c8b-47fe-454b-9369-143f563eb58c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99ff3c8b-47fe-454b-9369-143f563eb58c {
    width: 100%;
    height: auto;
  }



  #s-99ff3c8b-47fe-454b-9369-143f563eb58c img.shogun-image {
    

    
    
    
  }


#s-99ff3c8b-47fe-454b-9369-143f563eb58c .shogun-image-content {
  
    align-items: center;
  
}

#s-92d31c01-2ce5-4fb5-a422-c2aea56304cd {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d31c01-2ce5-4fb5-a422-c2aea56304cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 {
  max-width: 1075px;
text-align: center;
}







  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
    
    
  }


.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2e93383-2ff2-48ca-bc51-82dc682d95b0.shogun-image {
  box-sizing: border-box;
}



}
#s-adbff819-2062-4a75-9c7b-6e40f0b42fd4 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0a45e72-ec4d-477e-8fcd-bdea0c798e6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-880d91cf-a00e-49dd-af68-f831f806604a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
    
    
  }


.s-880d91cf-a00e-49dd-af68-f831f806604a .shogun-image-content {
  
    align-items: center;
  
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-880d91cf-a00e-49dd-af68-f831f806604a.shogun-image {
  box-sizing: border-box;
}



}
#s-e12aa181-4326-4324-9b2d-d2b6064d26f2 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
    
    
  }


.s-e12aa181-4326-4324-9b2d-d2b6064d26f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e12aa181-4326-4324-9b2d-d2b6064d26f2.shogun-image {
  box-sizing: border-box;
}



}
#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
    
    
  }


.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f .shogun-image-content {
  
    align-items: center;
  
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4d12c6f-b779-4033-8de7-0a9c8c95c10f.shogun-image {
  box-sizing: border-box;
}



}
#s-2b5b6187-a1f2-4761-8d92-5816b8df3330 {
  max-width: 5792px;
text-align: center;
}







  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
    
    
  }


.s-2b5b6187-a1f2-4761-8d92-5816b8df3330 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b6187-a1f2-4761-8d92-5816b8df3330.shogun-image {
  box-sizing: border-box;
}



}
#s-d0462579-bf12-4e4a-be10-032b98926934 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-569db078-185d-456f-8579-f72360ee3d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ed1ebd4a-27ef-491d-815c-0300af688ad6 {
  max-width: 4379px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 img.shogun-image,
  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 {
    width: 100%;
    height: auto;
  }



  #s-ed1ebd4a-27ef-491d-815c-0300af688ad6 img.shogun-image {
    

    
    
    
  }


#s-ed1ebd4a-27ef-491d-815c-0300af688ad6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 {
  max-width: 4255px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 img.shogun-image,
  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 {
    width: 100%;
    height: auto;
  }



  #s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 img.shogun-image {
    

    
    
    
  }


#s-9ee7a050-e3e2-4713-ac40-3ac32a7e1546 .shogun-image-content {
  
    align-items: center;
  
}

#s-7df4c580-bb8c-4854-97f1-3462e4e92a1f {
  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-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7df4c580-bb8c-4854-97f1-3462e4e92a1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 img.shogun-image,
  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 {
    width: 100%;
    height: auto;
  }



  #s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 img.shogun-image {
    

    
    
    
  }


#s-ddbb27f4-fd17-48b4-a3ea-2e409f22b5e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 img.shogun-image,
  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 {
    width: 100%;
    height: auto;
  }



  #s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 img.shogun-image {
    

    
    
    
  }


#s-bedeb3b8-2950-4caf-8f41-74b35d1ed2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-451829d8-df61-484b-916c-b41e0698c060 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-451829d8-df61-484b-916c-b41e0698c060 img.shogun-image,
  #s-451829d8-df61-484b-916c-b41e0698c060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-451829d8-df61-484b-916c-b41e0698c060 {
    width: 100%;
    height: auto;
  }



  #s-451829d8-df61-484b-916c-b41e0698c060 img.shogun-image {
    

    
    
    
  }


#s-451829d8-df61-484b-916c-b41e0698c060 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b3752cc-5d26-42fc-a733-4a12115badfc {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b3752cc-5d26-42fc-a733-4a12115badfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 {
  max-width: 1075px;
text-align: center;
}







  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
    
    
  }


.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b92be3e-cb1e-4e7b-8c2a-6f094fcab0b4.shogun-image {
  box-sizing: border-box;
}



}
#s-5494dfc1-8ee7-475a-9361-5eeadf3814bf {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8519dd2-8c3d-4cb8-bde4-78ff827812c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
    
    
  }


.s-f34a6aa7-85f1-4246-a074-40dc841a330d .shogun-image-content {
  
    align-items: center;
  
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a6aa7-85f1-4246-a074-40dc841a330d.shogun-image {
  box-sizing: border-box;
}



}
#s-dbe443f0-8b66-4f18-880e-2fee993fe165 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
    
    
  }


.s-dbe443f0-8b66-4f18-880e-2fee993fe165 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe443f0-8b66-4f18-880e-2fee993fe165.shogun-image {
  box-sizing: border-box;
}



}
#s-24de8138-1a52-49cc-a36b-ba469204c8cc {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
    
    
  }


.s-24de8138-1a52-49cc-a36b-ba469204c8cc .shogun-image-content {
  
    align-items: center;
  
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24de8138-1a52-49cc-a36b-ba469204c8cc.shogun-image {
  box-sizing: border-box;
}



}
#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace {
  max-width: 5993px;
text-align: center;
}







  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
    
    
  }


.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9c50ea-4d1b-4000-b53c-f17e4bff2ace.shogun-image {
  box-sizing: border-box;
}



}
#s-de6eb4c9-12d3-40f2-b645-0c0d32edb99c hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78616a99-db61-44ac-91ba-649a8069bf2b {
  max-width: 4620px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-78616a99-db61-44ac-91ba-649a8069bf2b img.shogun-image,
  #s-78616a99-db61-44ac-91ba-649a8069bf2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78616a99-db61-44ac-91ba-649a8069bf2b {
    width: 100%;
    height: auto;
  }



  #s-78616a99-db61-44ac-91ba-649a8069bf2b img.shogun-image {
    

    
    
    
  }


#s-78616a99-db61-44ac-91ba-649a8069bf2b .shogun-image-content {
  
    align-items: center;
  
}

#s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e {
  max-width: 4480px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e img.shogun-image,
  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e {
    width: 100%;
    height: auto;
  }



  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e img.shogun-image {
    

    
    
    
  }


#s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e .shogun-image-content {
  
    align-items: center;
  
}

#s-85143f21-cb56-45a6-9a12-4b29354776e6 {
  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-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edaf092a-c310-4b67-9300-7dc829b61667 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-edaf092a-c310-4b67-9300-7dc829b61667 img.shogun-image,
  #s-edaf092a-c310-4b67-9300-7dc829b61667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edaf092a-c310-4b67-9300-7dc829b61667 {
    width: 100%;
    height: auto;
  }



  #s-edaf092a-c310-4b67-9300-7dc829b61667 img.shogun-image {
    

    
    
    
  }


#s-edaf092a-c310-4b67-9300-7dc829b61667 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ef5346b-9204-442e-964c-753d29030422 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-5ef5346b-9204-442e-964c-753d29030422 img.shogun-image,
  #s-5ef5346b-9204-442e-964c-753d29030422 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ef5346b-9204-442e-964c-753d29030422 {
    width: 100%;
    height: auto;
  }



  #s-5ef5346b-9204-442e-964c-753d29030422 img.shogun-image {
    

    
    
    
  }


#s-5ef5346b-9204-442e-964c-753d29030422 .shogun-image-content {
  
    align-items: center;
  
}

#s-428e51cc-81ed-4fcf-94fa-b267dee3b338 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 img.shogun-image,
  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 {
    width: 100%;
    height: auto;
  }



  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 img.shogun-image {
    

    
    
    
  }


#s-428e51cc-81ed-4fcf-94fa-b267dee3b338 .shogun-image-content {
  
    align-items: center;
  
}

#s-683761c0-a74f-419c-85a3-b02869aa189c {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-683761c0-a74f-419c-85a3-b02869aa189c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-24337017-cc35-488e-94d6-4716e311546a {
  max-width: 1075px;
text-align: center;
}







  img.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
    
    
  }


.s-24337017-cc35-488e-94d6-4716e311546a .shogun-image-content {
  
    align-items: center;
  
}

.s-24337017-cc35-488e-94d6-4716e311546a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
    
    
  }


.s-24337017-cc35-488e-94d6-4716e311546a .shogun-image-content {
  
    align-items: center;
  
}

.s-24337017-cc35-488e-94d6-4716e311546a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
    
    
  }


.s-24337017-cc35-488e-94d6-4716e311546a .shogun-image-content {
  
    align-items: center;
  
}

.s-24337017-cc35-488e-94d6-4716e311546a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
    
    
  }


.s-24337017-cc35-488e-94d6-4716e311546a .shogun-image-content {
  
    align-items: center;
  
}

.s-24337017-cc35-488e-94d6-4716e311546a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
    
    
  }


.s-24337017-cc35-488e-94d6-4716e311546a .shogun-image-content {
  
    align-items: center;
  
}

.s-24337017-cc35-488e-94d6-4716e311546a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24337017-cc35-488e-94d6-4716e311546a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24337017-cc35-488e-94d6-4716e311546a.shogun-image {
  box-sizing: border-box;
}



}
#s-7578087f-514e-4b4b-8865-3874bd72edf7 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-18c215b7-8f2a-4525-833a-88c5553ef070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18c215b7-8f2a-4525-833a-88c5553ef070"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18c215b7-8f2a-4525-833a-88c5553ef070"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18c215b7-8f2a-4525-833a-88c5553ef070"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-653c3380-7fde-4e96-8013-1afa12ac7108 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
    
    
  }


.s-653c3380-7fde-4e96-8013-1afa12ac7108 .shogun-image-content {
  
    align-items: center;
  
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
    
    
  }


.s-653c3380-7fde-4e96-8013-1afa12ac7108 .shogun-image-content {
  
    align-items: center;
  
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
  box-sizing: border-box;
}



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





  img.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
    
    
  }


.s-653c3380-7fde-4e96-8013-1afa12ac7108 .shogun-image-content {
  
    align-items: center;
  
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
  box-sizing: border-box;
}



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





  img.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
    
    
  }


.s-653c3380-7fde-4e96-8013-1afa12ac7108 .shogun-image-content {
  
    align-items: center;
  
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
  box-sizing: border-box;
}



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





  img.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
    
    
  }


.s-653c3380-7fde-4e96-8013-1afa12ac7108 .shogun-image-content {
  
    align-items: center;
  
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shg-align-container {
  display: flex;
  justify-content: center
}

.s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-653c3380-7fde-4e96-8013-1afa12ac7108.shogun-image {
  box-sizing: border-box;
}



}
#s-197ad739-a15d-4f3c-8e12-3489643f04f5 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
    
    
  }


.s-197ad739-a15d-4f3c-8e12-3489643f04f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
    
    
  }


.s-197ad739-a15d-4f3c-8e12-3489643f04f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
    
    
  }


.s-197ad739-a15d-4f3c-8e12-3489643f04f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
    
    
  }


.s-197ad739-a15d-4f3c-8e12-3489643f04f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
    
    
  }


.s-197ad739-a15d-4f3c-8e12-3489643f04f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197ad739-a15d-4f3c-8e12-3489643f04f5.shogun-image {
  box-sizing: border-box;
}



}
#s-d131b585-97a2-4e3c-871c-92ab6133ee2a {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1279px;
text-align: center;
}







  img.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
    
    
  }


.s-d131b585-97a2-4e3c-871c-92ab6133ee2a .shogun-image-content {
  
    align-items: center;
  
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
    
    
  }


.s-d131b585-97a2-4e3c-871c-92ab6133ee2a .shogun-image-content {
  
    align-items: center;
  
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
    
    
  }


.s-d131b585-97a2-4e3c-871c-92ab6133ee2a .shogun-image-content {
  
    align-items: center;
  
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
    
    
  }


.s-d131b585-97a2-4e3c-871c-92ab6133ee2a .shogun-image-content {
  
    align-items: center;
  
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
    
    
  }


.s-d131b585-97a2-4e3c-871c-92ab6133ee2a .shogun-image-content {
  
    align-items: center;
  
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d131b585-97a2-4e3c-871c-92ab6133ee2a.shogun-image {
  box-sizing: border-box;
}



}
#s-6fee99d1-b141-4919-8256-974bddae49a4 {
  max-width: 5563px;
text-align: center;
}







  img.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
    
    
  }


.s-6fee99d1-b141-4919-8256-974bddae49a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
    
    
  }


.s-6fee99d1-b141-4919-8256-974bddae49a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
    
    
  }


.s-6fee99d1-b141-4919-8256-974bddae49a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
    
    
  }


.s-6fee99d1-b141-4919-8256-974bddae49a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
    
    
  }


.s-6fee99d1-b141-4919-8256-974bddae49a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fee99d1-b141-4919-8256-974bddae49a4.shogun-image {
  box-sizing: border-box;
}



}
#s-71287aad-470b-4955-838c-e1f6892495a0 hr {
  border-top: 2px solid #ddd;
}

#s-86095a79-47ba-4889-98ec-968b1577b279 {
  background-color: rgba(255, 255, 255, 1);
}

#s-fa3d2f62-79a6-4051-9473-295928c14a4b hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-5bba41be-4a9f-4039-967d-48bc9084373e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bba41be-4a9f-4039-967d-48bc9084373e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bba41be-4a9f-4039-967d-48bc9084373e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bba41be-4a9f-4039-967d-48bc9084373e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8475da81-4518-4ef9-9768-530650b3f008 {
  max-width: 4480px;
text-align: center;
}







  img.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
    
    
  }


.s-8475da81-4518-4ef9-9768-530650b3f008 .shogun-image-content {
  
    align-items: center;
  
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
    
    
  }


.s-8475da81-4518-4ef9-9768-530650b3f008 .shogun-image-content {
  
    align-items: center;
  
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
    
    
  }


.s-8475da81-4518-4ef9-9768-530650b3f008 .shogun-image-content {
  
    align-items: center;
  
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
    
    
  }


.s-8475da81-4518-4ef9-9768-530650b3f008 .shogun-image-content {
  
    align-items: center;
  
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
    
    
  }


.s-8475da81-4518-4ef9-9768-530650b3f008 .shogun-image-content {
  
    align-items: center;
  
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8475da81-4518-4ef9-9768-530650b3f008.shogun-image {
  box-sizing: border-box;
}



}
#s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c {
  max-width: 4480px;
text-align: center;
}







  img.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
    
    
  }


.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
    
    
  }


.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
    
    
  }


.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
    
    
  }


.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
    
    
  }


.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c .shogun-image-content {
  
    align-items: center;
  
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c362cd59-06c4-44ee-9eb0-b26fe0b59a0c.shogun-image {
  box-sizing: border-box;
}



}
#s-d8b2bb7a-5507-4ce4-83ce-23f5befc664a hr {
  border-top: 2px solid #ddd;
}

#s-a2325f21-6335-4571-a7cf-58bcc2dab29a {
  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-a2325f21-6335-4571-a7cf-58bcc2dab29a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2325f21-6335-4571-a7cf-58bcc2dab29a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2325f21-6335-4571-a7cf-58bcc2dab29a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2325f21-6335-4571-a7cf-58bcc2dab29a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-62805d0b-b914-4f4a-9eb6-085a2bcec598 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-62805d0b-b914-4f4a-9eb6-085a2bcec598 img.shogun-image,
  #s-62805d0b-b914-4f4a-9eb6-085a2bcec598 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62805d0b-b914-4f4a-9eb6-085a2bcec598 {
    width: 100%;
    height: auto;
  }



  #s-62805d0b-b914-4f4a-9eb6-085a2bcec598 img.shogun-image {
    

    
    
    
  }


#s-62805d0b-b914-4f4a-9eb6-085a2bcec598 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a54308-2061-4519-b91e-5e0fd7fcc77b {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-b9a54308-2061-4519-b91e-5e0fd7fcc77b img.shogun-image,
  #s-b9a54308-2061-4519-b91e-5e0fd7fcc77b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9a54308-2061-4519-b91e-5e0fd7fcc77b {
    width: 100%;
    height: auto;
  }



  #s-b9a54308-2061-4519-b91e-5e0fd7fcc77b img.shogun-image {
    

    
    
    
  }


#s-b9a54308-2061-4519-b91e-5e0fd7fcc77b .shogun-image-content {
  
    align-items: center;
  
}

#s-653dfd3e-7988-41df-bde8-3d45a4eab3d2 {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-653dfd3e-7988-41df-bde8-3d45a4eab3d2 img.shogun-image,
  #s-653dfd3e-7988-41df-bde8-3d45a4eab3d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-653dfd3e-7988-41df-bde8-3d45a4eab3d2 {
    width: 100%;
    height: auto;
  }



  #s-653dfd3e-7988-41df-bde8-3d45a4eab3d2 img.shogun-image {
    

    
    
    
  }


#s-653dfd3e-7988-41df-bde8-3d45a4eab3d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-581fb70b-c14d-4b5c-a253-9c8272786a2b {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-581fb70b-c14d-4b5c-a253-9c8272786a2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-50da9e35-12dd-4766-9010-20489f68896b {
  max-width: 1075px;
text-align: center;
}







  img.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
    
    
  }


.s-50da9e35-12dd-4766-9010-20489f68896b .shogun-image-content {
  
    align-items: center;
  
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
    
    
  }


.s-50da9e35-12dd-4766-9010-20489f68896b .shogun-image-content {
  
    align-items: center;
  
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
    
    
  }


.s-50da9e35-12dd-4766-9010-20489f68896b .shogun-image-content {
  
    align-items: center;
  
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
    
    
  }


.s-50da9e35-12dd-4766-9010-20489f68896b .shogun-image-content {
  
    align-items: center;
  
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
    
    
  }


.s-50da9e35-12dd-4766-9010-20489f68896b .shogun-image-content {
  
    align-items: center;
  
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50da9e35-12dd-4766-9010-20489f68896b.shogun-image {
  box-sizing: border-box;
}



}
#s-4a76a268-f49e-4829-9876-123c945ed171 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9abbb0d4-6842-40da-b55d-6c5c4488de2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9abbb0d4-6842-40da-b55d-6c5c4488de2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9abbb0d4-6842-40da-b55d-6c5c4488de2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9abbb0d4-6842-40da-b55d-6c5c4488de2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-72c85f7d-c3d0-4c8b-b041-f576e852f686 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
    
    
  }


.s-72c85f7d-c3d0-4c8b-b041-f576e852f686 .shogun-image-content {
  
    align-items: center;
  
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
    
    
  }


.s-72c85f7d-c3d0-4c8b-b041-f576e852f686 .shogun-image-content {
  
    align-items: center;
  
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
  box-sizing: border-box;
}



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





  img.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
    
    
  }


.s-72c85f7d-c3d0-4c8b-b041-f576e852f686 .shogun-image-content {
  
    align-items: center;
  
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
  box-sizing: border-box;
}



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





  img.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
    
    
  }


.s-72c85f7d-c3d0-4c8b-b041-f576e852f686 .shogun-image-content {
  
    align-items: center;
  
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
  box-sizing: border-box;
}



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





  img.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
    
    
  }


.s-72c85f7d-c3d0-4c8b-b041-f576e852f686 .shogun-image-content {
  
    align-items: center;
  
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72c85f7d-c3d0-4c8b-b041-f576e852f686.shogun-image {
  box-sizing: border-box;
}



}
#s-9a252c53-0b80-479e-b2fe-788f20c3f4b3 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
    
    
  }


.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
    
    
  }


.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
    
    
  }


.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
    
    
  }


.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
    
    
  }


.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a252c53-0b80-479e-b2fe-788f20c3f4b3.shogun-image {
  box-sizing: border-box;
}



}
#s-77a7e9cd-1648-4055-a8b9-e87e98e8814e {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
    
    
  }


.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e .shogun-image-content {
  
    align-items: center;
  
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
    
    
  }


.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e .shogun-image-content {
  
    align-items: center;
  
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
    
    
  }


.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e .shogun-image-content {
  
    align-items: center;
  
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
    
    
  }


.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e .shogun-image-content {
  
    align-items: center;
  
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
    
    
  }


.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e .shogun-image-content {
  
    align-items: center;
  
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77a7e9cd-1648-4055-a8b9-e87e98e8814e.shogun-image {
  box-sizing: border-box;
}



}
#s-793464d9-b611-403a-9702-d27f0e10503f {
  max-width: 6000px;
text-align: center;
}







  img.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
    
    
  }


.s-793464d9-b611-403a-9702-d27f0e10503f .shogun-image-content {
  
    align-items: center;
  
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
    
    
  }


.s-793464d9-b611-403a-9702-d27f0e10503f .shogun-image-content {
  
    align-items: center;
  
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
    
    
  }


.s-793464d9-b611-403a-9702-d27f0e10503f .shogun-image-content {
  
    align-items: center;
  
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
    
    
  }


.s-793464d9-b611-403a-9702-d27f0e10503f .shogun-image-content {
  
    align-items: center;
  
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
    
    
  }


.s-793464d9-b611-403a-9702-d27f0e10503f .shogun-image-content {
  
    align-items: center;
  
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-793464d9-b611-403a-9702-d27f0e10503f.shogun-image {
  box-sizing: border-box;
}



}
#s-8e8710c0-fd03-413a-ae20-6169cf0e3bfa hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-9e95a882-c3a5-44be-a948-d5e5f8bcb446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e95a882-c3a5-44be-a948-d5e5f8bcb446"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e95a882-c3a5-44be-a948-d5e5f8bcb446"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e95a882-c3a5-44be-a948-d5e5f8bcb446"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ffa78e4-eeca-47d8-a99b-dde861c2659c {
  max-width: 4634px;
text-align: center;
}







  img.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
    
    
  }


.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
    
    
  }


.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
    
    
  }


.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
    
    
  }


.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
    
    
  }


.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c .shogun-image-content {
  
    align-items: center;
  
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ffa78e4-eeca-47d8-a99b-dde861c2659c.shogun-image {
  box-sizing: border-box;
}



}
#s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17 {
  max-width: 4480px;
text-align: center;
}







  img.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
    
    
  }


.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
    
    
  }


.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
    
    
  }


.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
    
    
  }


.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
    
    
  }


.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b08fd3-a830-4d6b-b2ea-a6c9ad4e1e17.shogun-image {
  box-sizing: border-box;
}



}
#s-9af810f5-b636-4e2c-8966-17cace17aac9 {
  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-9af810f5-b636-4e2c-8966-17cace17aac9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9af810f5-b636-4e2c-8966-17cace17aac9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9af810f5-b636-4e2c-8966-17cace17aac9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9af810f5-b636-4e2c-8966-17cace17aac9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-905aea0f-3481-4242-be15-c3235f5d881e {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-905aea0f-3481-4242-be15-c3235f5d881e img.shogun-image,
  #s-905aea0f-3481-4242-be15-c3235f5d881e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-905aea0f-3481-4242-be15-c3235f5d881e {
    width: 100%;
    height: auto;
  }



  #s-905aea0f-3481-4242-be15-c3235f5d881e img.shogun-image {
    

    
    
    
  }


#s-905aea0f-3481-4242-be15-c3235f5d881e .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae02d8b-ccf4-4d57-b508-f902056ef9bf {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-5ae02d8b-ccf4-4d57-b508-f902056ef9bf img.shogun-image,
  #s-5ae02d8b-ccf4-4d57-b508-f902056ef9bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ae02d8b-ccf4-4d57-b508-f902056ef9bf {
    width: 100%;
    height: auto;
  }



  #s-5ae02d8b-ccf4-4d57-b508-f902056ef9bf img.shogun-image {
    

    
    
    
  }


#s-5ae02d8b-ccf4-4d57-b508-f902056ef9bf .shogun-image-content {
  
    align-items: center;
  
}

#s-c2b4de4d-6171-424b-9ab2-a6bc71874349 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-c2b4de4d-6171-424b-9ab2-a6bc71874349 img.shogun-image,
  #s-c2b4de4d-6171-424b-9ab2-a6bc71874349 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2b4de4d-6171-424b-9ab2-a6bc71874349 {
    width: 100%;
    height: auto;
  }



  #s-c2b4de4d-6171-424b-9ab2-a6bc71874349 img.shogun-image {
    

    
    
    
  }


#s-c2b4de4d-6171-424b-9ab2-a6bc71874349 .shogun-image-content {
  
    align-items: center;
  
}

#s-36c7583d-eb99-4841-aaa7-5bf7be05d63a {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36c7583d-eb99-4841-aaa7-5bf7be05d63a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d043a5f1-b3a8-47e2-af34-8f5a852252a4 {
  max-width: 1075px;
text-align: center;
}







  img.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
    
    
  }


.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
    
    
  }


.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
    
    
  }


.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
    
    
  }


.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
    
    
  }


.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d043a5f1-b3a8-47e2-af34-8f5a852252a4.shogun-image {
  box-sizing: border-box;
}



}
#s-36c63cc4-b7d6-4b97-ae23-d7ed71cb6fb3 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e1446d4f-b320-43da-ae45-2f780b997c96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1446d4f-b320-43da-ae45-2f780b997c96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1446d4f-b320-43da-ae45-2f780b997c96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1446d4f-b320-43da-ae45-2f780b997c96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-740ba343-be8c-445c-b0b3-526ca799c972 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
    
    
  }


.s-740ba343-be8c-445c-b0b3-526ca799c972 .shogun-image-content {
  
    align-items: center;
  
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
    
    
  }


.s-740ba343-be8c-445c-b0b3-526ca799c972 .shogun-image-content {
  
    align-items: center;
  
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
  box-sizing: border-box;
}



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





  img.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
    
    
  }


.s-740ba343-be8c-445c-b0b3-526ca799c972 .shogun-image-content {
  
    align-items: center;
  
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
  box-sizing: border-box;
}



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





  img.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
    
    
  }


.s-740ba343-be8c-445c-b0b3-526ca799c972 .shogun-image-content {
  
    align-items: center;
  
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
  box-sizing: border-box;
}



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





  img.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
    
    
  }


.s-740ba343-be8c-445c-b0b3-526ca799c972 .shogun-image-content {
  
    align-items: center;
  
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shg-align-container {
  display: flex;
  justify-content: center
}

.s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-740ba343-be8c-445c-b0b3-526ca799c972.shogun-image {
  box-sizing: border-box;
}



}
#s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1024px;
text-align: center;
}







  img.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
    
    
  }


.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
    
    
  }


.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
    
    
  }


.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
    
    
  }


.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
    
    
  }


.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b89bc68-1e1d-48a2-949c-51f46a9e61b9.shogun-image {
  box-sizing: border-box;
}



}
#s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
    
    
  }


.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
    
    
  }


.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
    
    
  }


.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
    
    
  }


.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
    
    
  }


.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e39489e-2ddc-44ac-8db4-ebe3c0cf1d85.shogun-image {
  box-sizing: border-box;
}



}
#s-f17e0619-c35c-409f-88e3-a63fe4e7255c {
  max-width: 9354px;
text-align: center;
}







  img.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
    
    
  }


.s-f17e0619-c35c-409f-88e3-a63fe4e7255c .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
    
    
  }


.s-f17e0619-c35c-409f-88e3-a63fe4e7255c .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
    
    
  }


.s-f17e0619-c35c-409f-88e3-a63fe4e7255c .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
    
    
  }


.s-f17e0619-c35c-409f-88e3-a63fe4e7255c .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
    
    
  }


.s-f17e0619-c35c-409f-88e3-a63fe4e7255c .shogun-image-content {
  
    align-items: center;
  
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e0619-c35c-409f-88e3-a63fe4e7255c.shogun-image {
  box-sizing: border-box;
}



}
#s-b43bb89b-5826-4d7f-8952-dbb9b85da896 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-757d526f-3a73-4f7b-af80-34fe0c79c707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-757d526f-3a73-4f7b-af80-34fe0c79c707"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-757d526f-3a73-4f7b-af80-34fe0c79c707"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-757d526f-3a73-4f7b-af80-34fe0c79c707"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f0fb823-1bdc-4a6c-9396-df83659914ce {
  max-width: 4512px;
text-align: center;
}







  img.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
    
    
  }


.s-4f0fb823-1bdc-4a6c-9396-df83659914ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
    
    
  }


.s-4f0fb823-1bdc-4a6c-9396-df83659914ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
    
    
  }


.s-4f0fb823-1bdc-4a6c-9396-df83659914ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
    
    
  }


.s-4f0fb823-1bdc-4a6c-9396-df83659914ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
    
    
  }


.s-4f0fb823-1bdc-4a6c-9396-df83659914ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f0fb823-1bdc-4a6c-9396-df83659914ce.shogun-image {
  box-sizing: border-box;
}



}
#s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7 {
  max-width: 4480px;
text-align: center;
}







  img.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
    
    
  }


.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
    
    
  }


.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
    
    
  }


.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
    
    
  }


.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
    
    
  }


.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f65406-c202-4f8b-aa9f-86c6f6dd8fa7.shogun-image {
  box-sizing: border-box;
}



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

#s-63ccf43d-923c-4272-bf4b-c018fa871164 {
  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-63ccf43d-923c-4272-bf4b-c018fa871164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63ccf43d-923c-4272-bf4b-c018fa871164"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63ccf43d-923c-4272-bf4b-c018fa871164"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63ccf43d-923c-4272-bf4b-c018fa871164"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fd9fe22c-d6d7-4c8d-a0b7-70b9d81290ec {
  max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-fd9fe22c-d6d7-4c8d-a0b7-70b9d81290ec img.shogun-image,
  #s-fd9fe22c-d6d7-4c8d-a0b7-70b9d81290ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd9fe22c-d6d7-4c8d-a0b7-70b9d81290ec {
    width: 100%;
    height: auto;
  }



  #s-fd9fe22c-d6d7-4c8d-a0b7-70b9d81290ec img.shogun-image {
    

    
    
    
  }


#s-fd9fe22c-d6d7-4c8d-a0b7-70b9d81290ec .shogun-image-content {
  
    align-items: center;
  
}

#s-2694fd88-e9f0-4bf1-91df-211b9bc365d7 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1398px;
aspect-ratio: 1398/2048;
text-align: center;
}





  #s-2694fd88-e9f0-4bf1-91df-211b9bc365d7 img.shogun-image,
  #s-2694fd88-e9f0-4bf1-91df-211b9bc365d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2694fd88-e9f0-4bf1-91df-211b9bc365d7 {
    width: 100%;
    height: auto;
  }



  #s-2694fd88-e9f0-4bf1-91df-211b9bc365d7 img.shogun-image {
    

    
    
    
  }


#s-2694fd88-e9f0-4bf1-91df-211b9bc365d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e2841d4-3bff-4f10-b7c7-c452ad6ab978 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0e2841d4-3bff-4f10-b7c7-c452ad6ab978 img.shogun-image,
  #s-0e2841d4-3bff-4f10-b7c7-c452ad6ab978 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e2841d4-3bff-4f10-b7c7-c452ad6ab978 {
    width: 100%;
    height: auto;
  }



  #s-0e2841d4-3bff-4f10-b7c7-c452ad6ab978 img.shogun-image {
    

    
    
    
  }


#s-0e2841d4-3bff-4f10-b7c7-c452ad6ab978 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c9ed349-85ae-4404-9aad-d640a4016b88 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9ed349-85ae-4404-9aad-d640a4016b88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5 {
  max-width: 1075px;
text-align: center;
}







  img.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
    
    
  }


.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
    
    
  }


.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
    
    
  }


.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
    
    
  }


.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
    
    
  }


.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a185f636-0f5c-41ec-a6d6-42ca7bad69f5.shogun-image {
  box-sizing: border-box;
}



}
#s-117ba888-6660-487d-a5a8-61a6473d956b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-97066f8e-a7e0-4a65-b71a-ef5c3f44f567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97066f8e-a7e0-4a65-b71a-ef5c3f44f567"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97066f8e-a7e0-4a65-b71a-ef5c3f44f567"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97066f8e-a7e0-4a65-b71a-ef5c3f44f567"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
text-align: center;
}







  img.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
    
    
  }


.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
    
    
  }


.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
    
    
  }


.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
    
    
  }


.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
    
    
  }


.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1bf3726-b0d2-4841-b21e-52f378c7f6d7.shogun-image {
  box-sizing: border-box;
}



}
#s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
    
    
  }


.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
    
    
  }


.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
    
    
  }


.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
    
    
  }


.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
    
    
  }


.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53f8758b-5c4e-46e4-bf44-9d5e5231bdc8.shogun-image {
  box-sizing: border-box;
}



}
#s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1075px;
text-align: center;
}







  img.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
    
    
  }


.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
    
    
  }


.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
    
    
  }


.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
    
    
  }


.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
    
    
  }


.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5fef462-757b-4e8d-aa0a-ab6a92fe01e0.shogun-image {
  box-sizing: border-box;
}



}
#s-ec40c336-79c6-44e2-9356-5c04198ddb90 {
  max-width: 5470px;
text-align: center;
}







  img.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
    
    
  }


.s-ec40c336-79c6-44e2-9356-5c04198ddb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
    
    
  }


.s-ec40c336-79c6-44e2-9356-5c04198ddb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
    
    
  }


.s-ec40c336-79c6-44e2-9356-5c04198ddb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
    
    
  }


.s-ec40c336-79c6-44e2-9356-5c04198ddb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
    
    
  }


.s-ec40c336-79c6-44e2-9356-5c04198ddb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec40c336-79c6-44e2-9356-5c04198ddb90.shogun-image {
  box-sizing: border-box;
}



}
#s-73574391-84d5-4af4-8148-749a96a88b81 hr {
  border-top: 2px solid #ddd;
}

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