.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: 2028px;
aspect-ratio: 2028/1097;
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-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-085fed81-4188-43b6-83d4-fabbb7e3ba49 {
  min-height: 50px;
}








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

.shg-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-58201ef0-2313-4330-ac46-cd2019c3f436"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58201ef0-2313-4330-ac46-cd2019c3f436"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58201ef0-2313-4330-ac46-cd2019c3f436"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58201ef0-2313-4330-ac46-cd2019c3f436"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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


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


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


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


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


#s-83bdadba-5a03-4e6d-a4fd-49c2407e0dde.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-7af178b7-fa63-446b-9853-63d42b882862 {
  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-7af178b7-fa63-446b-9853-63d42b882862:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7af178b7-fa63-446b-9853-63d42b882862:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7af178b7-fa63-446b-9853-63d42b882862-root {
    text-align: center;
  }


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

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

@media (min-width: 0px) {
[id="s-aae81dfb-6f80-4ace-893a-60545954cb2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aae81dfb-6f80-4ace-893a-60545954cb2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aae81dfb-6f80-4ace-893a-60545954cb2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aae81dfb-6f80-4ace-893a-60545954cb2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-006649a8-9c27-4f87-95ae-530eed93707d {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-006649a8-9c27-4f87-95ae-530eed93707d img.shogun-image,
  #s-006649a8-9c27-4f87-95ae-530eed93707d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-006649a8-9c27-4f87-95ae-530eed93707d {
    width: 100%;
    height: auto;
  }



  #s-006649a8-9c27-4f87-95ae-530eed93707d img.shogun-image {
    

    
    
    
  }


#s-006649a8-9c27-4f87-95ae-530eed93707d .shogun-image-content {
  
    align-items: center;
  
}

#s-c41032a3-086c-4b96-b855-298a94cd17a5 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c41032a3-086c-4b96-b855-298a94cd17a5 img.shogun-image,
  #s-c41032a3-086c-4b96-b855-298a94cd17a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c41032a3-086c-4b96-b855-298a94cd17a5 {
    width: 100%;
    height: auto;
  }



  #s-c41032a3-086c-4b96-b855-298a94cd17a5 img.shogun-image {
    

    
    
    
  }


#s-c41032a3-086c-4b96-b855-298a94cd17a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eae527fc-c8b7-44f8-bb9d-cbae106f1f35 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-eae527fc-c8b7-44f8-bb9d-cbae106f1f35"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-eae527fc-c8b7-44f8-bb9d-cbae106f1f35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eae527fc-c8b7-44f8-bb9d-cbae106f1f35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae527fc-c8b7-44f8-bb9d-cbae106f1f35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ae78261c-5eb4-4d49-893e-68c3f94c53bc {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-ae78261c-5eb4-4d49-893e-68c3f94c53bc img.shogun-image,
  #s-ae78261c-5eb4-4d49-893e-68c3f94c53bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae78261c-5eb4-4d49-893e-68c3f94c53bc {
    width: 100%;
    height: auto;
  }



  #s-ae78261c-5eb4-4d49-893e-68c3f94c53bc img.shogun-image {
    

    
    
    
  }


#s-ae78261c-5eb4-4d49-893e-68c3f94c53bc .shogun-image-content {
  
    align-items: center;
  
}

#s-09d5d5e1-ded9-4d23-a3fe-06456bbc7355 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-09d5d5e1-ded9-4d23-a3fe-06456bbc7355 img.shogun-image,
  #s-09d5d5e1-ded9-4d23-a3fe-06456bbc7355 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09d5d5e1-ded9-4d23-a3fe-06456bbc7355 {
    width: 100%;
    height: auto;
  }



  #s-09d5d5e1-ded9-4d23-a3fe-06456bbc7355 img.shogun-image {
    

    
    
    
  }


#s-09d5d5e1-ded9-4d23-a3fe-06456bbc7355 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-36e73da2-b2b6-48de-b2cd-6613d7c73857 {
  max-width: 1365px;
text-align: center;
}







  img.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
    
    
  }


.s-36e73da2-b2b6-48de-b2cd-6613d7c73857 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
    
    
  }


.s-36e73da2-b2b6-48de-b2cd-6613d7c73857 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
    
    
  }


.s-36e73da2-b2b6-48de-b2cd-6613d7c73857 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
    
    
  }


.s-36e73da2-b2b6-48de-b2cd-6613d7c73857 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
    
    
  }


.s-36e73da2-b2b6-48de-b2cd-6613d7c73857 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e73da2-b2b6-48de-b2cd-6613d7c73857.shogun-image {
  box-sizing: border-box;
}


}
#s-9fcb7dfa-b149-4c71-8567-7e5014bd7918 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1bf30d4c-7edd-4c1e-aea7-dd52dc0eaf1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1bf30d4c-7edd-4c1e-aea7-dd52dc0eaf1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bf30d4c-7edd-4c1e-aea7-dd52dc0eaf1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bf30d4c-7edd-4c1e-aea7-dd52dc0eaf1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6312f72-b575-4ce3-b8d9-f4793b94c1a6 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e6312f72-b575-4ce3-b8d9-f4793b94c1a6 img.shogun-image,
  #s-e6312f72-b575-4ce3-b8d9-f4793b94c1a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6312f72-b575-4ce3-b8d9-f4793b94c1a6 {
    width: 100%;
    height: auto;
  }



  #s-e6312f72-b575-4ce3-b8d9-f4793b94c1a6 img.shogun-image {
    

    
    
    
  }


#s-e6312f72-b575-4ce3-b8d9-f4793b94c1a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d0f57c0-f5d5-4c6c-b24b-d845702d5ef1 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-2d0f57c0-f5d5-4c6c-b24b-d845702d5ef1 img.shogun-image,
  #s-2d0f57c0-f5d5-4c6c-b24b-d845702d5ef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d0f57c0-f5d5-4c6c-b24b-d845702d5ef1 {
    width: 100%;
    height: auto;
  }



  #s-2d0f57c0-f5d5-4c6c-b24b-d845702d5ef1 img.shogun-image {
    

    
    
    
  }


#s-2d0f57c0-f5d5-4c6c-b24b-d845702d5ef1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f464899-5411-4815-ad28-31fb585dad2b {
  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-9f464899-5411-4815-ad28-31fb585dad2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f464899-5411-4815-ad28-31fb585dad2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f464899-5411-4815-ad28-31fb585dad2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f464899-5411-4815-ad28-31fb585dad2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3a660bf6-dea1-4d3d-a2fe-30f6aa90d55d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-3a660bf6-dea1-4d3d-a2fe-30f6aa90d55d img.shogun-image,
  #s-3a660bf6-dea1-4d3d-a2fe-30f6aa90d55d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a660bf6-dea1-4d3d-a2fe-30f6aa90d55d {
    width: 100%;
    height: auto;
  }



  #s-3a660bf6-dea1-4d3d-a2fe-30f6aa90d55d img.shogun-image {
    

    
    
    
  }


#s-3a660bf6-dea1-4d3d-a2fe-30f6aa90d55d .shogun-image-content {
  
    align-items: center;
  
}

#s-fb63474a-f251-4932-aec6-9866ac4a3bc7 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-fb63474a-f251-4932-aec6-9866ac4a3bc7 img.shogun-image,
  #s-fb63474a-f251-4932-aec6-9866ac4a3bc7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb63474a-f251-4932-aec6-9866ac4a3bc7 {
    width: 100%;
    height: auto;
  }



  #s-fb63474a-f251-4932-aec6-9866ac4a3bc7 img.shogun-image {
    

    
    
    
  }


#s-fb63474a-f251-4932-aec6-9866ac4a3bc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb40c852-90f1-4423-b40f-46fcf31dcb93 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-fb40c852-90f1-4423-b40f-46fcf31dcb93 img.shogun-image,
  #s-fb40c852-90f1-4423-b40f-46fcf31dcb93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb40c852-90f1-4423-b40f-46fcf31dcb93 {
    width: 100%;
    height: auto;
  }



  #s-fb40c852-90f1-4423-b40f-46fcf31dcb93 img.shogun-image {
    

    
    
    
  }


#s-fb40c852-90f1-4423-b40f-46fcf31dcb93 .shogun-image-content {
  
    align-items: center;
  
}

#s-578d1b61-44eb-4805-9a76-49a72f2e68ff {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-578d1b61-44eb-4805-9a76-49a72f2e68ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5f4ca375-464a-46a7-a2cb-39b4032efabc {
  max-width: 1075px;
text-align: center;
}







  img.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
    
    
  }


.s-5f4ca375-464a-46a7-a2cb-39b4032efabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
    
    
  }


.s-5f4ca375-464a-46a7-a2cb-39b4032efabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
    
    
  }


.s-5f4ca375-464a-46a7-a2cb-39b4032efabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
    
    
  }


.s-5f4ca375-464a-46a7-a2cb-39b4032efabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
    
    
  }


.s-5f4ca375-464a-46a7-a2cb-39b4032efabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f4ca375-464a-46a7-a2cb-39b4032efabc.shogun-image {
  box-sizing: border-box;
}


}
#s-359a7eca-e1d4-4e91-b231-92c52f9e660b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a3caaf18-4682-4d4f-be89-895c1b8ca031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3caaf18-4682-4d4f-be89-895c1b8ca031"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3caaf18-4682-4d4f-be89-895c1b8ca031"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3caaf18-4682-4d4f-be89-895c1b8ca031"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f94ff097-9882-447c-9992-058c05911937 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
    
    
  }


.s-f94ff097-9882-447c-9992-058c05911937 .shogun-image-content {
  
    align-items: center;
  
}

.s-f94ff097-9882-447c-9992-058c05911937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f94ff097-9882-447c-9992-058c05911937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
    
    
  }


.s-f94ff097-9882-447c-9992-058c05911937 .shogun-image-content {
  
    align-items: center;
  
}

.s-f94ff097-9882-447c-9992-058c05911937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f94ff097-9882-447c-9992-058c05911937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
    
    
  }


.s-f94ff097-9882-447c-9992-058c05911937 .shogun-image-content {
  
    align-items: center;
  
}

.s-f94ff097-9882-447c-9992-058c05911937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f94ff097-9882-447c-9992-058c05911937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
    
    
  }


.s-f94ff097-9882-447c-9992-058c05911937 .shogun-image-content {
  
    align-items: center;
  
}

.s-f94ff097-9882-447c-9992-058c05911937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f94ff097-9882-447c-9992-058c05911937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
    
    
  }


.s-f94ff097-9882-447c-9992-058c05911937 .shogun-image-content {
  
    align-items: center;
  
}

.s-f94ff097-9882-447c-9992-058c05911937.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f94ff097-9882-447c-9992-058c05911937.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f94ff097-9882-447c-9992-058c05911937.shogun-image {
  box-sizing: border-box;
}


}
#s-458611e0-ccc1-4769-816a-0201bc7bbfe2 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
    
    
  }


.s-458611e0-ccc1-4769-816a-0201bc7bbfe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
    
    
  }


.s-458611e0-ccc1-4769-816a-0201bc7bbfe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
    
    
  }


.s-458611e0-ccc1-4769-816a-0201bc7bbfe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
    
    
  }


.s-458611e0-ccc1-4769-816a-0201bc7bbfe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
    
    
  }


.s-458611e0-ccc1-4769-816a-0201bc7bbfe2 .shogun-image-content {
  
    align-items: center;
  
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-458611e0-ccc1-4769-816a-0201bc7bbfe2.shogun-image {
  box-sizing: border-box;
}


}
#s-cc1fab9d-98e4-425f-ae28-5f512473ffef {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
    
    
  }


.s-cc1fab9d-98e4-425f-ae28-5f512473ffef .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
    
    
  }


.s-cc1fab9d-98e4-425f-ae28-5f512473ffef .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
    
    
  }


.s-cc1fab9d-98e4-425f-ae28-5f512473ffef .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
    
    
  }


.s-cc1fab9d-98e4-425f-ae28-5f512473ffef .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
    
    
  }


.s-cc1fab9d-98e4-425f-ae28-5f512473ffef .shogun-image-content {
  
    align-items: center;
  
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc1fab9d-98e4-425f-ae28-5f512473ffef.shogun-image {
  box-sizing: border-box;
}


}
#s-84f818e7-9ba4-4ece-981e-007b2c3f04d3 {
  max-width: 2048px;
text-align: center;
}







  img.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
    
    
  }


.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
    
    
  }


.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
    
    
  }


.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
    
    
  }


.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
    
    
  }


.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f818e7-9ba4-4ece-981e-007b2c3f04d3.shogun-image {
  box-sizing: border-box;
}


}
#s-0ed506c7-710b-4219-802c-185028ad9213 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3831abc4-bc63-4057-9c4d-a48d01616695"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3831abc4-bc63-4057-9c4d-a48d01616695"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3831abc4-bc63-4057-9c4d-a48d01616695"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3831abc4-bc63-4057-9c4d-a48d01616695"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1370d779-eebb-4938-b5bc-b0ad1e42811f {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1370d779-eebb-4938-b5bc-b0ad1e42811f img.shogun-image,
  #s-1370d779-eebb-4938-b5bc-b0ad1e42811f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1370d779-eebb-4938-b5bc-b0ad1e42811f {
    width: 100%;
    height: auto;
  }



  #s-1370d779-eebb-4938-b5bc-b0ad1e42811f img.shogun-image {
    

    
    
    
  }


#s-1370d779-eebb-4938-b5bc-b0ad1e42811f .shogun-image-content {
  
    align-items: center;
  
}

#s-6db4e9bc-014c-4a32-adc0-f84a52ece759 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6db4e9bc-014c-4a32-adc0-f84a52ece759 img.shogun-image,
  #s-6db4e9bc-014c-4a32-adc0-f84a52ece759 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6db4e9bc-014c-4a32-adc0-f84a52ece759 {
    width: 100%;
    height: auto;
  }



  #s-6db4e9bc-014c-4a32-adc0-f84a52ece759 img.shogun-image {
    

    
    
    
  }


#s-6db4e9bc-014c-4a32-adc0-f84a52ece759 .shogun-image-content {
  
    align-items: center;
  
}

#s-087a4d44-868b-4470-83bf-7f9404b3bce1 {
  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-087a4d44-868b-4470-83bf-7f9404b3bce1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-087a4d44-868b-4470-83bf-7f9404b3bce1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-087a4d44-868b-4470-83bf-7f9404b3bce1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-087a4d44-868b-4470-83bf-7f9404b3bce1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4fff75f7-e8b1-4c2b-90b2-333dcafb0123 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-4fff75f7-e8b1-4c2b-90b2-333dcafb0123 img.shogun-image,
  #s-4fff75f7-e8b1-4c2b-90b2-333dcafb0123 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fff75f7-e8b1-4c2b-90b2-333dcafb0123 {
    width: 100%;
    height: auto;
  }



  #s-4fff75f7-e8b1-4c2b-90b2-333dcafb0123 img.shogun-image {
    

    
    
    
  }


#s-4fff75f7-e8b1-4c2b-90b2-333dcafb0123 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bab81a8-bf5a-441a-8311-b0421421d61e {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0bab81a8-bf5a-441a-8311-b0421421d61e img.shogun-image,
  #s-0bab81a8-bf5a-441a-8311-b0421421d61e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bab81a8-bf5a-441a-8311-b0421421d61e {
    width: 100%;
    height: auto;
  }



  #s-0bab81a8-bf5a-441a-8311-b0421421d61e img.shogun-image {
    

    
    
    
  }


#s-0bab81a8-bf5a-441a-8311-b0421421d61e .shogun-image-content {
  
    align-items: center;
  
}

#s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e {
  max-width: 1075px;
text-align: center;
}







  img.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
    
    
  }


.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e .shogun-image-content {
  
    align-items: center;
  
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
    
    
  }


.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e .shogun-image-content {
  
    align-items: center;
  
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
    
    
  }


.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e .shogun-image-content {
  
    align-items: center;
  
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
    
    
  }


.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e .shogun-image-content {
  
    align-items: center;
  
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
    
    
  }


.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e .shogun-image-content {
  
    align-items: center;
  
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936b79ed-3b53-4e4d-a94b-6b7e9f3eb66e.shogun-image {
  box-sizing: border-box;
}


}
#s-b2ef7156-9966-43b7-8938-3149d0d9c5b9 {
  max-width: 1075px;
text-align: center;
}







  img.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
    
    
  }


.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
    
    
  }


.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
    
    
  }


.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
    
    
  }


.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
    
    
  }


.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef7156-9966-43b7-8938-3149d0d9c5b9.shogun-image {
  box-sizing: border-box;
}


}
#s-6a125bdc-2681-4bba-80d1-39793154ce1d {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a125bdc-2681-4bba-80d1-39793154ce1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7c6502ee-b5c1-4f56-94ad-51da6154f908 {
  max-width: 620px;
text-align: center;
}







  img.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
    
    
  }


.s-7c6502ee-b5c1-4f56-94ad-51da6154f908 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
    
    
  }


.s-7c6502ee-b5c1-4f56-94ad-51da6154f908 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
    
    
  }


.s-7c6502ee-b5c1-4f56-94ad-51da6154f908 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
    
    
  }


.s-7c6502ee-b5c1-4f56-94ad-51da6154f908 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
    
    
  }


.s-7c6502ee-b5c1-4f56-94ad-51da6154f908 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c6502ee-b5c1-4f56-94ad-51da6154f908.shogun-image {
  box-sizing: border-box;
}


}
#s-5e41aef5-9366-4fed-a604-b15a704f2745 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-65e71563-aa5c-4e71-aa87-77bf82c4d301"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65e71563-aa5c-4e71-aa87-77bf82c4d301"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65e71563-aa5c-4e71-aa87-77bf82c4d301"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65e71563-aa5c-4e71-aa87-77bf82c4d301"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e879c790-25fb-4add-85d6-7f3bba5eb4ef {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
    
    
  }


.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
    
    
  }


.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
    
    
  }


.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
    
    
  }


.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
    
    
  }


.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef .shogun-image-content {
  
    align-items: center;
  
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e879c790-25fb-4add-85d6-7f3bba5eb4ef.shogun-image {
  box-sizing: border-box;
}


}
#s-59271ebb-1a13-4b87-8a5b-c26eedee6903 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
    
    
  }


.s-59271ebb-1a13-4b87-8a5b-c26eedee6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
    
    
  }


.s-59271ebb-1a13-4b87-8a5b-c26eedee6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
    
    
  }


.s-59271ebb-1a13-4b87-8a5b-c26eedee6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
    
    
  }


.s-59271ebb-1a13-4b87-8a5b-c26eedee6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
    
    
  }


.s-59271ebb-1a13-4b87-8a5b-c26eedee6903 .shogun-image-content {
  
    align-items: center;
  
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59271ebb-1a13-4b87-8a5b-c26eedee6903.shogun-image {
  box-sizing: border-box;
}


}
#s-0d9d1754-4457-4973-abab-a6e89fb031e6 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
    
    
  }


.s-0d9d1754-4457-4973-abab-a6e89fb031e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
    
    
  }


.s-0d9d1754-4457-4973-abab-a6e89fb031e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
    
    
  }


.s-0d9d1754-4457-4973-abab-a6e89fb031e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
    
    
  }


.s-0d9d1754-4457-4973-abab-a6e89fb031e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
    
    
  }


.s-0d9d1754-4457-4973-abab-a6e89fb031e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9d1754-4457-4973-abab-a6e89fb031e6.shogun-image {
  box-sizing: border-box;
}


}
#s-ff2f7c56-c267-4f92-981f-f392e489a555 {
  max-width: 2048px;
text-align: center;
}







  img.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
    
    
  }


.s-ff2f7c56-c267-4f92-981f-f392e489a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
    
    
  }


.s-ff2f7c56-c267-4f92-981f-f392e489a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
    
    
  }


.s-ff2f7c56-c267-4f92-981f-f392e489a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
    
    
  }


.s-ff2f7c56-c267-4f92-981f-f392e489a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
    
    
  }


.s-ff2f7c56-c267-4f92-981f-f392e489a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff2f7c56-c267-4f92-981f-f392e489a555.shogun-image {
  box-sizing: border-box;
}


}
#s-a02e6cca-d13b-4854-93f0-2a27ccc85a15 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b4108bf4-dcb2-4cb3-a9c9-5a4b2a504b85"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b4108bf4-dcb2-4cb3-a9c9-5a4b2a504b85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4108bf4-dcb2-4cb3-a9c9-5a4b2a504b85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4108bf4-dcb2-4cb3-a9c9-5a4b2a504b85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0fc89cc3-8b30-480d-a028-6a09e967031c {
  max-width: 1365px;
text-align: center;
}







  img.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
    
    
  }


.s-0fc89cc3-8b30-480d-a028-6a09e967031c .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
    
    
  }


.s-0fc89cc3-8b30-480d-a028-6a09e967031c .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
    
    
  }


.s-0fc89cc3-8b30-480d-a028-6a09e967031c .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
    
    
  }


.s-0fc89cc3-8b30-480d-a028-6a09e967031c .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
    
    
  }


.s-0fc89cc3-8b30-480d-a028-6a09e967031c .shogun-image-content {
  
    align-items: center;
  
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc89cc3-8b30-480d-a028-6a09e967031c.shogun-image {
  box-sizing: border-box;
}


}
#s-5519e768-332e-427d-8164-f3eb9fdfebc8 {
  max-width: 3829px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5519e768-332e-427d-8164-f3eb9fdfebc8 img.shogun-image,
  #s-5519e768-332e-427d-8164-f3eb9fdfebc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5519e768-332e-427d-8164-f3eb9fdfebc8 {
    width: 100%;
    height: auto;
  }



  #s-5519e768-332e-427d-8164-f3eb9fdfebc8 img.shogun-image {
    

    
    
    
  }


#s-5519e768-332e-427d-8164-f3eb9fdfebc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-246ce245-157a-4dc4-b527-b64c53cf532f {
  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-246ce245-157a-4dc4-b527-b64c53cf532f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-246ce245-157a-4dc4-b527-b64c53cf532f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-246ce245-157a-4dc4-b527-b64c53cf532f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-246ce245-157a-4dc4-b527-b64c53cf532f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3fe63f81-1765-4a10-81b3-7405139ba063 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-3fe63f81-1765-4a10-81b3-7405139ba063 img.shogun-image,
  #s-3fe63f81-1765-4a10-81b3-7405139ba063 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fe63f81-1765-4a10-81b3-7405139ba063 {
    width: 100%;
    height: auto;
  }



  #s-3fe63f81-1765-4a10-81b3-7405139ba063 img.shogun-image {
    

    
    
    
  }


#s-3fe63f81-1765-4a10-81b3-7405139ba063 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a9856db-71f1-4b0f-9576-0ef687c61041 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-9a9856db-71f1-4b0f-9576-0ef687c61041 img.shogun-image,
  #s-9a9856db-71f1-4b0f-9576-0ef687c61041 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a9856db-71f1-4b0f-9576-0ef687c61041 {
    width: 100%;
    height: auto;
  }



  #s-9a9856db-71f1-4b0f-9576-0ef687c61041 img.shogun-image {
    

    
    
    
  }


#s-9a9856db-71f1-4b0f-9576-0ef687c61041 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7df0dbd-b8cb-45a0-9b9b-7338ef498b4d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-c7df0dbd-b8cb-45a0-9b9b-7338ef498b4d img.shogun-image,
  #s-c7df0dbd-b8cb-45a0-9b9b-7338ef498b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7df0dbd-b8cb-45a0-9b9b-7338ef498b4d {
    width: 100%;
    height: auto;
  }



  #s-c7df0dbd-b8cb-45a0-9b9b-7338ef498b4d img.shogun-image {
    

    
    
    
  }


#s-c7df0dbd-b8cb-45a0-9b9b-7338ef498b4d .shogun-image-content {
  
    align-items: center;
  
}

#s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afb3cfd0-2db7-4e56-bc18-9b4e2387e26a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5f64090b-6267-4d15-a106-5cca1199bd76 {
  max-width: 1075px;
text-align: center;
}







  img.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
    
    
  }


.s-5f64090b-6267-4d15-a106-5cca1199bd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
    
    
  }


.s-5f64090b-6267-4d15-a106-5cca1199bd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
    
    
  }


.s-5f64090b-6267-4d15-a106-5cca1199bd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
    
    
  }


.s-5f64090b-6267-4d15-a106-5cca1199bd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
    
    
  }


.s-5f64090b-6267-4d15-a106-5cca1199bd76 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f64090b-6267-4d15-a106-5cca1199bd76.shogun-image {
  box-sizing: border-box;
}


}
#s-126f16ee-6137-4376-8238-34c862f48f1e {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-af992983-9329-47c3-b2ff-489cc204629a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af992983-9329-47c3-b2ff-489cc204629a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af992983-9329-47c3-b2ff-489cc204629a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af992983-9329-47c3-b2ff-489cc204629a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6cb9630f-5ba9-419e-970e-010dee26da88 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
    
    
  }


.s-6cb9630f-5ba9-419e-970e-010dee26da88 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
    
    
  }


.s-6cb9630f-5ba9-419e-970e-010dee26da88 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
    
    
  }


.s-6cb9630f-5ba9-419e-970e-010dee26da88 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
    
    
  }


.s-6cb9630f-5ba9-419e-970e-010dee26da88 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
    
    
  }


.s-6cb9630f-5ba9-419e-970e-010dee26da88 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cb9630f-5ba9-419e-970e-010dee26da88.shogun-image {
  box-sizing: border-box;
}


}
#s-90003daf-537c-49e9-8bc7-79c808ddb054 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
    
    
  }


.s-90003daf-537c-49e9-8bc7-79c808ddb054 .shogun-image-content {
  
    align-items: center;
  
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
    
    
  }


.s-90003daf-537c-49e9-8bc7-79c808ddb054 .shogun-image-content {
  
    align-items: center;
  
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
    
    
  }


.s-90003daf-537c-49e9-8bc7-79c808ddb054 .shogun-image-content {
  
    align-items: center;
  
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
    
    
  }


.s-90003daf-537c-49e9-8bc7-79c808ddb054 .shogun-image-content {
  
    align-items: center;
  
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
    
    
  }


.s-90003daf-537c-49e9-8bc7-79c808ddb054 .shogun-image-content {
  
    align-items: center;
  
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90003daf-537c-49e9-8bc7-79c808ddb054.shogun-image {
  box-sizing: border-box;
}


}
#s-9a5b862f-d527-40ac-b020-171eb96e3c65 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
    
    
  }


.s-9a5b862f-d527-40ac-b020-171eb96e3c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
    
    
  }


.s-9a5b862f-d527-40ac-b020-171eb96e3c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
    
    
  }


.s-9a5b862f-d527-40ac-b020-171eb96e3c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
    
    
  }


.s-9a5b862f-d527-40ac-b020-171eb96e3c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
    
    
  }


.s-9a5b862f-d527-40ac-b020-171eb96e3c65 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a5b862f-d527-40ac-b020-171eb96e3c65.shogun-image {
  box-sizing: border-box;
}


}
#s-dc75e5e3-041d-4035-b21d-1de7965a1f05 {
  max-width: 2048px;
text-align: center;
}







  img.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
    
    
  }


.s-dc75e5e3-041d-4035-b21d-1de7965a1f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
    
    
  }


.s-dc75e5e3-041d-4035-b21d-1de7965a1f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
    
    
  }


.s-dc75e5e3-041d-4035-b21d-1de7965a1f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
    
    
  }


.s-dc75e5e3-041d-4035-b21d-1de7965a1f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
    
    
  }


.s-dc75e5e3-041d-4035-b21d-1de7965a1f05 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc75e5e3-041d-4035-b21d-1de7965a1f05.shogun-image {
  box-sizing: border-box;
}


}
#s-91ce78f4-83c0-4c3c-9cb7-4aa67c33318f hr {
  border-top: 2px solid #ddd;
}

#s-c6a01765-06ec-44da-b20b-18ead4996243 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-c6a01765-06ec-44da-b20b-18ead4996243"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6a01765-06ec-44da-b20b-18ead4996243"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6a01765-06ec-44da-b20b-18ead4996243"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6a01765-06ec-44da-b20b-18ead4996243"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c445a69-dc58-42b9-af86-98f72f27fd3b {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5c445a69-dc58-42b9-af86-98f72f27fd3b img.shogun-image,
  #s-5c445a69-dc58-42b9-af86-98f72f27fd3b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c445a69-dc58-42b9-af86-98f72f27fd3b {
    width: 100%;
    height: auto;
  }



  #s-5c445a69-dc58-42b9-af86-98f72f27fd3b img.shogun-image {
    

    
    
    
  }


#s-5c445a69-dc58-42b9-af86-98f72f27fd3b .shogun-image-content {
  
    align-items: center;
  
}

#s-5b16f038-dc2d-4c42-a1eb-bba1d8d5e633 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-5b16f038-dc2d-4c42-a1eb-bba1d8d5e633 img.shogun-image,
  #s-5b16f038-dc2d-4c42-a1eb-bba1d8d5e633 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b16f038-dc2d-4c42-a1eb-bba1d8d5e633 {
    width: 100%;
    height: auto;
  }



  #s-5b16f038-dc2d-4c42-a1eb-bba1d8d5e633 img.shogun-image {
    

    
    
    
  }


#s-5b16f038-dc2d-4c42-a1eb-bba1d8d5e633 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfa936e4-d647-4213-b392-1980d524ec25 {
  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-cfa936e4-d647-4213-b392-1980d524ec25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfa936e4-d647-4213-b392-1980d524ec25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfa936e4-d647-4213-b392-1980d524ec25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfa936e4-d647-4213-b392-1980d524ec25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0cc60e59-fa4c-49fa-ba60-d03ceb6526fc {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-0cc60e59-fa4c-49fa-ba60-d03ceb6526fc img.shogun-image,
  #s-0cc60e59-fa4c-49fa-ba60-d03ceb6526fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cc60e59-fa4c-49fa-ba60-d03ceb6526fc {
    width: 100%;
    height: auto;
  }



  #s-0cc60e59-fa4c-49fa-ba60-d03ceb6526fc img.shogun-image {
    

    
    
    
  }


#s-0cc60e59-fa4c-49fa-ba60-d03ceb6526fc .shogun-image-content {
  
    align-items: center;
  
}

#s-3d1c07de-18dd-4902-a2f7-d4ec8451378a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-3d1c07de-18dd-4902-a2f7-d4ec8451378a img.shogun-image,
  #s-3d1c07de-18dd-4902-a2f7-d4ec8451378a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d1c07de-18dd-4902-a2f7-d4ec8451378a {
    width: 100%;
    height: auto;
  }



  #s-3d1c07de-18dd-4902-a2f7-d4ec8451378a img.shogun-image {
    

    
    
    
  }


#s-3d1c07de-18dd-4902-a2f7-d4ec8451378a .shogun-image-content {
  
    align-items: center;
  
}

#s-49197577-1076-4d0f-9ea6-6cd6a9ccae55 {
  max-width: 699px;
aspect-ratio: 699/1024;
text-align: center;
}





  #s-49197577-1076-4d0f-9ea6-6cd6a9ccae55 img.shogun-image,
  #s-49197577-1076-4d0f-9ea6-6cd6a9ccae55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49197577-1076-4d0f-9ea6-6cd6a9ccae55 {
    width: 100%;
    height: auto;
  }



  #s-49197577-1076-4d0f-9ea6-6cd6a9ccae55 img.shogun-image {
    

    
    
    
  }


#s-49197577-1076-4d0f-9ea6-6cd6a9ccae55 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c55cfda-f1f1-4ef8-a3cf-1f1a4e109a90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-14b41bb7-889e-46b0-a937-6bedb3888c7a {
  max-width: 1075px;
text-align: center;
}







  img.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
    
    
  }


.s-14b41bb7-889e-46b0-a937-6bedb3888c7a .shogun-image-content {
  
    align-items: center;
  
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
    
    
  }


.s-14b41bb7-889e-46b0-a937-6bedb3888c7a .shogun-image-content {
  
    align-items: center;
  
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
    
    
  }


.s-14b41bb7-889e-46b0-a937-6bedb3888c7a .shogun-image-content {
  
    align-items: center;
  
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
    
    
  }


.s-14b41bb7-889e-46b0-a937-6bedb3888c7a .shogun-image-content {
  
    align-items: center;
  
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
    
    
  }


.s-14b41bb7-889e-46b0-a937-6bedb3888c7a .shogun-image-content {
  
    align-items: center;
  
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14b41bb7-889e-46b0-a937-6bedb3888c7a.shogun-image {
  box-sizing: border-box;
}


}
#s-d53d8bf4-8cb5-499b-a5bc-de8366356889 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7100238a-e170-4187-9064-3ace5dcad178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7100238a-e170-4187-9064-3ace5dcad178"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7100238a-e170-4187-9064-3ace5dcad178"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7100238a-e170-4187-9064-3ace5dcad178"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe750769-5ed0-4abc-a148-0fa1af0708b2 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
    
    
  }


.s-fe750769-5ed0-4abc-a148-0fa1af0708b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
    
    
  }


.s-fe750769-5ed0-4abc-a148-0fa1af0708b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
    
    
  }


.s-fe750769-5ed0-4abc-a148-0fa1af0708b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
    
    
  }


.s-fe750769-5ed0-4abc-a148-0fa1af0708b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
    
    
  }


.s-fe750769-5ed0-4abc-a148-0fa1af0708b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe750769-5ed0-4abc-a148-0fa1af0708b2.shogun-image {
  box-sizing: border-box;
}


}
#s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
    
    
  }


.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
    
    
  }


.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
    
    
  }


.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
    
    
  }


.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
    
    
  }


.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f .shogun-image-content {
  
    align-items: center;
  
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e4293e-f22a-41c5-a1f1-b530e2a7218f.shogun-image {
  box-sizing: border-box;
}


}
#s-936a7a81-c3aa-4da5-a102-1982903fad8c {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
    
    
  }


.s-936a7a81-c3aa-4da5-a102-1982903fad8c .shogun-image-content {
  
    align-items: center;
  
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
    
    
  }


.s-936a7a81-c3aa-4da5-a102-1982903fad8c .shogun-image-content {
  
    align-items: center;
  
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
    
    
  }


.s-936a7a81-c3aa-4da5-a102-1982903fad8c .shogun-image-content {
  
    align-items: center;
  
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
    
    
  }


.s-936a7a81-c3aa-4da5-a102-1982903fad8c .shogun-image-content {
  
    align-items: center;
  
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
    
    
  }


.s-936a7a81-c3aa-4da5-a102-1982903fad8c .shogun-image-content {
  
    align-items: center;
  
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-936a7a81-c3aa-4da5-a102-1982903fad8c.shogun-image {
  box-sizing: border-box;
}


}
#s-658c50a9-03da-4cc2-89b0-caaa5dbe173a {
  max-width: 2048px;
text-align: center;
}







  img.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
    
    
  }


.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a .shogun-image-content {
  
    align-items: center;
  
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
    
    
  }


.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a .shogun-image-content {
  
    align-items: center;
  
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
    
    
  }


.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a .shogun-image-content {
  
    align-items: center;
  
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
    
    
  }


.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a .shogun-image-content {
  
    align-items: center;
  
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
    
    
  }


.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a .shogun-image-content {
  
    align-items: center;
  
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658c50a9-03da-4cc2-89b0-caaa5dbe173a.shogun-image {
  box-sizing: border-box;
}


}
#s-eb9a1576-8309-4335-bff5-ab4fc3c542db hr {
  border-top: 2px solid #ddd;
}

#s-197f3f51-f1ee-4f46-a77f-90f14304290e {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-197f3f51-f1ee-4f46-a77f-90f14304290e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-197f3f51-f1ee-4f46-a77f-90f14304290e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-197f3f51-f1ee-4f46-a77f-90f14304290e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-197f3f51-f1ee-4f46-a77f-90f14304290e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c8c949e-408d-45eb-8321-4b5e9767c911 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-1c8c949e-408d-45eb-8321-4b5e9767c911 img.shogun-image,
  #s-1c8c949e-408d-45eb-8321-4b5e9767c911 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c8c949e-408d-45eb-8321-4b5e9767c911 {
    width: 100%;
    height: auto;
  }



  #s-1c8c949e-408d-45eb-8321-4b5e9767c911 img.shogun-image {
    

    
    
    
  }


#s-1c8c949e-408d-45eb-8321-4b5e9767c911 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbf7f827-166d-4558-870a-f07be41c92ed {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-bbf7f827-166d-4558-870a-f07be41c92ed img.shogun-image,
  #s-bbf7f827-166d-4558-870a-f07be41c92ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbf7f827-166d-4558-870a-f07be41c92ed {
    width: 100%;
    height: auto;
  }



  #s-bbf7f827-166d-4558-870a-f07be41c92ed img.shogun-image {
    

    
    
    
  }


#s-bbf7f827-166d-4558-870a-f07be41c92ed .shogun-image-content {
  
    align-items: center;
  
}

#s-da0715ae-f27e-4472-b1b6-612d7a7553f2 {
  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-da0715ae-f27e-4472-b1b6-612d7a7553f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da0715ae-f27e-4472-b1b6-612d7a7553f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da0715ae-f27e-4472-b1b6-612d7a7553f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da0715ae-f27e-4472-b1b6-612d7a7553f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5492b7d1-72e4-402c-b486-27d3219e84f7 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-5492b7d1-72e4-402c-b486-27d3219e84f7 img.shogun-image,
  #s-5492b7d1-72e4-402c-b486-27d3219e84f7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5492b7d1-72e4-402c-b486-27d3219e84f7 {
    width: 100%;
    height: auto;
  }



  #s-5492b7d1-72e4-402c-b486-27d3219e84f7 img.shogun-image {
    

    
    
    
  }


#s-5492b7d1-72e4-402c-b486-27d3219e84f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-508503bb-3d21-4ea9-8925-4df5a8cecda1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-508503bb-3d21-4ea9-8925-4df5a8cecda1 img.shogun-image,
  #s-508503bb-3d21-4ea9-8925-4df5a8cecda1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-508503bb-3d21-4ea9-8925-4df5a8cecda1 {
    width: 100%;
    height: auto;
  }



  #s-508503bb-3d21-4ea9-8925-4df5a8cecda1 img.shogun-image {
    

    
    
    
  }


#s-508503bb-3d21-4ea9-8925-4df5a8cecda1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e98b8117-1a86-4b05-8fdb-47fb17640d99 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-e98b8117-1a86-4b05-8fdb-47fb17640d99 img.shogun-image,
  #s-e98b8117-1a86-4b05-8fdb-47fb17640d99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e98b8117-1a86-4b05-8fdb-47fb17640d99 {
    width: 100%;
    height: auto;
  }



  #s-e98b8117-1a86-4b05-8fdb-47fb17640d99 img.shogun-image {
    

    
    
    
  }


#s-e98b8117-1a86-4b05-8fdb-47fb17640d99 .shogun-image-content {
  
    align-items: center;
  
}

#s-838fb5a5-508b-425a-8d2c-93c23e54a912 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-838fb5a5-508b-425a-8d2c-93c23e54a912"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3ca990e8-5f84-4115-99c1-b100c7ed876a {
  max-width: 1075px;
text-align: center;
}







  img.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
    
    
  }


.s-3ca990e8-5f84-4115-99c1-b100c7ed876a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
    
    
  }


.s-3ca990e8-5f84-4115-99c1-b100c7ed876a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
    
    
  }


.s-3ca990e8-5f84-4115-99c1-b100c7ed876a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
    
    
  }


.s-3ca990e8-5f84-4115-99c1-b100c7ed876a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
    
    
  }


.s-3ca990e8-5f84-4115-99c1-b100c7ed876a .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca990e8-5f84-4115-99c1-b100c7ed876a.shogun-image {
  box-sizing: border-box;
}


}
#s-a0d34ff9-71b5-4da2-919c-d5a94784879b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-37315af9-841b-4968-bdfd-bf0ca475271c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37315af9-841b-4968-bdfd-bf0ca475271c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37315af9-841b-4968-bdfd-bf0ca475271c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37315af9-841b-4968-bdfd-bf0ca475271c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55acc44e-1e97-4b27-9f33-45dc7bf33189 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
    
    
  }


.s-55acc44e-1e97-4b27-9f33-45dc7bf33189 .shogun-image-content {
  
    align-items: center;
  
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
    
    
  }


.s-55acc44e-1e97-4b27-9f33-45dc7bf33189 .shogun-image-content {
  
    align-items: center;
  
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
  box-sizing: border-box;
}


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





  img.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
    
    
  }


.s-55acc44e-1e97-4b27-9f33-45dc7bf33189 .shogun-image-content {
  
    align-items: center;
  
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
  box-sizing: border-box;
}


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





  img.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
    
    
  }


.s-55acc44e-1e97-4b27-9f33-45dc7bf33189 .shogun-image-content {
  
    align-items: center;
  
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
  box-sizing: border-box;
}


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





  img.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
    
    
  }


.s-55acc44e-1e97-4b27-9f33-45dc7bf33189 .shogun-image-content {
  
    align-items: center;
  
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55acc44e-1e97-4b27-9f33-45dc7bf33189.shogun-image {
  box-sizing: border-box;
}


}
#s-6b5bd575-7d28-4682-88d5-7394f237abdd {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
    
    
  }


.s-6b5bd575-7d28-4682-88d5-7394f237abdd .shogun-image-content {
  
    align-items: center;
  
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
    
    
  }


.s-6b5bd575-7d28-4682-88d5-7394f237abdd .shogun-image-content {
  
    align-items: center;
  
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
    
    
  }


.s-6b5bd575-7d28-4682-88d5-7394f237abdd .shogun-image-content {
  
    align-items: center;
  
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
    
    
  }


.s-6b5bd575-7d28-4682-88d5-7394f237abdd .shogun-image-content {
  
    align-items: center;
  
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
    
    
  }


.s-6b5bd575-7d28-4682-88d5-7394f237abdd .shogun-image-content {
  
    align-items: center;
  
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b5bd575-7d28-4682-88d5-7394f237abdd.shogun-image {
  box-sizing: border-box;
}


}
#s-4107cdc2-8186-4e6b-8e26-1e301900c114 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
    
    
  }


.s-4107cdc2-8186-4e6b-8e26-1e301900c114 .shogun-image-content {
  
    align-items: center;
  
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
    
    
  }


.s-4107cdc2-8186-4e6b-8e26-1e301900c114 .shogun-image-content {
  
    align-items: center;
  
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
    
    
  }


.s-4107cdc2-8186-4e6b-8e26-1e301900c114 .shogun-image-content {
  
    align-items: center;
  
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
    
    
  }


.s-4107cdc2-8186-4e6b-8e26-1e301900c114 .shogun-image-content {
  
    align-items: center;
  
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
    
    
  }


.s-4107cdc2-8186-4e6b-8e26-1e301900c114 .shogun-image-content {
  
    align-items: center;
  
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4107cdc2-8186-4e6b-8e26-1e301900c114.shogun-image {
  box-sizing: border-box;
}


}
#s-2dff6c6d-63f7-454c-9c57-8309f9cf498a {
  max-width: 2048px;
text-align: center;
}







  img.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
    
    
  }


.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
    
    
  }


.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
    
    
  }


.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
    
    
  }


.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
    
    
  }


.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a .shogun-image-content {
  
    align-items: center;
  
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dff6c6d-63f7-454c-9c57-8309f9cf498a.shogun-image {
  box-sizing: border-box;
}


}
#s-244c03cf-bf5e-4a7a-af58-f7169476c648 hr {
  border-top: 2px solid #ddd;
}

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

}

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

}

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

}

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

}

#s-248d05a7-aab9-4329-b97c-7e4085a26b4d {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-248d05a7-aab9-4329-b97c-7e4085a26b4d img.shogun-image,
  #s-248d05a7-aab9-4329-b97c-7e4085a26b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-248d05a7-aab9-4329-b97c-7e4085a26b4d {
    width: 100%;
    height: auto;
  }



  #s-248d05a7-aab9-4329-b97c-7e4085a26b4d img.shogun-image {
    

    
    
    
  }


#s-248d05a7-aab9-4329-b97c-7e4085a26b4d .shogun-image-content {
  
    align-items: center;
  
}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-d13b3c03-05f0-4380-bb8a-5e934d5a87de {
  max-width: 1075px;
text-align: center;
}







  img.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
    
    
  }


.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de .shogun-image-content {
  
    align-items: center;
  
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
    
    
  }


.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de .shogun-image-content {
  
    align-items: center;
  
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
    
    
  }


.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de .shogun-image-content {
  
    align-items: center;
  
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
    
    
  }


.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de .shogun-image-content {
  
    align-items: center;
  
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
    
    
  }


.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de .shogun-image-content {
  
    align-items: center;
  
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d13b3c03-05f0-4380-bb8a-5e934d5a87de.shogun-image {
  box-sizing: border-box;
}


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







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


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

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

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

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


@media (min-width: 1200px){





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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

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

}

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

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

}

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

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

}

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

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

}

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







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


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

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

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

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


@media (min-width: 1200px){





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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

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

}

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

}

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

}

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

}

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







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


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

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

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

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


@media (min-width: 1200px){





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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







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


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

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

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

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


@media (min-width: 1200px){





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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







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


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

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

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

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


@media (min-width: 1200px){





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


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





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


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

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

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

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


}
#s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3 {
  max-width: 2048px;
text-align: center;
}







  img.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
    
    
  }


.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
    
    
  }


.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
    
    
  }


.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
    
    
  }


.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
    
    
  }


.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a81562a-2955-4f35-bffc-49fcd2ee2cb3.shogun-image {
  box-sizing: border-box;
}


}
#s-172f6583-4785-4723-af7a-1fcf2192ce58 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7132f71c-1d53-4a30-8a4a-d87c96468bfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78616a99-db61-44ac-91ba-649a8069bf2b {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-78616a99-db61-44ac-91ba-649a8069bf2b img.shogun-image,
  #s-78616a99-db61-44ac-91ba-649a8069bf2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78616a99-db61-44ac-91ba-649a8069bf2b {
    width: 100%;
    height: auto;
  }



  #s-78616a99-db61-44ac-91ba-649a8069bf2b img.shogun-image {
    

    
    
    
  }


#s-78616a99-db61-44ac-91ba-649a8069bf2b .shogun-image-content {
  
    align-items: center;
  
}

#s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e img.shogun-image,
  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e {
    width: 100%;
    height: auto;
  }



  #s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e img.shogun-image {
    

    
    
    
  }


#s-af2a1aa4-c6ec-481a-8dc2-a3b8c3ee890e .shogun-image-content {
  
    align-items: center;
  
}

#s-85143f21-cb56-45a6-9a12-4b29354776e6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85143f21-cb56-45a6-9a12-4b29354776e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edaf092a-c310-4b67-9300-7dc829b61667 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-edaf092a-c310-4b67-9300-7dc829b61667 img.shogun-image,
  #s-edaf092a-c310-4b67-9300-7dc829b61667 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-edaf092a-c310-4b67-9300-7dc829b61667 {
    width: 100%;
    height: auto;
  }



  #s-edaf092a-c310-4b67-9300-7dc829b61667 img.shogun-image {
    

    
    
    
  }


#s-edaf092a-c310-4b67-9300-7dc829b61667 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ef5346b-9204-442e-964c-753d29030422 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-5ef5346b-9204-442e-964c-753d29030422 img.shogun-image,
  #s-5ef5346b-9204-442e-964c-753d29030422 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ef5346b-9204-442e-964c-753d29030422 {
    width: 100%;
    height: auto;
  }



  #s-5ef5346b-9204-442e-964c-753d29030422 img.shogun-image {
    

    
    
    
  }


#s-5ef5346b-9204-442e-964c-753d29030422 .shogun-image-content {
  
    align-items: center;
  
}

#s-428e51cc-81ed-4fcf-94fa-b267dee3b338 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 img.shogun-image,
  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 {
    width: 100%;
    height: auto;
  }



  #s-428e51cc-81ed-4fcf-94fa-b267dee3b338 img.shogun-image {
    

    
    
    
  }


#s-428e51cc-81ed-4fcf-94fa-b267dee3b338 .shogun-image-content {
  
    align-items: center;
  
}

#s-4048257c-8e98-4644-87a5-f34ceb485144 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4048257c-8e98-4644-87a5-f34ceb485144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9e6ec554-5d3d-49e1-8a58-052648b0c172 {
  max-width: 1075px;
text-align: center;
}







  img.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
    
    
  }


.s-9e6ec554-5d3d-49e1-8a58-052648b0c172 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
    
    
  }


.s-9e6ec554-5d3d-49e1-8a58-052648b0c172 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
    
    
  }


.s-9e6ec554-5d3d-49e1-8a58-052648b0c172 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
    
    
  }


.s-9e6ec554-5d3d-49e1-8a58-052648b0c172 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
    
    
  }


.s-9e6ec554-5d3d-49e1-8a58-052648b0c172 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6ec554-5d3d-49e1-8a58-052648b0c172.shogun-image {
  box-sizing: border-box;
}


}
#s-5840a930-6cd9-45b7-8290-b364b6cdef02 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-33455157-910c-4544-922c-cdc74bdd318b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33455157-910c-4544-922c-cdc74bdd318b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33455157-910c-4544-922c-cdc74bdd318b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33455157-910c-4544-922c-cdc74bdd318b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-99ed2782-c734-4d93-89b1-6778d5fd19b1 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
    
    
  }


.s-99ed2782-c734-4d93-89b1-6778d5fd19b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
    
    
  }


.s-99ed2782-c734-4d93-89b1-6778d5fd19b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
    
    
  }


.s-99ed2782-c734-4d93-89b1-6778d5fd19b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
    
    
  }


.s-99ed2782-c734-4d93-89b1-6778d5fd19b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
    
    
  }


.s-99ed2782-c734-4d93-89b1-6778d5fd19b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ed2782-c734-4d93-89b1-6778d5fd19b1.shogun-image {
  box-sizing: border-box;
}


}
#s-6ce78a60-d213-4dfc-9bef-898387d0b834 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
    
    
  }


.s-6ce78a60-d213-4dfc-9bef-898387d0b834 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
    
    
  }


.s-6ce78a60-d213-4dfc-9bef-898387d0b834 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
    
    
  }


.s-6ce78a60-d213-4dfc-9bef-898387d0b834 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
    
    
  }


.s-6ce78a60-d213-4dfc-9bef-898387d0b834 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
    
    
  }


.s-6ce78a60-d213-4dfc-9bef-898387d0b834 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ce78a60-d213-4dfc-9bef-898387d0b834.shogun-image {
  box-sizing: border-box;
}


}
#s-61772be0-ab93-44bb-9170-3c548ffd4845 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
    
    
  }


.s-61772be0-ab93-44bb-9170-3c548ffd4845 .shogun-image-content {
  
    align-items: center;
  
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
    
    
  }


.s-61772be0-ab93-44bb-9170-3c548ffd4845 .shogun-image-content {
  
    align-items: center;
  
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
  box-sizing: border-box;
}


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





  img.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
    
    
  }


.s-61772be0-ab93-44bb-9170-3c548ffd4845 .shogun-image-content {
  
    align-items: center;
  
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
  box-sizing: border-box;
}


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





  img.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
    
    
  }


.s-61772be0-ab93-44bb-9170-3c548ffd4845 .shogun-image-content {
  
    align-items: center;
  
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
  box-sizing: border-box;
}


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





  img.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
    
    
  }


.s-61772be0-ab93-44bb-9170-3c548ffd4845 .shogun-image-content {
  
    align-items: center;
  
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61772be0-ab93-44bb-9170-3c548ffd4845.shogun-image {
  box-sizing: border-box;
}


}
#s-44374d7c-4cba-44de-a436-fe690cd81e7a {
  max-width: 2048px;
text-align: center;
}







  img.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
    
    
  }


.s-44374d7c-4cba-44de-a436-fe690cd81e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
    
    
  }


.s-44374d7c-4cba-44de-a436-fe690cd81e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
    
    
  }


.s-44374d7c-4cba-44de-a436-fe690cd81e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
    
    
  }


.s-44374d7c-4cba-44de-a436-fe690cd81e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
    
    
  }


.s-44374d7c-4cba-44de-a436-fe690cd81e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44374d7c-4cba-44de-a436-fe690cd81e7a.shogun-image {
  box-sizing: border-box;
}


}
#s-71287aad-470b-4955-838c-e1f6892495a0 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e140df63-cf7d-45e2-b187-decef8fa31b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e140df63-cf7d-45e2-b187-decef8fa31b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e140df63-cf7d-45e2-b187-decef8fa31b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e140df63-cf7d-45e2-b187-decef8fa31b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b67d6f4c-25ec-4df5-876b-0323befee121 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-b67d6f4c-25ec-4df5-876b-0323befee121 img.shogun-image,
  #s-b67d6f4c-25ec-4df5-876b-0323befee121 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b67d6f4c-25ec-4df5-876b-0323befee121 {
    width: 100%;
    height: auto;
  }



  #s-b67d6f4c-25ec-4df5-876b-0323befee121 img.shogun-image {
    

    
    
    
  }


#s-b67d6f4c-25ec-4df5-876b-0323befee121 .shogun-image-content {
  
    align-items: center;
  
}

#s-83b19c59-24ba-4004-8c28-70806d617046 {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-83b19c59-24ba-4004-8c28-70806d617046 img.shogun-image,
  #s-83b19c59-24ba-4004-8c28-70806d617046 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83b19c59-24ba-4004-8c28-70806d617046 {
    width: 100%;
    height: auto;
  }



  #s-83b19c59-24ba-4004-8c28-70806d617046 img.shogun-image {
    

    
    
    
  }


#s-83b19c59-24ba-4004-8c28-70806d617046 .shogun-image-content {
  
    align-items: center;
  
}

#s-28fffa32-d334-4d36-af8f-5a7f28baf31e {
  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-28fffa32-d334-4d36-af8f-5a7f28baf31e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28fffa32-d334-4d36-af8f-5a7f28baf31e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28fffa32-d334-4d36-af8f-5a7f28baf31e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28fffa32-d334-4d36-af8f-5a7f28baf31e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4356c250-9eed-474b-add9-46b68bb2e098 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-4356c250-9eed-474b-add9-46b68bb2e098 img.shogun-image,
  #s-4356c250-9eed-474b-add9-46b68bb2e098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4356c250-9eed-474b-add9-46b68bb2e098 {
    width: 100%;
    height: auto;
  }



  #s-4356c250-9eed-474b-add9-46b68bb2e098 img.shogun-image {
    

    
    
    
  }


#s-4356c250-9eed-474b-add9-46b68bb2e098 .shogun-image-content {
  
    align-items: center;
  
}

#s-40cd1e6d-61f5-45af-93c0-752824d0d534 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-40cd1e6d-61f5-45af-93c0-752824d0d534 img.shogun-image,
  #s-40cd1e6d-61f5-45af-93c0-752824d0d534 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40cd1e6d-61f5-45af-93c0-752824d0d534 {
    width: 100%;
    height: auto;
  }



  #s-40cd1e6d-61f5-45af-93c0-752824d0d534 img.shogun-image {
    

    
    
    
  }


#s-40cd1e6d-61f5-45af-93c0-752824d0d534 .shogun-image-content {
  
    align-items: center;
  
}

#s-d91e591d-69a7-4b1a-9cd7-211861625d18 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d91e591d-69a7-4b1a-9cd7-211861625d18 img.shogun-image,
  #s-d91e591d-69a7-4b1a-9cd7-211861625d18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d91e591d-69a7-4b1a-9cd7-211861625d18 {
    width: 100%;
    height: auto;
  }



  #s-d91e591d-69a7-4b1a-9cd7-211861625d18 img.shogun-image {
    

    
    
    
  }


#s-d91e591d-69a7-4b1a-9cd7-211861625d18 .shogun-image-content {
  
    align-items: center;
  
}

#s-a69df6cf-f650-4b3c-899e-e8c07df52777 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a69df6cf-f650-4b3c-899e-e8c07df52777"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7dc67580-9d58-4ca5-8a34-7049540be41a {
  max-width: 1075px;
text-align: center;
}







  img.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
    
    
  }


.s-7dc67580-9d58-4ca5-8a34-7049540be41a .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
    
    
  }


.s-7dc67580-9d58-4ca5-8a34-7049540be41a .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
    
    
  }


.s-7dc67580-9d58-4ca5-8a34-7049540be41a .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
    
    
  }


.s-7dc67580-9d58-4ca5-8a34-7049540be41a .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
    
    
  }


.s-7dc67580-9d58-4ca5-8a34-7049540be41a .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc67580-9d58-4ca5-8a34-7049540be41a.shogun-image {
  box-sizing: border-box;
}


}
#s-95af0d3c-bfeb-4287-89b9-54414d8cdf77 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7e6b4e56-001c-4965-8a98-e4e797fae174"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e6b4e56-001c-4965-8a98-e4e797fae174"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6b4e56-001c-4965-8a98-e4e797fae174"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6b4e56-001c-4965-8a98-e4e797fae174"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9b2ab9d3-986f-411c-8982-7ee3858867ff {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
    
    
  }


.s-9b2ab9d3-986f-411c-8982-7ee3858867ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
    
    
  }


.s-9b2ab9d3-986f-411c-8982-7ee3858867ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
    
    
  }


.s-9b2ab9d3-986f-411c-8982-7ee3858867ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
    
    
  }


.s-9b2ab9d3-986f-411c-8982-7ee3858867ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
    
    
  }


.s-9b2ab9d3-986f-411c-8982-7ee3858867ff .shogun-image-content {
  
    align-items: center;
  
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b2ab9d3-986f-411c-8982-7ee3858867ff.shogun-image {
  box-sizing: border-box;
}


}
#s-b6306115-b09b-4480-bfbc-a22cb21068db {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
    
    
  }


.s-b6306115-b09b-4480-bfbc-a22cb21068db .shogun-image-content {
  
    align-items: center;
  
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
    
    
  }


.s-b6306115-b09b-4480-bfbc-a22cb21068db .shogun-image-content {
  
    align-items: center;
  
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
    
    
  }


.s-b6306115-b09b-4480-bfbc-a22cb21068db .shogun-image-content {
  
    align-items: center;
  
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
    
    
  }


.s-b6306115-b09b-4480-bfbc-a22cb21068db .shogun-image-content {
  
    align-items: center;
  
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
    
    
  }


.s-b6306115-b09b-4480-bfbc-a22cb21068db .shogun-image-content {
  
    align-items: center;
  
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6306115-b09b-4480-bfbc-a22cb21068db.shogun-image {
  box-sizing: border-box;
}


}
#s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
    
    
  }


.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
    
    
  }


.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
    
    
  }


.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
    
    
  }


.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
    
    
  }


.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea3a91a2-b45f-403e-a84f-d4fcb7089a86.shogun-image {
  box-sizing: border-box;
}


}
#s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a {
  max-width: 2048px;
text-align: center;
}







  img.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
    
    
  }


.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
    
    
  }


.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
    
    
  }


.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
    
    
  }


.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
    
    
  }


.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0193b5ee-74d8-46cc-9bf2-fbc05ecd5c0a.shogun-image {
  box-sizing: border-box;
}


}
#s-b6851546-0d50-499b-8bae-06d4c7de9ad7 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-30466f58-4b73-4b2f-99bc-7f2e12016880"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30466f58-4b73-4b2f-99bc-7f2e12016880"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30466f58-4b73-4b2f-99bc-7f2e12016880"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30466f58-4b73-4b2f-99bc-7f2e12016880"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e2c6251-dc7e-47e9-bab5-37ab7f86092f {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-4e2c6251-dc7e-47e9-bab5-37ab7f86092f img.shogun-image,
  #s-4e2c6251-dc7e-47e9-bab5-37ab7f86092f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2c6251-dc7e-47e9-bab5-37ab7f86092f {
    width: 100%;
    height: auto;
  }



  #s-4e2c6251-dc7e-47e9-bab5-37ab7f86092f img.shogun-image {
    

    
    
    
  }


#s-4e2c6251-dc7e-47e9-bab5-37ab7f86092f .shogun-image-content {
  
    align-items: center;
  
}

#s-81d74678-2a1d-493d-a3a6-b3dad3c5c91d {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-81d74678-2a1d-493d-a3a6-b3dad3c5c91d img.shogun-image,
  #s-81d74678-2a1d-493d-a3a6-b3dad3c5c91d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-81d74678-2a1d-493d-a3a6-b3dad3c5c91d {
    width: 100%;
    height: auto;
  }



  #s-81d74678-2a1d-493d-a3a6-b3dad3c5c91d img.shogun-image {
    

    
    
    
  }


#s-81d74678-2a1d-493d-a3a6-b3dad3c5c91d .shogun-image-content {
  
    align-items: center;
  
}

#s-747eb179-27c1-4847-a98a-d2029264b700 {
  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-747eb179-27c1-4847-a98a-d2029264b700"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-747eb179-27c1-4847-a98a-d2029264b700"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-747eb179-27c1-4847-a98a-d2029264b700"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-747eb179-27c1-4847-a98a-d2029264b700"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-16be7b69-f2e5-4133-89ac-b9d96bf1cc1d {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-16be7b69-f2e5-4133-89ac-b9d96bf1cc1d img.shogun-image,
  #s-16be7b69-f2e5-4133-89ac-b9d96bf1cc1d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16be7b69-f2e5-4133-89ac-b9d96bf1cc1d {
    width: 100%;
    height: auto;
  }



  #s-16be7b69-f2e5-4133-89ac-b9d96bf1cc1d img.shogun-image {
    

    
    
    
  }


#s-16be7b69-f2e5-4133-89ac-b9d96bf1cc1d .shogun-image-content {
  
    align-items: center;
  
}

#s-098bfe5c-dc34-4037-8361-eea1c0b9c387 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-098bfe5c-dc34-4037-8361-eea1c0b9c387 img.shogun-image,
  #s-098bfe5c-dc34-4037-8361-eea1c0b9c387 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-098bfe5c-dc34-4037-8361-eea1c0b9c387 {
    width: 100%;
    height: auto;
  }



  #s-098bfe5c-dc34-4037-8361-eea1c0b9c387 img.shogun-image {
    

    
    
    
  }


#s-098bfe5c-dc34-4037-8361-eea1c0b9c387 .shogun-image-content {
  
    align-items: center;
  
}

#s-96d4980a-ed8f-49b7-9464-ba49457c6c85 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-96d4980a-ed8f-49b7-9464-ba49457c6c85 img.shogun-image,
  #s-96d4980a-ed8f-49b7-9464-ba49457c6c85 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96d4980a-ed8f-49b7-9464-ba49457c6c85 {
    width: 100%;
    height: auto;
  }



  #s-96d4980a-ed8f-49b7-9464-ba49457c6c85 img.shogun-image {
    

    
    
    
  }


#s-96d4980a-ed8f-49b7-9464-ba49457c6c85 .shogun-image-content {
  
    align-items: center;
  
}

#s-1406e8a3-504b-4bef-9993-c12815ac31d4 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1406e8a3-504b-4bef-9993-c12815ac31d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3ad90a1f-58c7-49ee-8909-aa915662d430 {
  max-width: 1075px;
text-align: center;
}







  img.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
    
    
  }


.s-3ad90a1f-58c7-49ee-8909-aa915662d430 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
    
    
  }


.s-3ad90a1f-58c7-49ee-8909-aa915662d430 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
    
    
  }


.s-3ad90a1f-58c7-49ee-8909-aa915662d430 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
    
    
  }


.s-3ad90a1f-58c7-49ee-8909-aa915662d430 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
    
    
  }


.s-3ad90a1f-58c7-49ee-8909-aa915662d430 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ad90a1f-58c7-49ee-8909-aa915662d430.shogun-image {
  box-sizing: border-box;
}


}
#s-1da61671-a908-40b1-ba32-9d9a74063060 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4b71e26f-a80a-4b0f-8b32-81e629a4d69c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b71e26f-a80a-4b0f-8b32-81e629a4d69c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b71e26f-a80a-4b0f-8b32-81e629a4d69c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b71e26f-a80a-4b0f-8b32-81e629a4d69c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f9b96822-d3f8-445d-ac23-0b353b75f765 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
    
    
  }


.s-f9b96822-d3f8-445d-ac23-0b353b75f765 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
    
    
  }


.s-f9b96822-d3f8-445d-ac23-0b353b75f765 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
    
    
  }


.s-f9b96822-d3f8-445d-ac23-0b353b75f765 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
    
    
  }


.s-f9b96822-d3f8-445d-ac23-0b353b75f765 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
    
    
  }


.s-f9b96822-d3f8-445d-ac23-0b353b75f765 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9b96822-d3f8-445d-ac23-0b353b75f765.shogun-image {
  box-sizing: border-box;
}


}
#s-b51fe363-85d0-444b-be17-5b0c0149c956 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
    
    
  }


.s-b51fe363-85d0-444b-be17-5b0c0149c956 .shogun-image-content {
  
    align-items: center;
  
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
    
    
  }


.s-b51fe363-85d0-444b-be17-5b0c0149c956 .shogun-image-content {
  
    align-items: center;
  
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
    
    
  }


.s-b51fe363-85d0-444b-be17-5b0c0149c956 .shogun-image-content {
  
    align-items: center;
  
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
    
    
  }


.s-b51fe363-85d0-444b-be17-5b0c0149c956 .shogun-image-content {
  
    align-items: center;
  
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
    
    
  }


.s-b51fe363-85d0-444b-be17-5b0c0149c956 .shogun-image-content {
  
    align-items: center;
  
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b51fe363-85d0-444b-be17-5b0c0149c956.shogun-image {
  box-sizing: border-box;
}


}
#s-cd524606-3562-4c5e-b168-3ce67234ff7b {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
    
    
  }


.s-cd524606-3562-4c5e-b168-3ce67234ff7b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
    
    
  }


.s-cd524606-3562-4c5e-b168-3ce67234ff7b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
    
    
  }


.s-cd524606-3562-4c5e-b168-3ce67234ff7b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
    
    
  }


.s-cd524606-3562-4c5e-b168-3ce67234ff7b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
    
    
  }


.s-cd524606-3562-4c5e-b168-3ce67234ff7b .shogun-image-content {
  
    align-items: center;
  
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd524606-3562-4c5e-b168-3ce67234ff7b.shogun-image {
  box-sizing: border-box;
}


}
#s-f08912fe-6a79-48a6-b3ed-48785e286da2 {
  max-width: 2048px;
text-align: center;
}







  img.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
    
    
  }


.s-f08912fe-6a79-48a6-b3ed-48785e286da2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
    
    
  }


.s-f08912fe-6a79-48a6-b3ed-48785e286da2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
    
    
  }


.s-f08912fe-6a79-48a6-b3ed-48785e286da2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
    
    
  }


.s-f08912fe-6a79-48a6-b3ed-48785e286da2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
    
    
  }


.s-f08912fe-6a79-48a6-b3ed-48785e286da2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08912fe-6a79-48a6-b3ed-48785e286da2.shogun-image {
  box-sizing: border-box;
}


}
#s-3ec4a797-cd93-4fcd-af99-10e60a3fb93d hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f7df57e7-45fe-4752-8364-eb8a90f8f85c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f7df57e7-45fe-4752-8364-eb8a90f8f85c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7df57e7-45fe-4752-8364-eb8a90f8f85c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7df57e7-45fe-4752-8364-eb8a90f8f85c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75cc0235-60b4-4c98-8a6a-031796992b5b {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-75cc0235-60b4-4c98-8a6a-031796992b5b img.shogun-image,
  #s-75cc0235-60b4-4c98-8a6a-031796992b5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75cc0235-60b4-4c98-8a6a-031796992b5b {
    width: 100%;
    height: auto;
  }



  #s-75cc0235-60b4-4c98-8a6a-031796992b5b img.shogun-image {
    

    
    
    
  }


#s-75cc0235-60b4-4c98-8a6a-031796992b5b .shogun-image-content {
  
    align-items: center;
  
}

#s-43937550-72c4-4211-904c-a8df7654913b {
  max-width: 1365px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-43937550-72c4-4211-904c-a8df7654913b img.shogun-image,
  #s-43937550-72c4-4211-904c-a8df7654913b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-43937550-72c4-4211-904c-a8df7654913b {
    width: 100%;
    height: auto;
  }



  #s-43937550-72c4-4211-904c-a8df7654913b img.shogun-image {
    

    
    
    
  }


#s-43937550-72c4-4211-904c-a8df7654913b .shogun-image-content {
  
    align-items: center;
  
}

#s-72117c73-2e3d-4380-9190-b369b79f137a {
  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-72117c73-2e3d-4380-9190-b369b79f137a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72117c73-2e3d-4380-9190-b369b79f137a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72117c73-2e3d-4380-9190-b369b79f137a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72117c73-2e3d-4380-9190-b369b79f137a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a83e923a-bf42-44a4-bb9e-76ccb5416f03 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-a83e923a-bf42-44a4-bb9e-76ccb5416f03 img.shogun-image,
  #s-a83e923a-bf42-44a4-bb9e-76ccb5416f03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a83e923a-bf42-44a4-bb9e-76ccb5416f03 {
    width: 100%;
    height: auto;
  }



  #s-a83e923a-bf42-44a4-bb9e-76ccb5416f03 img.shogun-image {
    

    
    
    
  }


#s-a83e923a-bf42-44a4-bb9e-76ccb5416f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-aff10f47-b5b9-4d65-9d9c-f00717c337c2 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-aff10f47-b5b9-4d65-9d9c-f00717c337c2 img.shogun-image,
  #s-aff10f47-b5b9-4d65-9d9c-f00717c337c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aff10f47-b5b9-4d65-9d9c-f00717c337c2 {
    width: 100%;
    height: auto;
  }



  #s-aff10f47-b5b9-4d65-9d9c-f00717c337c2 img.shogun-image {
    

    
    
    
  }


#s-aff10f47-b5b9-4d65-9d9c-f00717c337c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f70ed072-6056-42af-804e-270075c3dd24 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-f70ed072-6056-42af-804e-270075c3dd24 img.shogun-image,
  #s-f70ed072-6056-42af-804e-270075c3dd24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f70ed072-6056-42af-804e-270075c3dd24 {
    width: 100%;
    height: auto;
  }



  #s-f70ed072-6056-42af-804e-270075c3dd24 img.shogun-image {
    

    
    
    
  }


#s-f70ed072-6056-42af-804e-270075c3dd24 .shogun-image-content {
  
    align-items: center;
  
}

#s-3488e160-6525-43df-a880-0de6014ba05b {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 30px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3488e160-6525-43df-a880-0de6014ba05b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ce15901f-695b-4194-a7ef-90c51aa5ec57 {
  max-width: 1075px;
text-align: center;
}







  img.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
    
    
  }


.s-ce15901f-695b-4194-a7ef-90c51aa5ec57 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
    
    
  }


.s-ce15901f-695b-4194-a7ef-90c51aa5ec57 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
    
    
  }


.s-ce15901f-695b-4194-a7ef-90c51aa5ec57 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
    
    
  }


.s-ce15901f-695b-4194-a7ef-90c51aa5ec57 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
    
    
  }


.s-ce15901f-695b-4194-a7ef-90c51aa5ec57 .shogun-image-content {
  
    align-items: center;
  
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce15901f-695b-4194-a7ef-90c51aa5ec57.shogun-image {
  box-sizing: border-box;
}


}
#s-9508dc56-3d71-4ec3-8f79-01dcf3f90ccf {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ce2ca5ac-06d1-450b-9dba-8d3325ee73d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2ca5ac-06d1-450b-9dba-8d3325ee73d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce2ca5ac-06d1-450b-9dba-8d3325ee73d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce2ca5ac-06d1-450b-9dba-8d3325ee73d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3f37aea5-2df2-4086-8863-6345360b77e0 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 699px;
text-align: center;
}







  img.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
    
    
  }


.s-3f37aea5-2df2-4086-8863-6345360b77e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
    
    
  }


.s-3f37aea5-2df2-4086-8863-6345360b77e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
    
    
  }


.s-3f37aea5-2df2-4086-8863-6345360b77e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
    
    
  }


.s-3f37aea5-2df2-4086-8863-6345360b77e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
    
    
  }


.s-3f37aea5-2df2-4086-8863-6345360b77e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f37aea5-2df2-4086-8863-6345360b77e0.shogun-image {
  box-sizing: border-box;
}


}
#s-78d40b46-a45d-441d-b358-299708a929cf {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
    
    
  }


.s-78d40b46-a45d-441d-b358-299708a929cf .shogun-image-content {
  
    align-items: center;
  
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
    
    
  }


.s-78d40b46-a45d-441d-b358-299708a929cf .shogun-image-content {
  
    align-items: center;
  
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
    
    
  }


.s-78d40b46-a45d-441d-b358-299708a929cf .shogun-image-content {
  
    align-items: center;
  
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
    
    
  }


.s-78d40b46-a45d-441d-b358-299708a929cf .shogun-image-content {
  
    align-items: center;
  
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
    
    
  }


.s-78d40b46-a45d-441d-b358-299708a929cf .shogun-image-content {
  
    align-items: center;
  
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78d40b46-a45d-441d-b358-299708a929cf.shogun-image {
  box-sizing: border-box;
}


}
#s-3c464645-ad66-4dd2-b06c-631fc563dcc6 {
  margin-left: 3%;
margin-right: 3%;
max-width: 699px;
text-align: center;
}







  img.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
    
    
  }


.s-3c464645-ad66-4dd2-b06c-631fc563dcc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
    
    
  }


.s-3c464645-ad66-4dd2-b06c-631fc563dcc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
    
    
  }


.s-3c464645-ad66-4dd2-b06c-631fc563dcc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
    
    
  }


.s-3c464645-ad66-4dd2-b06c-631fc563dcc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
    
    
  }


.s-3c464645-ad66-4dd2-b06c-631fc563dcc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c464645-ad66-4dd2-b06c-631fc563dcc6.shogun-image {
  box-sizing: border-box;
}


}
#s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7 {
  max-width: 2048px;
text-align: center;
}







  img.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
    
    
  }


.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
    
    
  }


.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
    
    
  }


.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
    
    
  }


.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
    
    
  }


.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e6dbd24-43d6-4e4b-a8f0-8259aa20b2f7.shogun-image {
  box-sizing: border-box;
}


}
#s-7b30bb65-19ca-4eb7-a9ca-717be2c376c0 hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
