.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: 2000px;
aspect-ratio: 2000/1000;
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 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;
}

#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: 3731px;
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: 3829px;
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-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6c6b07e-b6ad-4e83-aaa1-e33a87b30ea7"] > .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-98460fca-1026-4b8c-8566-681e62c761dd {
  max-width: 4000px;
text-align: center;
}







  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
    
    
  }


.s-98460fca-1026-4b8c-8566-681e62c761dd .shogun-image-content {
  
    align-items: center;
  
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98460fca-1026-4b8c-8566-681e62c761dd.shogun-image {
  box-sizing: border-box;
}

}
#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 {
  max-width: 3843px;
text-align: center;
}







  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}

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





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}

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





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}

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





  img.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
    
    
  }


.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b492cb4-0cf2-45fe-aa8b-96fd576ddb05.shogun-image {
  box-sizing: border-box;
}

}
#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd {
  max-width: 4000px;
text-align: center;
}







  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
    
    
  }


.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5feb7ca3-4f86-44eb-a778-3e0db20b41cd.shogun-image {
  box-sizing: border-box;
}

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

#s-a3595c27-ed8d-44db-bcfa-dd9ec5d68890 {
  background-color: rgba(255, 255, 255, 1);
}

.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-17c841ee-6940-4eed-bc48-10c054d67695 {
  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-17c841ee-6940-4eed-bc48-10c054d67695:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17c841ee-6940-4eed-bc48-10c054d67695:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17c841ee-6940-4eed-bc48-10c054d67695-root {
    text-align: center;
  }


#s-17c841ee-6940-4eed-bc48-10c054d67695.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;
}

#s-1bfef63c-555c-4722-a4fb-e642e2e392ef {
  margin-bottom: 30px;
max-width: 1800px;
text-align: center;
}







  img.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
    
    
  }


.s-1bfef63c-555c-4722-a4fb-e642e2e392ef .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
    
    
  }


.s-1bfef63c-555c-4722-a4fb-e642e2e392ef .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
  box-sizing: border-box;
}

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





  img.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
    
    
  }


.s-1bfef63c-555c-4722-a4fb-e642e2e392ef .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
  box-sizing: border-box;
}

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





  img.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
    
    
  }


.s-1bfef63c-555c-4722-a4fb-e642e2e392ef .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
  box-sizing: border-box;
}

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





  img.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
    
    
  }


.s-1bfef63c-555c-4722-a4fb-e642e2e392ef .shogun-image-content {
  
    align-items: center;
  
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bfef63c-555c-4722-a4fb-e642e2e392ef.shogun-image {
  box-sizing: border-box;
}

}
#s-a873a6fb-4d19-40aa-896a-1c568013ba4f {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-e37ee855-04e8-46d3-a848-7666c0d47902 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e37ee855-04e8-46d3-a848-7666c0d47902:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e37ee855-04e8-46d3-a848-7666c0d47902:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e37ee855-04e8-46d3-a848-7666c0d47902-root {
    text-align: center;
  }


#s-e37ee855-04e8-46d3-a848-7666c0d47902.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e37ee855-04e8-46d3-a848-7666c0d47902-root {
    text-align: center;
  }


#s-e37ee855-04e8-46d3-a848-7666c0d47902.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e37ee855-04e8-46d3-a848-7666c0d47902-root {
    text-align: center;
  }


#s-e37ee855-04e8-46d3-a848-7666c0d47902.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e37ee855-04e8-46d3-a848-7666c0d47902-root {
    text-align: center;
  }


#s-e37ee855-04e8-46d3-a848-7666c0d47902.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e37ee855-04e8-46d3-a848-7666c0d47902-root {
    text-align: center;
  }


#s-e37ee855-04e8-46d3-a848-7666c0d47902.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33bea5f8-b95f-482a-846f-a8108bc3811c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e35bf153-6e44-40b6-8500-435bc4e674da {
  max-width: 3595px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e35bf153-6e44-40b6-8500-435bc4e674da img.shogun-image,
  #s-e35bf153-6e44-40b6-8500-435bc4e674da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e35bf153-6e44-40b6-8500-435bc4e674da {
    width: 100%;
    height: auto;
  }



  #s-e35bf153-6e44-40b6-8500-435bc4e674da img.shogun-image {
    

    
    
    
  }


#s-e35bf153-6e44-40b6-8500-435bc4e674da .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb3280a-acd0-45b5-a0e6-038eb7259586 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 img.shogun-image,
  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 {
    width: 100%;
    height: auto;
  }



  #s-1cb3280a-acd0-45b5-a0e6-038eb7259586 img.shogun-image {
    

    
    
    
  }


#s-1cb3280a-acd0-45b5-a0e6-038eb7259586 .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-ff4ed24c-0719-46f5-a531-4c4cd1320477 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
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: 699px;
aspect-ratio: 699/1024;
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-8663d981-3ee5-4e62-a50d-d087af91f77e {
  max-width: 1075px;
aspect-ratio: 1075/1575;
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-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 {
  max-width: 7254px;
aspect-ratio: 7254/4836;
text-align: center;
}





  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 img.shogun-image,
  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 {
    width: 100%;
    height: auto;
  }



  #s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 img.shogun-image {
    

    
    
    
  }


#s-d7ab67c6-3f9d-4e6e-8ba4-9fd381eafd06 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}

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



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}

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



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}

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



  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image,
  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d {
    width: 100%;
    height: auto;
  }

  #s-f7a90982-f11d-4697-b58f-3ac34cc9082d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
    
    
  }


.s-f7a90982-f11d-4697-b58f-3ac34cc9082d .shogun-image-content {
  
    align-items: center;
  
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a90982-f11d-4697-b58f-3ac34cc9082d.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06b31bfa-1466-4fee-a4c4-9b1449876456"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bdfd8ff1-6570-4815-8e36-42f8a4ab7bc0 {
  max-width: 3815px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-bdfd8ff1-6570-4815-8e36-42f8a4ab7bc0 img.shogun-image,
  #s-bdfd8ff1-6570-4815-8e36-42f8a4ab7bc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdfd8ff1-6570-4815-8e36-42f8a4ab7bc0 {
    width: 100%;
    height: auto;
  }



  #s-bdfd8ff1-6570-4815-8e36-42f8a4ab7bc0 img.shogun-image {
    

    
    
    
  }


#s-bdfd8ff1-6570-4815-8e36-42f8a4ab7bc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bad54d64-276f-4bce-a025-5762786f2c44 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-bad54d64-276f-4bce-a025-5762786f2c44 img.shogun-image,
  #s-bad54d64-276f-4bce-a025-5762786f2c44 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bad54d64-276f-4bce-a025-5762786f2c44 {
    width: 100%;
    height: auto;
  }



  #s-bad54d64-276f-4bce-a025-5762786f2c44 img.shogun-image {
    

    
    
    
  }


#s-bad54d64-276f-4bce-a025-5762786f2c44 .shogun-image-content {
  
    align-items: center;
  
}

#s-9deb4457-84ac-4844-a2a8-1deadb91f65a {
  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-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9deb4457-84ac-4844-a2a8-1deadb91f65a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-873561f9-dcad-4730-9471-3627278b480c {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-873561f9-dcad-4730-9471-3627278b480c img.shogun-image,
  #s-873561f9-dcad-4730-9471-3627278b480c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-873561f9-dcad-4730-9471-3627278b480c {
    width: 100%;
    height: auto;
  }



  #s-873561f9-dcad-4730-9471-3627278b480c img.shogun-image {
    

    
    
    
  }


#s-873561f9-dcad-4730-9471-3627278b480c .shogun-image-content {
  
    align-items: center;
  
}

#s-e82877db-ce0f-48c5-841e-47197daad572 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e82877db-ce0f-48c5-841e-47197daad572 img.shogun-image,
  #s-e82877db-ce0f-48c5-841e-47197daad572 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e82877db-ce0f-48c5-841e-47197daad572 {
    width: 100%;
    height: auto;
  }



  #s-e82877db-ce0f-48c5-841e-47197daad572 img.shogun-image {
    

    
    
    
  }


#s-e82877db-ce0f-48c5-841e-47197daad572 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4d99be0-042f-4481-a092-e67447b62c57 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d4d99be0-042f-4481-a092-e67447b62c57 img.shogun-image,
  #s-d4d99be0-042f-4481-a092-e67447b62c57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4d99be0-042f-4481-a092-e67447b62c57 {
    width: 100%;
    height: auto;
  }



  #s-d4d99be0-042f-4481-a092-e67447b62c57 img.shogun-image {
    

    
    
    
  }


#s-d4d99be0-042f-4481-a092-e67447b62c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-c476b4c3-94ff-4384-8308-6d517017c29f {
  max-width: 7880px;
aspect-ratio: 7880/5254;
text-align: center;
}





  #s-c476b4c3-94ff-4384-8308-6d517017c29f img.shogun-image,
  #s-c476b4c3-94ff-4384-8308-6d517017c29f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c476b4c3-94ff-4384-8308-6d517017c29f {
    width: 100%;
    height: auto;
  }



  #s-c476b4c3-94ff-4384-8308-6d517017c29f img.shogun-image {
    

    
    
    
  }


#s-c476b4c3-94ff-4384-8308-6d517017c29f .shogun-image-content {
  
    align-items: center;
  
}

#s-1146b355-4405-440d-a112-65b4dd3657fe hr {
  border-top: 2px solid #ddd;
}

#s-fab7af09-3dff-4732-b27b-162d6fa52d84 {
  max-width: 1800px;
aspect-ratio: 1800/755;
text-align: center;
}





  #s-fab7af09-3dff-4732-b27b-162d6fa52d84 img.shogun-image,
  #s-fab7af09-3dff-4732-b27b-162d6fa52d84 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fab7af09-3dff-4732-b27b-162d6fa52d84 {
    width: 100%;
    height: auto;
  }



  #s-fab7af09-3dff-4732-b27b-162d6fa52d84 img.shogun-image {
    

    
    
    
  }


#s-fab7af09-3dff-4732-b27b-162d6fa52d84 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ccb2db7-8e57-4e18-aae9-049b5a5cbd47 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e0e8671-e5f5-4e14-992f-c8daee85c95e-root {
    text-align: center;
  }


#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e0e8671-e5f5-4e14-992f-c8daee85c95e-root {
    text-align: center;
  }


#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e0e8671-e5f5-4e14-992f-c8daee85c95e-root {
    text-align: center;
  }


#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e0e8671-e5f5-4e14-992f-c8daee85c95e-root {
    text-align: center;
  }


#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e0e8671-e5f5-4e14-992f-c8daee85c95e-root {
    text-align: center;
  }


#s-0e0e8671-e5f5-4e14-992f-c8daee85c95e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

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

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



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


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

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

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

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

@media (min-width: 1200px){



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

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

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



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


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

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

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

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

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



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

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

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



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


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

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

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

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

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



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

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

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



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


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

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

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

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

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



  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 img.shogun-image,
  #s-8d155a99-3bf6-4c6a-b06b-b34b540fd117 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

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

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



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


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

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

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

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

}
@media (min-width: 0px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-210c7d7e-ef24-465f-9504-98912aaaa0c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6335d036-c4ac-4f88-bd54-ac9c82316236 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 img.shogun-image,
  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 {
    width: 100%;
    height: auto;
  }



  #s-6335d036-c4ac-4f88-bd54-ac9c82316236 img.shogun-image {
    

    
    
    
  }


#s-6335d036-c4ac-4f88-bd54-ac9c82316236 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b51905b-0866-4aee-8a96-c0a398f162e1 {
  max-width: 3404px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 img.shogun-image,
  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 {
    width: 100%;
    height: auto;
  }



  #s-1b51905b-0866-4aee-8a96-c0a398f162e1 img.shogun-image {
    

    
    
    
  }


#s-1b51905b-0866-4aee-8a96-c0a398f162e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80 {
  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-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa8c396c-5b5b-45c2-aadc-858ebbd13d80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d img.shogun-image,
  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d {
    width: 100%;
    height: auto;
  }



  #s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d img.shogun-image {
    

    
    
    
  }


#s-1e9d9430-cf36-4475-9e67-5fbd1f6db80d .shogun-image-content {
  
    align-items: center;
  
}

#s-62080260-a192-4cd7-aa2c-539cdbcc32b4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 img.shogun-image,
  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 {
    width: 100%;
    height: auto;
  }



  #s-62080260-a192-4cd7-aa2c-539cdbcc32b4 img.shogun-image {
    

    
    
    
  }


#s-62080260-a192-4cd7-aa2c-539cdbcc32b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-55375715-69a9-4b67-b42b-cf849a07cb19 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-55375715-69a9-4b67-b42b-cf849a07cb19 img.shogun-image,
  #s-55375715-69a9-4b67-b42b-cf849a07cb19 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55375715-69a9-4b67-b42b-cf849a07cb19 {
    width: 100%;
    height: auto;
  }



  #s-55375715-69a9-4b67-b42b-cf849a07cb19 img.shogun-image {
    

    
    
    
  }


#s-55375715-69a9-4b67-b42b-cf849a07cb19 .shogun-image-content {
  
    align-items: center;
  
}

#s-27a78d7f-046c-4a2c-8401-adfbfac3752b {
  padding-bottom: 30px;
max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b img.shogun-image,
  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b {
    width: 100%;
    height: auto;
  }



  #s-27a78d7f-046c-4a2c-8401-adfbfac3752b img.shogun-image {
    

    
    
    
  }


#s-27a78d7f-046c-4a2c-8401-adfbfac3752b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}

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



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}

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



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}

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



  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image,
  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd {
    width: 100%;
    height: auto;
  }

  #s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
    
    
  }


.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6e80399-be68-4af8-a0d8-b2f8168a3ecd.shogun-image {
  box-sizing: border-box;
}

}
#s-b70a0cba-b705-46a4-95e0-c07159aa8553 {
  min-height: 50px;
}








#s-b70a0cba-b705-46a4-95e0-c07159aa8553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70a0cba-b705-46a4-95e0-c07159aa8553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d383592-f285-481e-8a65-4648d3eed136 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d383592-f285-481e-8a65-4648d3eed136"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc img.shogun-image,
  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc {
    width: 100%;
    height: auto;
  }



  #s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc img.shogun-image {
    

    
    
    
  }


#s-e2d7c1cc-0ad2-4d7e-9cb8-4b386a723ccc .shogun-image-content {
  
    align-items: center;
  
}

#s-f62e54f1-ae25-4f3d-aa61-188c244ab31b {
  max-width: 3843px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b img.shogun-image,
  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b {
    width: 100%;
    height: auto;
  }



  #s-f62e54f1-ae25-4f3d-aa61-188c244ab31b img.shogun-image {
    

    
    
    
  }


#s-f62e54f1-ae25-4f3d-aa61-188c244ab31b .shogun-image-content {
  
    align-items: center;
  
}

#s-f65e80c8-1a18-41b3-b916-1e64357319f4 {
  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-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f65e80c8-1a18-41b3-b916-1e64357319f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ef741194-fa2f-401d-a151-fba1e77e73d2 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 img.shogun-image,
  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 {
    width: 100%;
    height: auto;
  }



  #s-ef741194-fa2f-401d-a151-fba1e77e73d2 img.shogun-image {
    

    
    
    
  }


#s-ef741194-fa2f-401d-a151-fba1e77e73d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4421106-62c2-48c7-9309-38c842932341 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e4421106-62c2-48c7-9309-38c842932341 img.shogun-image,
  #s-e4421106-62c2-48c7-9309-38c842932341 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e4421106-62c2-48c7-9309-38c842932341 {
    width: 100%;
    height: auto;
  }



  #s-e4421106-62c2-48c7-9309-38c842932341 img.shogun-image {
    

    
    
    
  }


#s-e4421106-62c2-48c7-9309-38c842932341 .shogun-image-content {
  
    align-items: center;
  
}

#s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b img.shogun-image,
  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b {
    width: 100%;
    height: auto;
  }



  #s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b img.shogun-image {
    

    
    
    
  }


#s-0868b7cb-3397-4459-95ce-3e7f8bf41f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
  max-width: 5649px;
aspect-ratio: 5649/3766;
text-align: center;
}





  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image,
  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 {
    width: 100%;
    height: auto;
  }



  #s-eba47284-83d1-40a8-a658-7ea74e2c6768 img.shogun-image {
    

    
    
    
  }


#s-eba47284-83d1-40a8-a658-7ea74e2c6768 .shogun-image-content {
  
    align-items: center;
  
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}

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



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}

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



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}

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



  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image,
  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a {
    width: 100%;
    height: auto;
  }

  #s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
    
    
  }


.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a .shogun-image-content {
  
    align-items: center;
  
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-580ab800-d6b0-4b26-ae6e-d5d82b7b601a.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-e4b493c5-4d75-4086-9802-6128453c6452"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e4b493c5-4d75-4086-9802-6128453c6452"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4b493c5-4d75-4086-9802-6128453c6452"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4b493c5-4d75-4086-9802-6128453c6452"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-311d95fe-2523-4259-9e23-a9b261d8785f {
  max-width: 3873px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-311d95fe-2523-4259-9e23-a9b261d8785f img.shogun-image,
  #s-311d95fe-2523-4259-9e23-a9b261d8785f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-311d95fe-2523-4259-9e23-a9b261d8785f {
    width: 100%;
    height: auto;
  }



  #s-311d95fe-2523-4259-9e23-a9b261d8785f img.shogun-image {
    

    
    
    
  }


#s-311d95fe-2523-4259-9e23-a9b261d8785f .shogun-image-content {
  
    align-items: center;
  
}

#s-3f64929f-f09d-4c31-91e9-a1a94b155f0d {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-3f64929f-f09d-4c31-91e9-a1a94b155f0d img.shogun-image,
  #s-3f64929f-f09d-4c31-91e9-a1a94b155f0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f64929f-f09d-4c31-91e9-a1a94b155f0d {
    width: 100%;
    height: auto;
  }



  #s-3f64929f-f09d-4c31-91e9-a1a94b155f0d img.shogun-image {
    

    
    
    
  }


#s-3f64929f-f09d-4c31-91e9-a1a94b155f0d .shogun-image-content {
  
    align-items: center;
  
}

#s-b14bd60b-40e8-42e9-9ae4-497451c55a58 {
  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-b14bd60b-40e8-42e9-9ae4-497451c55a58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b14bd60b-40e8-42e9-9ae4-497451c55a58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b14bd60b-40e8-42e9-9ae4-497451c55a58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b14bd60b-40e8-42e9-9ae4-497451c55a58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-16f78238-b68c-4352-bd0f-f071741fbacd {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-16f78238-b68c-4352-bd0f-f071741fbacd img.shogun-image,
  #s-16f78238-b68c-4352-bd0f-f071741fbacd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16f78238-b68c-4352-bd0f-f071741fbacd {
    width: 100%;
    height: auto;
  }



  #s-16f78238-b68c-4352-bd0f-f071741fbacd img.shogun-image {
    

    
    
    
  }


#s-16f78238-b68c-4352-bd0f-f071741fbacd .shogun-image-content {
  
    align-items: center;
  
}

#s-68a22008-6d1c-4516-b8ae-c02aa5c816b4 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-68a22008-6d1c-4516-b8ae-c02aa5c816b4 img.shogun-image,
  #s-68a22008-6d1c-4516-b8ae-c02aa5c816b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68a22008-6d1c-4516-b8ae-c02aa5c816b4 {
    width: 100%;
    height: auto;
  }



  #s-68a22008-6d1c-4516-b8ae-c02aa5c816b4 img.shogun-image {
    

    
    
    
  }


#s-68a22008-6d1c-4516-b8ae-c02aa5c816b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d8a8b75-8ff8-4e31-be31-563f347a648e {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-2d8a8b75-8ff8-4e31-be31-563f347a648e img.shogun-image,
  #s-2d8a8b75-8ff8-4e31-be31-563f347a648e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d8a8b75-8ff8-4e31-be31-563f347a648e {
    width: 100%;
    height: auto;
  }



  #s-2d8a8b75-8ff8-4e31-be31-563f347a648e img.shogun-image {
    

    
    
    
  }


#s-2d8a8b75-8ff8-4e31-be31-563f347a648e .shogun-image-content {
  
    align-items: center;
  
}

#s-62390cfb-429d-4396-958f-89c78f5971b9 {
  max-width: 5664px;
text-align: center;
}







  img.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
    
    
  }


.s-62390cfb-429d-4396-958f-89c78f5971b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
    
    
  }


.s-62390cfb-429d-4396-958f-89c78f5971b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
    
    
  }


.s-62390cfb-429d-4396-958f-89c78f5971b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
    
    
  }


.s-62390cfb-429d-4396-958f-89c78f5971b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
    
    
  }


.s-62390cfb-429d-4396-958f-89c78f5971b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62390cfb-429d-4396-958f-89c78f5971b9.shogun-image {
  box-sizing: border-box;
}

}
#s-69a2d214-02b3-4941-bea3-6ec5e09074ff hr {
  border-top: 2px solid #ddd;
}

#s-b41d648f-c48b-47df-97e0-c4cd0d136348 {
  padding-bottom: 30px;
max-width: 1800px;
text-align: center;
}







  img.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
    
    
  }


.s-b41d648f-c48b-47df-97e0-c4cd0d136348 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
    
    
  }


.s-b41d648f-c48b-47df-97e0-c4cd0d136348 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
    
    
  }


.s-b41d648f-c48b-47df-97e0-c4cd0d136348 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
    
    
  }


.s-b41d648f-c48b-47df-97e0-c4cd0d136348 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
    
    
  }


.s-b41d648f-c48b-47df-97e0-c4cd0d136348 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41d648f-c48b-47df-97e0-c4cd0d136348.shogun-image {
  box-sizing: border-box;
}

}
#s-3dadfb1c-64b0-436b-8647-029b7da318c9 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8-root {
    text-align: center;
  }


#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8-root {
    text-align: center;
  }


#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8-root {
    text-align: center;
  }


#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8-root {
    text-align: center;
  }


#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8-root {
    text-align: center;
  }


#s-fb9e629e-0dac-4e6f-8c02-e8c73b56e1d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-953c6d55-e95c-4954-93e1-5fe4929fa6ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1be03e3b-88bd-41f1-9d47-8b3fb75637c1 {
  max-width: 3912px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1be03e3b-88bd-41f1-9d47-8b3fb75637c1 img.shogun-image,
  #s-1be03e3b-88bd-41f1-9d47-8b3fb75637c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1be03e3b-88bd-41f1-9d47-8b3fb75637c1 {
    width: 100%;
    height: auto;
  }



  #s-1be03e3b-88bd-41f1-9d47-8b3fb75637c1 img.shogun-image {
    

    
    
    
  }


#s-1be03e3b-88bd-41f1-9d47-8b3fb75637c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 {
  max-width: 3743px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 img.shogun-image,
  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 {
    width: 100%;
    height: auto;
  }



  #s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 img.shogun-image {
    

    
    
    
  }


#s-afbba1ae-e7e8-4b0e-a46a-8b2018cd34d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bf011b0-0d28-40bd-98e0-ac996838d956 {
  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-2bf011b0-0d28-40bd-98e0-ac996838d956"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bf011b0-0d28-40bd-98e0-ac996838d956"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2bf011b0-0d28-40bd-98e0-ac996838d956"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bf011b0-0d28-40bd-98e0-ac996838d956"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-426ba58b-79fc-4778-9f99-60087d0bfdcc {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-426ba58b-79fc-4778-9f99-60087d0bfdcc img.shogun-image,
  #s-426ba58b-79fc-4778-9f99-60087d0bfdcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-426ba58b-79fc-4778-9f99-60087d0bfdcc {
    width: 100%;
    height: auto;
  }



  #s-426ba58b-79fc-4778-9f99-60087d0bfdcc img.shogun-image {
    

    
    
    
  }


#s-426ba58b-79fc-4778-9f99-60087d0bfdcc .shogun-image-content {
  
    align-items: center;
  
}

#s-73dec3c9-d5c1-4ccc-acef-34aeb5206091 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-73dec3c9-d5c1-4ccc-acef-34aeb5206091 img.shogun-image,
  #s-73dec3c9-d5c1-4ccc-acef-34aeb5206091 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73dec3c9-d5c1-4ccc-acef-34aeb5206091 {
    width: 100%;
    height: auto;
  }



  #s-73dec3c9-d5c1-4ccc-acef-34aeb5206091 img.shogun-image {
    

    
    
    
  }


#s-73dec3c9-d5c1-4ccc-acef-34aeb5206091 .shogun-image-content {
  
    align-items: center;
  
}

#s-37d695c3-cddf-4c3f-96f9-050a5fa0b14d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-37d695c3-cddf-4c3f-96f9-050a5fa0b14d img.shogun-image,
  #s-37d695c3-cddf-4c3f-96f9-050a5fa0b14d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37d695c3-cddf-4c3f-96f9-050a5fa0b14d {
    width: 100%;
    height: auto;
  }



  #s-37d695c3-cddf-4c3f-96f9-050a5fa0b14d img.shogun-image {
    

    
    
    
  }


#s-37d695c3-cddf-4c3f-96f9-050a5fa0b14d .shogun-image-content {
  
    align-items: center;
  
}

#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
  max-width: 4706px;
aspect-ratio: 4706/3137;
text-align: center;
}





  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image,
  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 {
    width: 100%;
    height: auto;
  }



  #s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 img.shogun-image {
    

    
    
    
  }


#s-5bb9593b-8c21-4693-b3de-9c6c55b7a4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}

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



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}

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



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}

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



  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image,
  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 {
    width: 100%;
    height: auto;
  }

  #s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
    
    
  }


.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63 .shogun-image-content {
  
    align-items: center;
  
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b34ce6-3fca-4a6b-ae32-4cf496a9eb63.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02bff90-358b-4011-b808-93f95901da7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 {
  max-width: 3834px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 img.shogun-image,
  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 {
    width: 100%;
    height: auto;
  }



  #s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 img.shogun-image {
    

    
    
    
  }


#s-b610f9f1-0cf6-4170-b767-f9d5af20e4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd89e36c-429e-4b32-addd-c863911f6793 {
  max-width: 3754px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-cd89e36c-429e-4b32-addd-c863911f6793 img.shogun-image,
  #s-cd89e36c-429e-4b32-addd-c863911f6793 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd89e36c-429e-4b32-addd-c863911f6793 {
    width: 100%;
    height: auto;
  }



  #s-cd89e36c-429e-4b32-addd-c863911f6793 img.shogun-image {
    

    
    
    
  }


#s-cd89e36c-429e-4b32-addd-c863911f6793 .shogun-image-content {
  
    align-items: center;
  
}

#s-58b555b5-0333-461e-9856-2b7ff5264191 {
  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-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b555b5-0333-461e-9856-2b7ff5264191"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cadef5a4-c0df-4a74-8bb0-7e18decc8784 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-cadef5a4-c0df-4a74-8bb0-7e18decc8784 img.shogun-image,
  #s-cadef5a4-c0df-4a74-8bb0-7e18decc8784 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cadef5a4-c0df-4a74-8bb0-7e18decc8784 {
    width: 100%;
    height: auto;
  }



  #s-cadef5a4-c0df-4a74-8bb0-7e18decc8784 img.shogun-image {
    

    
    
    
  }


#s-cadef5a4-c0df-4a74-8bb0-7e18decc8784 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9e3593-d3eb-45b7-acdb-aab10002d848 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-8c9e3593-d3eb-45b7-acdb-aab10002d848 img.shogun-image,
  #s-8c9e3593-d3eb-45b7-acdb-aab10002d848 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c9e3593-d3eb-45b7-acdb-aab10002d848 {
    width: 100%;
    height: auto;
  }



  #s-8c9e3593-d3eb-45b7-acdb-aab10002d848 img.shogun-image {
    

    
    
    
  }


#s-8c9e3593-d3eb-45b7-acdb-aab10002d848 .shogun-image-content {
  
    align-items: center;
  
}

#s-84f42ec3-90e3-40f4-a7dd-fd6276559e14 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-84f42ec3-90e3-40f4-a7dd-fd6276559e14 img.shogun-image,
  #s-84f42ec3-90e3-40f4-a7dd-fd6276559e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f42ec3-90e3-40f4-a7dd-fd6276559e14 {
    width: 100%;
    height: auto;
  }



  #s-84f42ec3-90e3-40f4-a7dd-fd6276559e14 img.shogun-image {
    

    
    
    
  }


#s-84f42ec3-90e3-40f4-a7dd-fd6276559e14 .shogun-image-content {
  
    align-items: center;
  
}

#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
  max-width: 6000px;
aspect-ratio: 6000/4000;
text-align: center;
}





  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image,
  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 {
    width: 100%;
    height: auto;
  }



  #s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 img.shogun-image {
    

    
    
    
  }


#s-05712187-9ae0-4a1f-a5fe-e187f14f9d29 .shogun-image-content {
  
    align-items: center;
  
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a {
  max-width: 36px;
aspect-ratio: 36/16;
text-align: center;
}





  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}

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



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}

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



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}

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



  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image,
  #s-36757f52-3569-4d2f-8c43-f769203efe9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a {
    width: 100%;
    height: auto;
  }

  #s-36757f52-3569-4d2f-8c43-f769203efe9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
    
    
  }


.s-36757f52-3569-4d2f-8c43-f769203efe9a .shogun-image-content {
  
    align-items: center;
  
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36757f52-3569-4d2f-8c43-f769203efe9a.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-13c5dcc6-7cf7-42cc-94f4-8d05a1bc67b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13c5dcc6-7cf7-42cc-94f4-8d05a1bc67b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13c5dcc6-7cf7-42cc-94f4-8d05a1bc67b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c5dcc6-7cf7-42cc-94f4-8d05a1bc67b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1d96f1d-b226-4df0-8ff2-4e62f045e419 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e1d96f1d-b226-4df0-8ff2-4e62f045e419 img.shogun-image,
  #s-e1d96f1d-b226-4df0-8ff2-4e62f045e419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1d96f1d-b226-4df0-8ff2-4e62f045e419 {
    width: 100%;
    height: auto;
  }



  #s-e1d96f1d-b226-4df0-8ff2-4e62f045e419 img.shogun-image {
    

    
    
    
  }


#s-e1d96f1d-b226-4df0-8ff2-4e62f045e419 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc655ce-5f78-4b6e-ac1c-ecd39b8eda95 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-2fc655ce-5f78-4b6e-ac1c-ecd39b8eda95 img.shogun-image,
  #s-2fc655ce-5f78-4b6e-ac1c-ecd39b8eda95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fc655ce-5f78-4b6e-ac1c-ecd39b8eda95 {
    width: 100%;
    height: auto;
  }



  #s-2fc655ce-5f78-4b6e-ac1c-ecd39b8eda95 img.shogun-image {
    

    
    
    
  }


#s-2fc655ce-5f78-4b6e-ac1c-ecd39b8eda95 .shogun-image-content {
  
    align-items: center;
  
}

#s-11b892ee-8afa-4164-b710-ec67063d4802 {
  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-11b892ee-8afa-4164-b710-ec67063d4802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11b892ee-8afa-4164-b710-ec67063d4802"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11b892ee-8afa-4164-b710-ec67063d4802"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11b892ee-8afa-4164-b710-ec67063d4802"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-14ffa642-0eed-4263-9423-398f9bfb0fda {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-14ffa642-0eed-4263-9423-398f9bfb0fda img.shogun-image,
  #s-14ffa642-0eed-4263-9423-398f9bfb0fda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14ffa642-0eed-4263-9423-398f9bfb0fda {
    width: 100%;
    height: auto;
  }



  #s-14ffa642-0eed-4263-9423-398f9bfb0fda img.shogun-image {
    

    
    
    
  }


#s-14ffa642-0eed-4263-9423-398f9bfb0fda .shogun-image-content {
  
    align-items: center;
  
}

#s-4e9dfc6b-477f-4311-b6ec-905be69a1224 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-4e9dfc6b-477f-4311-b6ec-905be69a1224 img.shogun-image,
  #s-4e9dfc6b-477f-4311-b6ec-905be69a1224 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e9dfc6b-477f-4311-b6ec-905be69a1224 {
    width: 100%;
    height: auto;
  }



  #s-4e9dfc6b-477f-4311-b6ec-905be69a1224 img.shogun-image {
    

    
    
    
  }


#s-4e9dfc6b-477f-4311-b6ec-905be69a1224 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ab99ea3-ba47-4508-ada3-ef1e739f697b {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8ab99ea3-ba47-4508-ada3-ef1e739f697b img.shogun-image,
  #s-8ab99ea3-ba47-4508-ada3-ef1e739f697b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ab99ea3-ba47-4508-ada3-ef1e739f697b {
    width: 100%;
    height: auto;
  }



  #s-8ab99ea3-ba47-4508-ada3-ef1e739f697b img.shogun-image {
    

    
    
    
  }


#s-8ab99ea3-ba47-4508-ada3-ef1e739f697b .shogun-image-content {
  
    align-items: center;
  
}

#s-13d09527-3b8d-48e8-8adf-f109315f37a5 {
  max-width: 2048px;
text-align: center;
}







  img.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
    
    
  }


.s-13d09527-3b8d-48e8-8adf-f109315f37a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
    
    
  }


.s-13d09527-3b8d-48e8-8adf-f109315f37a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
  box-sizing: border-box;
}

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





  img.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
    
    
  }


.s-13d09527-3b8d-48e8-8adf-f109315f37a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
  box-sizing: border-box;
}

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





  img.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
    
    
  }


.s-13d09527-3b8d-48e8-8adf-f109315f37a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
  box-sizing: border-box;
}

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





  img.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
    
    
  }


.s-13d09527-3b8d-48e8-8adf-f109315f37a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d09527-3b8d-48e8-8adf-f109315f37a5.shogun-image {
  box-sizing: border-box;
}

}
#s-36c1f0a9-4ed8-4dc2-9f9d-8b728994fe1b hr {
  border-top: 2px solid #ddd;
}

#s-e0544eb9-aecd-4696-8781-b1f236505296 {
  padding-bottom: 30px;
max-width: 1800px;
text-align: center;
}







  img.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
    
    
  }


.s-e0544eb9-aecd-4696-8781-b1f236505296 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
    
    
  }


.s-e0544eb9-aecd-4696-8781-b1f236505296 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
    
    
  }


.s-e0544eb9-aecd-4696-8781-b1f236505296 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
    
    
  }


.s-e0544eb9-aecd-4696-8781-b1f236505296 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
    
    
  }


.s-e0544eb9-aecd-4696-8781-b1f236505296 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0544eb9-aecd-4696-8781-b1f236505296.shogun-image {
  box-sizing: border-box;
}

}
#s-29278f66-b419-4ea7-9e16-d303c8794b96 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-6a0eef19-2eae-4de6-99f4-98eba0594bec {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6a0eef19-2eae-4de6-99f4-98eba0594bec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a0eef19-2eae-4de6-99f4-98eba0594bec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a0eef19-2eae-4de6-99f4-98eba0594bec-root {
    text-align: center;
  }


#s-6a0eef19-2eae-4de6-99f4-98eba0594bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a0eef19-2eae-4de6-99f4-98eba0594bec-root {
    text-align: center;
  }


#s-6a0eef19-2eae-4de6-99f4-98eba0594bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a0eef19-2eae-4de6-99f4-98eba0594bec-root {
    text-align: center;
  }


#s-6a0eef19-2eae-4de6-99f4-98eba0594bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a0eef19-2eae-4de6-99f4-98eba0594bec-root {
    text-align: center;
  }


#s-6a0eef19-2eae-4de6-99f4-98eba0594bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a0eef19-2eae-4de6-99f4-98eba0594bec-root {
    text-align: center;
  }


#s-6a0eef19-2eae-4de6-99f4-98eba0594bec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-72562605-154f-41b5-ba29-b8b6590e7dd8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72562605-154f-41b5-ba29-b8b6590e7dd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72562605-154f-41b5-ba29-b8b6590e7dd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72562605-154f-41b5-ba29-b8b6590e7dd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eecaaba2-d2d2-4238-81f6-751b789a32b1 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-eecaaba2-d2d2-4238-81f6-751b789a32b1 img.shogun-image,
  #s-eecaaba2-d2d2-4238-81f6-751b789a32b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eecaaba2-d2d2-4238-81f6-751b789a32b1 {
    width: 100%;
    height: auto;
  }



  #s-eecaaba2-d2d2-4238-81f6-751b789a32b1 img.shogun-image {
    

    
    
    
  }


#s-eecaaba2-d2d2-4238-81f6-751b789a32b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe3e36aa-9aa0-4569-86f7-0217525c6169 {
  max-width: 3659px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-fe3e36aa-9aa0-4569-86f7-0217525c6169 img.shogun-image,
  #s-fe3e36aa-9aa0-4569-86f7-0217525c6169 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe3e36aa-9aa0-4569-86f7-0217525c6169 {
    width: 100%;
    height: auto;
  }



  #s-fe3e36aa-9aa0-4569-86f7-0217525c6169 img.shogun-image {
    

    
    
    
  }


#s-fe3e36aa-9aa0-4569-86f7-0217525c6169 .shogun-image-content {
  
    align-items: center;
  
}

#s-f700a0f7-3dc4-4936-b388-c9ea6ea281f6 {
  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-f700a0f7-3dc4-4936-b388-c9ea6ea281f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f700a0f7-3dc4-4936-b388-c9ea6ea281f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f700a0f7-3dc4-4936-b388-c9ea6ea281f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f700a0f7-3dc4-4936-b388-c9ea6ea281f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c2341cf9-525c-4272-99a2-fb3c9e8f7873 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-c2341cf9-525c-4272-99a2-fb3c9e8f7873 img.shogun-image,
  #s-c2341cf9-525c-4272-99a2-fb3c9e8f7873 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2341cf9-525c-4272-99a2-fb3c9e8f7873 {
    width: 100%;
    height: auto;
  }



  #s-c2341cf9-525c-4272-99a2-fb3c9e8f7873 img.shogun-image {
    

    
    
    
  }


#s-c2341cf9-525c-4272-99a2-fb3c9e8f7873 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a56ead3-2ea6-48af-a246-faee70319f45 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-2a56ead3-2ea6-48af-a246-faee70319f45 img.shogun-image,
  #s-2a56ead3-2ea6-48af-a246-faee70319f45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a56ead3-2ea6-48af-a246-faee70319f45 {
    width: 100%;
    height: auto;
  }



  #s-2a56ead3-2ea6-48af-a246-faee70319f45 img.shogun-image {
    

    
    
    
  }


#s-2a56ead3-2ea6-48af-a246-faee70319f45 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ff1bde4-9e9d-4024-9f1d-1b6a17691bd8 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-5ff1bde4-9e9d-4024-9f1d-1b6a17691bd8 img.shogun-image,
  #s-5ff1bde4-9e9d-4024-9f1d-1b6a17691bd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ff1bde4-9e9d-4024-9f1d-1b6a17691bd8 {
    width: 100%;
    height: auto;
  }



  #s-5ff1bde4-9e9d-4024-9f1d-1b6a17691bd8 img.shogun-image {
    

    
    
    
  }


#s-5ff1bde4-9e9d-4024-9f1d-1b6a17691bd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d89d1358-fcf9-4ead-bae8-45d31bc1215b {
  max-width: 5337px;
text-align: center;
}







  img.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
    
    
  }


.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b .shogun-image-content {
  
    align-items: center;
  
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
    
    
  }


.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b .shogun-image-content {
  
    align-items: center;
  
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
    
    
  }


.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b .shogun-image-content {
  
    align-items: center;
  
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
    
    
  }


.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b .shogun-image-content {
  
    align-items: center;
  
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
  box-sizing: border-box;
}

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





  img.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
    
    
  }


.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b .shogun-image-content {
  
    align-items: center;
  
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89d1358-fcf9-4ead-bae8-45d31bc1215b.shogun-image {
  box-sizing: border-box;
}

}
#s-c2475d4a-65c0-4476-813d-6b0e2bd79d5b {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-c2475d4a-65c0-4476-813d-6b0e2bd79d5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c2475d4a-65c0-4476-813d-6b0e2bd79d5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2475d4a-65c0-4476-813d-6b0e2bd79d5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2475d4a-65c0-4476-813d-6b0e2bd79d5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63de4881-b379-4305-a1d7-f36a326ea347 {
  max-width: 3762px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-63de4881-b379-4305-a1d7-f36a326ea347 img.shogun-image,
  #s-63de4881-b379-4305-a1d7-f36a326ea347 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63de4881-b379-4305-a1d7-f36a326ea347 {
    width: 100%;
    height: auto;
  }



  #s-63de4881-b379-4305-a1d7-f36a326ea347 img.shogun-image {
    

    
    
    
  }


#s-63de4881-b379-4305-a1d7-f36a326ea347 .shogun-image-content {
  
    align-items: center;
  
}

#s-8509ca72-f311-47f4-813a-ee0fcc275acb {
  max-width: 3844px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-8509ca72-f311-47f4-813a-ee0fcc275acb img.shogun-image,
  #s-8509ca72-f311-47f4-813a-ee0fcc275acb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8509ca72-f311-47f4-813a-ee0fcc275acb {
    width: 100%;
    height: auto;
  }



  #s-8509ca72-f311-47f4-813a-ee0fcc275acb img.shogun-image {
    

    
    
    
  }


#s-8509ca72-f311-47f4-813a-ee0fcc275acb .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d027c6-0416-4fb5-a4e1-8c3275e1139a {
  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-f9d027c6-0416-4fb5-a4e1-8c3275e1139a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9d027c6-0416-4fb5-a4e1-8c3275e1139a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f9d027c6-0416-4fb5-a4e1-8c3275e1139a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9d027c6-0416-4fb5-a4e1-8c3275e1139a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5a34813-b383-465d-b0a4-d9f6a4d46fca {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-e5a34813-b383-465d-b0a4-d9f6a4d46fca img.shogun-image,
  #s-e5a34813-b383-465d-b0a4-d9f6a4d46fca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5a34813-b383-465d-b0a4-d9f6a4d46fca {
    width: 100%;
    height: auto;
  }



  #s-e5a34813-b383-465d-b0a4-d9f6a4d46fca img.shogun-image {
    

    
    
    
  }


#s-e5a34813-b383-465d-b0a4-d9f6a4d46fca .shogun-image-content {
  
    align-items: center;
  
}

#s-52e5f719-3649-4c63-99c4-8df2e08da894 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-52e5f719-3649-4c63-99c4-8df2e08da894 img.shogun-image,
  #s-52e5f719-3649-4c63-99c4-8df2e08da894 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52e5f719-3649-4c63-99c4-8df2e08da894 {
    width: 100%;
    height: auto;
  }



  #s-52e5f719-3649-4c63-99c4-8df2e08da894 img.shogun-image {
    

    
    
    
  }


#s-52e5f719-3649-4c63-99c4-8df2e08da894 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae6237c2-04bf-45ea-9b19-5f497aae8745 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-ae6237c2-04bf-45ea-9b19-5f497aae8745 img.shogun-image,
  #s-ae6237c2-04bf-45ea-9b19-5f497aae8745 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae6237c2-04bf-45ea-9b19-5f497aae8745 {
    width: 100%;
    height: auto;
  }



  #s-ae6237c2-04bf-45ea-9b19-5f497aae8745 img.shogun-image {
    

    
    
    
  }


#s-ae6237c2-04bf-45ea-9b19-5f497aae8745 .shogun-image-content {
  
    align-items: center;
  
}

#s-8976f5b3-ddfc-4b19-aea0-86402c535280 {
  padding-bottom: 30px;
max-width: 5891px;
text-align: center;
}







  img.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
    
    
  }


.s-8976f5b3-ddfc-4b19-aea0-86402c535280 .shogun-image-content {
  
    align-items: center;
  
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
    
    
  }


.s-8976f5b3-ddfc-4b19-aea0-86402c535280 .shogun-image-content {
  
    align-items: center;
  
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
  box-sizing: border-box;
}

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





  img.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
    
    
  }


.s-8976f5b3-ddfc-4b19-aea0-86402c535280 .shogun-image-content {
  
    align-items: center;
  
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
  box-sizing: border-box;
}

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





  img.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
    
    
  }


.s-8976f5b3-ddfc-4b19-aea0-86402c535280 .shogun-image-content {
  
    align-items: center;
  
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
  box-sizing: border-box;
}

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





  img.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
    
    
  }


.s-8976f5b3-ddfc-4b19-aea0-86402c535280 .shogun-image-content {
  
    align-items: center;
  
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8976f5b3-ddfc-4b19-aea0-86402c535280.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-3a4524f7-c4d6-4572-bd7d-b0ac79412691"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a4524f7-c4d6-4572-bd7d-b0ac79412691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4524f7-c4d6-4572-bd7d-b0ac79412691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4524f7-c4d6-4572-bd7d-b0ac79412691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-86baa68b-d255-4898-a248-dd068f50c99a {
  max-width: 3623px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-86baa68b-d255-4898-a248-dd068f50c99a img.shogun-image,
  #s-86baa68b-d255-4898-a248-dd068f50c99a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86baa68b-d255-4898-a248-dd068f50c99a {
    width: 100%;
    height: auto;
  }



  #s-86baa68b-d255-4898-a248-dd068f50c99a img.shogun-image {
    

    
    
    
  }


#s-86baa68b-d255-4898-a248-dd068f50c99a .shogun-image-content {
  
    align-items: center;
  
}

#s-c658bc44-d6f8-4664-b406-3493c07fde6e {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c658bc44-d6f8-4664-b406-3493c07fde6e img.shogun-image,
  #s-c658bc44-d6f8-4664-b406-3493c07fde6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c658bc44-d6f8-4664-b406-3493c07fde6e {
    width: 100%;
    height: auto;
  }



  #s-c658bc44-d6f8-4664-b406-3493c07fde6e img.shogun-image {
    

    
    
    
  }


#s-c658bc44-d6f8-4664-b406-3493c07fde6e .shogun-image-content {
  
    align-items: center;
  
}

#s-0c7d7d0a-da73-4000-bbfe-4a47cbb155cd {
  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-0c7d7d0a-da73-4000-bbfe-4a47cbb155cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c7d7d0a-da73-4000-bbfe-4a47cbb155cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c7d7d0a-da73-4000-bbfe-4a47cbb155cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c7d7d0a-da73-4000-bbfe-4a47cbb155cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e562f45f-d014-4c5a-a158-670be2535298 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-e562f45f-d014-4c5a-a158-670be2535298 img.shogun-image,
  #s-e562f45f-d014-4c5a-a158-670be2535298 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e562f45f-d014-4c5a-a158-670be2535298 {
    width: 100%;
    height: auto;
  }



  #s-e562f45f-d014-4c5a-a158-670be2535298 img.shogun-image {
    

    
    
    
  }


#s-e562f45f-d014-4c5a-a158-670be2535298 .shogun-image-content {
  
    align-items: center;
  
}

#s-c410b82e-d704-4a7c-a1fb-54c1f9828c1a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-c410b82e-d704-4a7c-a1fb-54c1f9828c1a img.shogun-image,
  #s-c410b82e-d704-4a7c-a1fb-54c1f9828c1a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c410b82e-d704-4a7c-a1fb-54c1f9828c1a {
    width: 100%;
    height: auto;
  }



  #s-c410b82e-d704-4a7c-a1fb-54c1f9828c1a img.shogun-image {
    

    
    
    
  }


#s-c410b82e-d704-4a7c-a1fb-54c1f9828c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-5acea35b-8f20-4b26-a08b-59cbdf9fe220 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-5acea35b-8f20-4b26-a08b-59cbdf9fe220 img.shogun-image,
  #s-5acea35b-8f20-4b26-a08b-59cbdf9fe220 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5acea35b-8f20-4b26-a08b-59cbdf9fe220 {
    width: 100%;
    height: auto;
  }



  #s-5acea35b-8f20-4b26-a08b-59cbdf9fe220 img.shogun-image {
    

    
    
    
  }


#s-5acea35b-8f20-4b26-a08b-59cbdf9fe220 .shogun-image-content {
  
    align-items: center;
  
}

#s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0 {
  max-width: 5880px;
text-align: center;
}







  img.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
    
    
  }


.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
    
    
  }


.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
    
    
  }


.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
    
    
  }


.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
    
    
  }


.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e425d521-7584-4fc1-b0aa-8bc171d3b4c0.shogun-image {
  box-sizing: border-box;
}

}
#s-3d103ee3-8760-47f6-9598-f24ddfe0cd09 hr {
  border-top: 2px solid #ddd;
}

#s-04a11f39-7668-4aed-a20d-33496e0f63c3 {
  padding-bottom: 30px;
max-width: 1800px;
text-align: center;
}







  img.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
    
    
  }


.s-04a11f39-7668-4aed-a20d-33496e0f63c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
    
    
  }


.s-04a11f39-7668-4aed-a20d-33496e0f63c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
  box-sizing: border-box;
}

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





  img.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
    
    
  }


.s-04a11f39-7668-4aed-a20d-33496e0f63c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
  box-sizing: border-box;
}

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





  img.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
    
    
  }


.s-04a11f39-7668-4aed-a20d-33496e0f63c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
  box-sizing: border-box;
}

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





  img.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
    
    
  }


.s-04a11f39-7668-4aed-a20d-33496e0f63c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04a11f39-7668-4aed-a20d-33496e0f63c3.shogun-image {
  box-sizing: border-box;
}

}
#s-cf96a3b0-f7a7-49ab-a7b2-30f2e9c18150 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-05a5abb3-07b5-4f05-b607-a2806448b99b {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(148, 179, 172, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05a5abb3-07b5-4f05-b607-a2806448b99b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05a5abb3-07b5-4f05-b607-a2806448b99b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05a5abb3-07b5-4f05-b607-a2806448b99b-root {
    text-align: center;
  }


#s-05a5abb3-07b5-4f05-b607-a2806448b99b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05a5abb3-07b5-4f05-b607-a2806448b99b-root {
    text-align: center;
  }


#s-05a5abb3-07b5-4f05-b607-a2806448b99b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05a5abb3-07b5-4f05-b607-a2806448b99b-root {
    text-align: center;
  }


#s-05a5abb3-07b5-4f05-b607-a2806448b99b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05a5abb3-07b5-4f05-b607-a2806448b99b-root {
    text-align: center;
  }


#s-05a5abb3-07b5-4f05-b607-a2806448b99b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05a5abb3-07b5-4f05-b607-a2806448b99b-root {
    text-align: center;
  }


#s-05a5abb3-07b5-4f05-b607-a2806448b99b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-c4d11174-89b8-4b77-92f7-34407a66ea8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c4d11174-89b8-4b77-92f7-34407a66ea8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4d11174-89b8-4b77-92f7-34407a66ea8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4d11174-89b8-4b77-92f7-34407a66ea8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac0e6950-08e5-4ed5-ab6b-008eab8581ce {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ac0e6950-08e5-4ed5-ab6b-008eab8581ce img.shogun-image,
  #s-ac0e6950-08e5-4ed5-ab6b-008eab8581ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac0e6950-08e5-4ed5-ab6b-008eab8581ce {
    width: 100%;
    height: auto;
  }



  #s-ac0e6950-08e5-4ed5-ab6b-008eab8581ce img.shogun-image {
    

    
    
    
  }


#s-ac0e6950-08e5-4ed5-ab6b-008eab8581ce .shogun-image-content {
  
    align-items: center;
  
}

#s-fdcc7237-dcf6-48f0-8fad-3938ce4bd943 {
  max-width: 3955px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-fdcc7237-dcf6-48f0-8fad-3938ce4bd943 img.shogun-image,
  #s-fdcc7237-dcf6-48f0-8fad-3938ce4bd943 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdcc7237-dcf6-48f0-8fad-3938ce4bd943 {
    width: 100%;
    height: auto;
  }



  #s-fdcc7237-dcf6-48f0-8fad-3938ce4bd943 img.shogun-image {
    

    
    
    
  }


#s-fdcc7237-dcf6-48f0-8fad-3938ce4bd943 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbf02293-78fa-4198-822a-13c372743dd6 {
  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-bbf02293-78fa-4198-822a-13c372743dd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbf02293-78fa-4198-822a-13c372743dd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bbf02293-78fa-4198-822a-13c372743dd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbf02293-78fa-4198-822a-13c372743dd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53ed65b2-019e-4dce-be52-70a1162d316d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-53ed65b2-019e-4dce-be52-70a1162d316d img.shogun-image,
  #s-53ed65b2-019e-4dce-be52-70a1162d316d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53ed65b2-019e-4dce-be52-70a1162d316d {
    width: 100%;
    height: auto;
  }



  #s-53ed65b2-019e-4dce-be52-70a1162d316d img.shogun-image {
    

    
    
    
  }


#s-53ed65b2-019e-4dce-be52-70a1162d316d .shogun-image-content {
  
    align-items: center;
  
}

#s-987e70f5-bfdd-4dcb-ab84-8ac19f4911cd {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-987e70f5-bfdd-4dcb-ab84-8ac19f4911cd img.shogun-image,
  #s-987e70f5-bfdd-4dcb-ab84-8ac19f4911cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-987e70f5-bfdd-4dcb-ab84-8ac19f4911cd {
    width: 100%;
    height: auto;
  }



  #s-987e70f5-bfdd-4dcb-ab84-8ac19f4911cd img.shogun-image {
    

    
    
    
  }


#s-987e70f5-bfdd-4dcb-ab84-8ac19f4911cd .shogun-image-content {
  
    align-items: center;
  
}

#s-bd04e141-0d73-4141-95bd-a0b060c7a4d1 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-bd04e141-0d73-4141-95bd-a0b060c7a4d1 img.shogun-image,
  #s-bd04e141-0d73-4141-95bd-a0b060c7a4d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd04e141-0d73-4141-95bd-a0b060c7a4d1 {
    width: 100%;
    height: auto;
  }



  #s-bd04e141-0d73-4141-95bd-a0b060c7a4d1 img.shogun-image {
    

    
    
    
  }


#s-bd04e141-0d73-4141-95bd-a0b060c7a4d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd {
  padding-bottom: 30px;
max-width: 2048px;
text-align: center;
}







  img.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
    
    
  }


.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
    
    
  }


.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
    
    
  }


.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
    
    
  }


.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
  box-sizing: border-box;
}

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





  img.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
    
    
  }


.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd .shogun-image-content {
  
    align-items: center;
  
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10636551-d4d6-4402-9dea-1d9f8fa0b6bd.shogun-image {
  box-sizing: border-box;
}

}
@media (min-width: 0px) {
[id="s-e57c7f5c-ad0e-4853-8cee-734c6a17640d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e57c7f5c-ad0e-4853-8cee-734c6a17640d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e57c7f5c-ad0e-4853-8cee-734c6a17640d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e57c7f5c-ad0e-4853-8cee-734c6a17640d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d808ede-39c5-4074-baac-90af5829ac3e {
  max-width: 3840px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-0d808ede-39c5-4074-baac-90af5829ac3e img.shogun-image,
  #s-0d808ede-39c5-4074-baac-90af5829ac3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d808ede-39c5-4074-baac-90af5829ac3e {
    width: 100%;
    height: auto;
  }



  #s-0d808ede-39c5-4074-baac-90af5829ac3e img.shogun-image {
    

    
    
    
  }


#s-0d808ede-39c5-4074-baac-90af5829ac3e .shogun-image-content {
  
    align-items: center;
  
}

#s-442d4535-641a-4f80-9508-287585fbba9c {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-442d4535-641a-4f80-9508-287585fbba9c img.shogun-image,
  #s-442d4535-641a-4f80-9508-287585fbba9c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-442d4535-641a-4f80-9508-287585fbba9c {
    width: 100%;
    height: auto;
  }



  #s-442d4535-641a-4f80-9508-287585fbba9c img.shogun-image {
    

    
    
    
  }


#s-442d4535-641a-4f80-9508-287585fbba9c .shogun-image-content {
  
    align-items: center;
  
}

#s-6778be32-fa7c-42e4-b7ef-f9c5f2fb0d86 {
  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-6778be32-fa7c-42e4-b7ef-f9c5f2fb0d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6778be32-fa7c-42e4-b7ef-f9c5f2fb0d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6778be32-fa7c-42e4-b7ef-f9c5f2fb0d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6778be32-fa7c-42e4-b7ef-f9c5f2fb0d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e89afb22-a5e2-44e4-b762-cf959113def1 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e89afb22-a5e2-44e4-b762-cf959113def1 img.shogun-image,
  #s-e89afb22-a5e2-44e4-b762-cf959113def1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e89afb22-a5e2-44e4-b762-cf959113def1 {
    width: 100%;
    height: auto;
  }



  #s-e89afb22-a5e2-44e4-b762-cf959113def1 img.shogun-image {
    

    
    
    
  }


#s-e89afb22-a5e2-44e4-b762-cf959113def1 .shogun-image-content {
  
    align-items: center;
  
}

#s-eecd6ea6-c975-41f5-841a-39920b8da385 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-eecd6ea6-c975-41f5-841a-39920b8da385 img.shogun-image,
  #s-eecd6ea6-c975-41f5-841a-39920b8da385 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eecd6ea6-c975-41f5-841a-39920b8da385 {
    width: 100%;
    height: auto;
  }



  #s-eecd6ea6-c975-41f5-841a-39920b8da385 img.shogun-image {
    

    
    
    
  }


#s-eecd6ea6-c975-41f5-841a-39920b8da385 .shogun-image-content {
  
    align-items: center;
  
}

#s-519af235-2cbf-43c3-8261-e189c13aaf45 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-519af235-2cbf-43c3-8261-e189c13aaf45 img.shogun-image,
  #s-519af235-2cbf-43c3-8261-e189c13aaf45 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-519af235-2cbf-43c3-8261-e189c13aaf45 {
    width: 100%;
    height: auto;
  }



  #s-519af235-2cbf-43c3-8261-e189c13aaf45 img.shogun-image {
    

    
    
    
  }


#s-519af235-2cbf-43c3-8261-e189c13aaf45 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6de6df67-4f68-46e0-bebf-5cb981edb399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6de6df67-4f68-46e0-bebf-5cb981edb399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6de6df67-4f68-46e0-bebf-5cb981edb399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de6df67-4f68-46e0-bebf-5cb981edb399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f7738185-a345-4430-bb33-15de67d597d2 {
  max-width: 3588px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-f7738185-a345-4430-bb33-15de67d597d2 img.shogun-image,
  #s-f7738185-a345-4430-bb33-15de67d597d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7738185-a345-4430-bb33-15de67d597d2 {
    width: 100%;
    height: auto;
  }



  #s-f7738185-a345-4430-bb33-15de67d597d2 img.shogun-image {
    

    
    
    
  }


#s-f7738185-a345-4430-bb33-15de67d597d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1c8152c-0354-470d-8810-932a1c8fb9bb {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c1c8152c-0354-470d-8810-932a1c8fb9bb img.shogun-image,
  #s-c1c8152c-0354-470d-8810-932a1c8fb9bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1c8152c-0354-470d-8810-932a1c8fb9bb {
    width: 100%;
    height: auto;
  }



  #s-c1c8152c-0354-470d-8810-932a1c8fb9bb img.shogun-image {
    

    
    
    
  }


#s-c1c8152c-0354-470d-8810-932a1c8fb9bb .shogun-image-content {
  
    align-items: center;
  
}

#s-9a106e10-a6b2-4286-b2f3-9b7c66de4694 {
  padding-top: 30px;
max-width: 5560px;
text-align: center;
}







  img.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
    
    
  }


.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
    
    
  }


.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
  box-sizing: border-box;
}

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





  img.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
    
    
  }


.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
  box-sizing: border-box;
}

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





  img.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
    
    
  }


.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
  box-sizing: border-box;
}

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





  img.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
    
    
  }


.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a106e10-a6b2-4286-b2f3-9b7c66de4694.shogun-image {
  box-sizing: border-box;
}

}
#s-03783344-5ec0-473f-9285-a57f5dc0e734 {
  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-03783344-5ec0-473f-9285-a57f5dc0e734"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03783344-5ec0-473f-9285-a57f5dc0e734"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03783344-5ec0-473f-9285-a57f5dc0e734"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03783344-5ec0-473f-9285-a57f5dc0e734"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8396cb50-a4f9-48e9-b428-2c9748ed24a5 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-8396cb50-a4f9-48e9-b428-2c9748ed24a5 img.shogun-image,
  #s-8396cb50-a4f9-48e9-b428-2c9748ed24a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8396cb50-a4f9-48e9-b428-2c9748ed24a5 {
    width: 100%;
    height: auto;
  }



  #s-8396cb50-a4f9-48e9-b428-2c9748ed24a5 img.shogun-image {
    

    
    
    
  }


#s-8396cb50-a4f9-48e9-b428-2c9748ed24a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d84d577d-b374-41f2-ae04-990495fa69fc {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d84d577d-b374-41f2-ae04-990495fa69fc img.shogun-image,
  #s-d84d577d-b374-41f2-ae04-990495fa69fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d84d577d-b374-41f2-ae04-990495fa69fc {
    width: 100%;
    height: auto;
  }



  #s-d84d577d-b374-41f2-ae04-990495fa69fc img.shogun-image {
    

    
    
    
  }


#s-d84d577d-b374-41f2-ae04-990495fa69fc .shogun-image-content {
  
    align-items: center;
  
}

#s-e675a1b9-d43a-46d8-b922-0f2be819f49f {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e675a1b9-d43a-46d8-b922-0f2be819f49f img.shogun-image,
  #s-e675a1b9-d43a-46d8-b922-0f2be819f49f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e675a1b9-d43a-46d8-b922-0f2be819f49f {
    width: 100%;
    height: auto;
  }



  #s-e675a1b9-d43a-46d8-b922-0f2be819f49f img.shogun-image {
    

    
    
    
  }


#s-e675a1b9-d43a-46d8-b922-0f2be819f49f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ae016568-e622-4286-969f-29929a38aaf1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ae016568-e622-4286-969f-29929a38aaf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae016568-e622-4286-969f-29929a38aaf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae016568-e622-4286-969f-29929a38aaf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-309ad0ed-407f-4cad-b0d6-7bb2ae5c0891 {
  max-width: 4000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-309ad0ed-407f-4cad-b0d6-7bb2ae5c0891 img.shogun-image,
  #s-309ad0ed-407f-4cad-b0d6-7bb2ae5c0891 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-309ad0ed-407f-4cad-b0d6-7bb2ae5c0891 {
    width: 100%;
    height: auto;
  }



  #s-309ad0ed-407f-4cad-b0d6-7bb2ae5c0891 img.shogun-image {
    

    
    
    
  }


#s-309ad0ed-407f-4cad-b0d6-7bb2ae5c0891 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ce1a4b6-bcd8-4cad-932a-ff0b7160f8b0 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1ce1a4b6-bcd8-4cad-932a-ff0b7160f8b0 img.shogun-image,
  #s-1ce1a4b6-bcd8-4cad-932a-ff0b7160f8b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ce1a4b6-bcd8-4cad-932a-ff0b7160f8b0 {
    width: 100%;
    height: auto;
  }



  #s-1ce1a4b6-bcd8-4cad-932a-ff0b7160f8b0 img.shogun-image {
    

    
    
    
  }


#s-1ce1a4b6-bcd8-4cad-932a-ff0b7160f8b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5778e9c9-2326-4588-b255-abafd6b378ef hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}