#s-9fc0319f-b2d0-4795-a0ed-e81a6fc4e127 {
  text-align: left;
}

.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-4becba14-9631-40f9-9d55-958bed27b195 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 560px;
max-width: 1440px;
background-position: center center;
background-attachment: scroll;
}

#s-4becba14-9631-40f9-9d55-958bed27b195 {
  background-image: url(../../i.shgcdn.com/63a57cf0-4377-4b8d-8e61-71ead04d8be1/-/format/auto/-/preview/3000x3000/-/quality/lighter/lighter.jpeg);
}








#s-4becba14-9631-40f9-9d55-958bed27b195 > .shg-box-overlay {
  background-color: rgba(161, 112, 2, 0.38);
  opacity: 0;
}#s-4becba14-9631-40f9-9d55-958bed27b195.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-95a7346b-7d46-46df-8ac1-5951d5eca6ba {
  margin-left: auto;
margin-right: auto;
max-width: 860px;
}

#s-f7259518-322c-4f4a-972f-936cc2793451 {
  margin-left: auto;
margin-right: auto;
max-width: 860px;
}

#s-05345b16-eadc-46e1-a27a-200ee95792a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 50px;
min-height: 50px;
max-width: 900px;
}








#s-05345b16-eadc-46e1-a27a-200ee95792a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05345b16-eadc-46e1-a27a-200ee95792a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de1e65e7-9dfc-4bbf-bad1-ddb1d8275464 {
  margin-left: auto;
margin-right: auto;
max-width: 840px;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-a50e7da9-96c1-4c9b-bd06-46d51abd208c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 0px;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a50e7da9-96c1-4c9b-bd06-46d51abd208c {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-a50e7da9-96c1-4c9b-bd06-46d51abd208c, #wrap-s-a50e7da9-96c1-4c9b-bd06-46d51abd208c { display:none !important; }}@media (max-width: 767px){#s-a50e7da9-96c1-4c9b-bd06-46d51abd208c {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-a50e7da9-96c1-4c9b-bd06-46d51abd208c, #wrap-s-a50e7da9-96c1-4c9b-bd06-46d51abd208c { display:none !important; }}
@media (min-width: 0px) {
[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a50e7da9-96c1-4c9b-bd06-46d51abd208c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-efe967af-6960-4aa2-99af-ce0764517879 {
  min-height: 50px;
}








#s-efe967af-6960-4aa2-99af-ce0764517879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe967af-6960-4aa2-99af-ce0764517879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55578cf7-f701-4f40-b250-7dd3609c836a {
  padding-left: 30px;
padding-right: 30px;
min-height: 200px;
background-color: rgba(33, 33, 33, 1);
}








#s-55578cf7-f701-4f40-b250-7dd3609c836a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55578cf7-f701-4f40-b250-7dd3609c836a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1305dbdb-6ade-4696-97b1-f13833a7ac33 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-838e0a42-ced9-4e83-a66b-b4d4c4772044 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6d6273b5-ecc0-477f-8150-6b329c4fa462 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-6d6273b5-ecc0-477f-8150-6b329c4fa462"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d6273b5-ecc0-477f-8150-6b329c4fa462"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6d6273b5-ecc0-477f-8150-6b329c4fa462"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d6273b5-ecc0-477f-8150-6b329c4fa462"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f {
  max-width: 420px;
aspect-ratio: 420/525;
text-align: center;
}





  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f img.shogun-image,
  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f {
    width: 100%;
    height: auto;
  }



  img.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
    
    
  }


.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shg-align-container {
  text-align: center
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f img.shogun-image,
  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f {
    width: 100%;
    height: auto;
  }



  img.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
    
    
  }


.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shg-align-container {
  text-align: center
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
  box-sizing: border-box;
}


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



  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f img.shogun-image,
  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f {
    width: 100%;
    height: auto;
  }



  img.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
    
    
  }


.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shg-align-container {
  text-align: center
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
  box-sizing: border-box;
}


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



  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f img.shogun-image,
  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f {
    width: 100%;
    height: auto;
  }



  img.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
    
    
  }


.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shg-align-container {
  text-align: center
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
  box-sizing: border-box;
}


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



  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f img.shogun-image,
  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f {
    width: 100%;
    height: auto;
  }



  img.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
    
    
  }


.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f .shogun-image-content {
  
    align-items: center;
  
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shg-align-container {
  text-align: center
}

.s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dc19bfb-5964-4c8d-8ed6-ec6dc213f97f.shogun-image {
  box-sizing: border-box;
}


}
#s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: center;
}





  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 img.shogun-image,
  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 {
    width: 100%;
    height: auto;
  }



  img.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
    
    
  }


.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shg-align-container {
  text-align: center
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 img.shogun-image,
  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 {
    width: 100%;
    height: auto;
  }



  img.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
    
    
  }


.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shg-align-container {
  text-align: center
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 img.shogun-image,
  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 {
    width: 100%;
    height: auto;
  }



  img.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
    
    
  }


.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shg-align-container {
  text-align: center
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 img.shogun-image,
  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 {
    width: 100%;
    height: auto;
  }



  img.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
    
    
  }


.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shg-align-container {
  text-align: center
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 img.shogun-image,
  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 {
    width: 100%;
    height: auto;
  }



  img.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
    
    
  }


.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shg-align-container {
  text-align: center
}

.s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f15cf4d5-91f6-40b8-a6a2-21835b1a48a1.shogun-image {
  box-sizing: border-box;
}


}
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/lighter.jpeg);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/480x.jpeg);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/960x.jpeg);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/768x.jpeg);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/1536x.jpeg);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/1024x.jpeg);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/2048x.jpeg);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/1200x.jpeg);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 {
  background-image: url(../../i.shgcdn.com/d0dc2ad6-d166-4566-86f1-2326232a5679/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/2048x.jpeg);
}

}







#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68140b4-44b5-4233-b95c-c5ebaa98b2b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6779b5a-9936-4621-9e26-9dfab61bcd09 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f6779b5a-9936-4621-9e26-9dfab61bcd09 {
  display: none;
}
#s-f6779b5a-9936-4621-9e26-9dfab61bcd09, #wrap-s-f6779b5a-9936-4621-9e26-9dfab61bcd09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6779b5a-9936-4621-9e26-9dfab61bcd09 {
  display: none;
}
#s-f6779b5a-9936-4621-9e26-9dfab61bcd09, #wrap-s-f6779b5a-9936-4621-9e26-9dfab61bcd09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6779b5a-9936-4621-9e26-9dfab61bcd09 {
  
}
}@media (max-width: 767px){#s-f6779b5a-9936-4621-9e26-9dfab61bcd09 {
  
}
}







#s-f6779b5a-9936-4621-9e26-9dfab61bcd09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6779b5a-9936-4621-9e26-9dfab61bcd09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-fef4e885-4aea-47d2-b131-e819a3163c42 {
  margin-top: 10px;
margin-bottom: 60px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-fef4e885-4aea-47d2-b131-e819a3163c42 {
  display: none;
}
#s-fef4e885-4aea-47d2-b131-e819a3163c42, #wrap-s-fef4e885-4aea-47d2-b131-e819a3163c42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fef4e885-4aea-47d2-b131-e819a3163c42 {
  display: none;
}
#s-fef4e885-4aea-47d2-b131-e819a3163c42, #wrap-s-fef4e885-4aea-47d2-b131-e819a3163c42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fef4e885-4aea-47d2-b131-e819a3163c42 {
  
}
}@media (max-width: 767px){#s-fef4e885-4aea-47d2-b131-e819a3163c42 {
  
}
}
#s-fef4e885-4aea-47d2-b131-e819a3163c42 .shg-sld-dot {
  background-color: rgba(245, 245, 245, 0.75);
}

#s-fef4e885-4aea-47d2-b131-e819a3163c42 .shg-sld-nav-button.shg-sld-left,
#s-fef4e885-4aea-47d2-b131-e819a3163c42 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(245, 245, 245, 0.75);
}

#s-2e7c3526-1b24-42fc-8992-a74244bc2f7a {
  max-width: 1000px;
aspect-ratio: 1000/651;
text-align: center;
}





  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a img.shogun-image,
  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a {
    width: 100%;
    height: auto;
  }



  img.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
    
    
  }


.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shg-align-container {
  text-align: center
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a img.shogun-image,
  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a {
    width: 100%;
    height: auto;
  }



  img.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
    
    
  }


.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shg-align-container {
  text-align: center
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a img.shogun-image,
  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a {
    width: 100%;
    height: auto;
  }



  img.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
    
    
  }


.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shg-align-container {
  text-align: center
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a img.shogun-image,
  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a {
    width: 100%;
    height: auto;
  }



  img.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
    
    
  }


.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shg-align-container {
  text-align: center
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a img.shogun-image,
  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e7c3526-1b24-42fc-8992-a74244bc2f7a {
    width: 100%;
    height: auto;
  }



  img.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
    
    
  }


.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shg-align-container {
  text-align: center
}

.s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e7c3526-1b24-42fc-8992-a74244bc2f7a.shogun-image {
  box-sizing: border-box;
}


}
#s-13e14308-d958-4b54-acbd-4669db293292 {
  padding-left: 30px;
padding-right: 30px;
min-height: 300px;
background-color: rgba(33, 33, 33, 1);
}








#s-13e14308-d958-4b54-acbd-4669db293292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13e14308-d958-4b54-acbd-4669db293292.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d084fe7a-8b27-4f23-81c4-4fc55323ce22 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-b4e0a288-0f31-44ca-857f-5866df0a1523 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bce09f6b-bddd-487b-8464-81c8857215e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-bce09f6b-bddd-487b-8464-81c8857215e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-bce09f6b-bddd-487b-8464-81c8857215e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-bce09f6b-bddd-487b-8464-81c8857215e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

}

#s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 {
  max-width: 420px;
aspect-ratio: 420/525;
text-align: right;
}





  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 img.shogun-image,
  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 {
    width: 100%;
    height: auto;
  }



  img.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
    
    
  }


.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shg-align-container {
  text-align: right
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 img.shogun-image,
  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 {
    width: 100%;
    height: auto;
  }



  img.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
    
    
  }


.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shg-align-container {
  text-align: right
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
  box-sizing: border-box;
}


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



  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 img.shogun-image,
  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 {
    width: 100%;
    height: auto;
  }



  img.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
    
    
  }


.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shg-align-container {
  text-align: right
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
  box-sizing: border-box;
}


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



  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 img.shogun-image,
  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 {
    width: 100%;
    height: auto;
  }



  img.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
    
    
  }


.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shg-align-container {
  text-align: right
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
  box-sizing: border-box;
}


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



  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 img.shogun-image,
  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 {
    width: 100%;
    height: auto;
  }



  img.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
    
    
  }


.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shg-align-container {
  text-align: right
}

.s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8c9c22f-1aec-4b99-96fb-24c7720d0582.shogun-image {
  box-sizing: border-box;
}


}
#s-e1ae719c-0936-4563-b351-da0f775318c4 {
  max-width: 1000px;
aspect-ratio: 1000/1250;
text-align: left;
}





  #s-e1ae719c-0936-4563-b351-da0f775318c4 img.shogun-image,
  #s-e1ae719c-0936-4563-b351-da0f775318c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1ae719c-0936-4563-b351-da0f775318c4 {
    width: 100%;
    height: auto;
  }



  img.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
    
    
  }


.s-e1ae719c-0936-4563-b351-da0f775318c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shg-align-container {
  text-align: left
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e1ae719c-0936-4563-b351-da0f775318c4 img.shogun-image,
  #s-e1ae719c-0936-4563-b351-da0f775318c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1ae719c-0936-4563-b351-da0f775318c4 {
    width: 100%;
    height: auto;
  }



  img.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
    
    
  }


.s-e1ae719c-0936-4563-b351-da0f775318c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shg-align-container {
  text-align: left
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1ae719c-0936-4563-b351-da0f775318c4 img.shogun-image,
  #s-e1ae719c-0936-4563-b351-da0f775318c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1ae719c-0936-4563-b351-da0f775318c4 {
    width: 100%;
    height: auto;
  }



  img.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
    
    
  }


.s-e1ae719c-0936-4563-b351-da0f775318c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shg-align-container {
  text-align: left
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1ae719c-0936-4563-b351-da0f775318c4 img.shogun-image,
  #s-e1ae719c-0936-4563-b351-da0f775318c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1ae719c-0936-4563-b351-da0f775318c4 {
    width: 100%;
    height: auto;
  }



  img.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
    
    
  }


.s-e1ae719c-0936-4563-b351-da0f775318c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shg-align-container {
  text-align: left
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-e1ae719c-0936-4563-b351-da0f775318c4 img.shogun-image,
  #s-e1ae719c-0936-4563-b351-da0f775318c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1ae719c-0936-4563-b351-da0f775318c4 {
    width: 100%;
    height: auto;
  }



  img.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
    
    
  }


.s-e1ae719c-0936-4563-b351-da0f775318c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shg-align-container {
  text-align: left
}

.s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae719c-0936-4563-b351-da0f775318c4.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-f4dd0d11-c6f2-43ef-b999-3b0f5587d1ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4dd0d11-c6f2-43ef-b999-3b0f5587d1ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4dd0d11-c6f2-43ef-b999-3b0f5587d1ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4dd0d11-c6f2-43ef-b999-3b0f5587d1ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15081a29-9f46-45ab-8f10-adae0db308d9 {
  max-width: 420px;
aspect-ratio: 420/525;
text-align: center;
}





  #s-15081a29-9f46-45ab-8f10-adae0db308d9 img.shogun-image,
  #s-15081a29-9f46-45ab-8f10-adae0db308d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15081a29-9f46-45ab-8f10-adae0db308d9 {
    width: 100%;
    height: auto;
  }



  img.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
    
    
  }


.s-15081a29-9f46-45ab-8f10-adae0db308d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shg-align-container {
  text-align: center
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-15081a29-9f46-45ab-8f10-adae0db308d9 img.shogun-image,
  #s-15081a29-9f46-45ab-8f10-adae0db308d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15081a29-9f46-45ab-8f10-adae0db308d9 {
    width: 100%;
    height: auto;
  }



  img.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
    
    
  }


.s-15081a29-9f46-45ab-8f10-adae0db308d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shg-align-container {
  text-align: center
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-15081a29-9f46-45ab-8f10-adae0db308d9 img.shogun-image,
  #s-15081a29-9f46-45ab-8f10-adae0db308d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15081a29-9f46-45ab-8f10-adae0db308d9 {
    width: 100%;
    height: auto;
  }



  img.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
    
    
  }


.s-15081a29-9f46-45ab-8f10-adae0db308d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shg-align-container {
  text-align: center
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-15081a29-9f46-45ab-8f10-adae0db308d9 img.shogun-image,
  #s-15081a29-9f46-45ab-8f10-adae0db308d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15081a29-9f46-45ab-8f10-adae0db308d9 {
    width: 100%;
    height: auto;
  }



  img.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
    
    
  }


.s-15081a29-9f46-45ab-8f10-adae0db308d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shg-align-container {
  text-align: center
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
  box-sizing: border-box;
}


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



  #s-15081a29-9f46-45ab-8f10-adae0db308d9 img.shogun-image,
  #s-15081a29-9f46-45ab-8f10-adae0db308d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15081a29-9f46-45ab-8f10-adae0db308d9 {
    width: 100%;
    height: auto;
  }



  img.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
    
    
  }


.s-15081a29-9f46-45ab-8f10-adae0db308d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shg-align-container {
  text-align: center
}

.s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15081a29-9f46-45ab-8f10-adae0db308d9.shogun-image {
  box-sizing: border-box;
}


}
#s-759fe2e3-15c8-429c-8eeb-0203d7ad0d28 {
  padding-left: 30px;
padding-right: 30px;
min-height: 200px;
background-color: rgba(136, 57, 36, 1);
}








#s-759fe2e3-15c8-429c-8eeb-0203d7ad0d28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-759fe2e3-15c8-429c-8eeb-0203d7ad0d28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75a4a6d0-88dc-4578-ad2d-24f9ab06978a {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-5ec7e736-e7e2-409f-a056-5c955e37ec2f {
  margin-left: 20px;
margin-right: 20px;
}

#s-42fdf9d8-fd1d-4375-8028-77d97089bc2a {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-42fdf9d8-fd1d-4375-8028-77d97089bc2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42fdf9d8-fd1d-4375-8028-77d97089bc2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e458c11-073f-47b6-a004-7d60378d937f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-2e458c11-073f-47b6-a004-7d60378d937f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e458c11-073f-47b6-a004-7d60378d937f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df897f0d-52cc-4e15-b92f-4c4f9fa7ea73 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
}

#s-ec5067ae-44d5-4930-8389-6b71c13b4a58 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 0px;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-ec5067ae-44d5-4930-8389-6b71c13b4a58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ec5067ae-44d5-4930-8389-6b71c13b4a58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ec5067ae-44d5-4930-8389-6b71c13b4a58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec5067ae-44d5-4930-8389-6b71c13b4a58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7392e70d-f07f-4e19-95cc-3491fd0dee00 {
  min-height: 50px;
}








#s-7392e70d-f07f-4e19-95cc-3491fd0dee00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7392e70d-f07f-4e19-95cc-3491fd0dee00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1c12398-76b3-490f-974e-45df5e5662fa {
  min-height: 50px;
}








#s-a1c12398-76b3-490f-974e-45df5e5662fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1c12398-76b3-490f-974e-45df5e5662fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23651c48-a679-4d07-86a9-d2a6763376fe {
  max-width: 560px;
aspect-ratio: 800/1000;
text-align: right;
}





  #s-23651c48-a679-4d07-86a9-d2a6763376fe img.shogun-image,
  #s-23651c48-a679-4d07-86a9-d2a6763376fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23651c48-a679-4d07-86a9-d2a6763376fe {
    width: 100%;
    height: auto;
  }



  img.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
    
    
  }


.s-23651c48-a679-4d07-86a9-d2a6763376fe .shogun-image-content {
  
    align-items: center;
  
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shg-align-container {
  text-align: right
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-23651c48-a679-4d07-86a9-d2a6763376fe img.shogun-image,
  #s-23651c48-a679-4d07-86a9-d2a6763376fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23651c48-a679-4d07-86a9-d2a6763376fe {
    width: 100%;
    height: auto;
  }



  img.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
    
    
  }


.s-23651c48-a679-4d07-86a9-d2a6763376fe .shogun-image-content {
  
    align-items: center;
  
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shg-align-container {
  text-align: right
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-23651c48-a679-4d07-86a9-d2a6763376fe img.shogun-image,
  #s-23651c48-a679-4d07-86a9-d2a6763376fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23651c48-a679-4d07-86a9-d2a6763376fe {
    width: 100%;
    height: auto;
  }



  img.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
    
    
  }


.s-23651c48-a679-4d07-86a9-d2a6763376fe .shogun-image-content {
  
    align-items: center;
  
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shg-align-container {
  text-align: right
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-23651c48-a679-4d07-86a9-d2a6763376fe img.shogun-image,
  #s-23651c48-a679-4d07-86a9-d2a6763376fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23651c48-a679-4d07-86a9-d2a6763376fe {
    width: 100%;
    height: auto;
  }



  img.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
    
    
  }


.s-23651c48-a679-4d07-86a9-d2a6763376fe .shogun-image-content {
  
    align-items: center;
  
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shg-align-container {
  text-align: right
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
  box-sizing: border-box;
}


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



  #s-23651c48-a679-4d07-86a9-d2a6763376fe img.shogun-image,
  #s-23651c48-a679-4d07-86a9-d2a6763376fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23651c48-a679-4d07-86a9-d2a6763376fe {
    width: 100%;
    height: auto;
  }



  img.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
    
    
  }


.s-23651c48-a679-4d07-86a9-d2a6763376fe .shogun-image-content {
  
    align-items: center;
  
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shg-align-container {
  text-align: right
}

.s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23651c48-a679-4d07-86a9-d2a6763376fe.shogun-image {
  box-sizing: border-box;
}


}
#s-bc7999d5-b57e-445b-b6bf-7add185d23f7 {
  min-height: 50px;
}








#s-bc7999d5-b57e-445b-b6bf-7add185d23f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc7999d5-b57e-445b-b6bf-7add185d23f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1af17caf-e7cc-4856-a29f-a010d6f3f5e0 {
  min-height: 50px;
}








#s-1af17caf-e7cc-4856-a29f-a010d6f3f5e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af17caf-e7cc-4856-a29f-a010d6f3f5e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a944a384-5c1b-47ec-acb2-af1414b1eef4 {
  max-width: 560px;
aspect-ratio: 1000/1344;
text-align: left;
}





  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 img.shogun-image,
  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 {
    width: 100%;
    height: auto;
  }



  img.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
    
    
  }


.s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shg-align-container {
  text-align: left
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 img.shogun-image,
  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 {
    width: 100%;
    height: auto;
  }



  img.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
    
    
  }


.s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shg-align-container {
  text-align: left
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
  box-sizing: border-box;
}


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



  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 img.shogun-image,
  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 {
    width: 100%;
    height: auto;
  }



  img.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
    
    
  }


.s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shg-align-container {
  text-align: left
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
  box-sizing: border-box;
}


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



  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 img.shogun-image,
  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 {
    width: 100%;
    height: auto;
  }



  img.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
    
    
  }


.s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shg-align-container {
  text-align: left
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
  box-sizing: border-box;
}


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



  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 img.shogun-image,
  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a944a384-5c1b-47ec-acb2-af1414b1eef4 {
    width: 100%;
    height: auto;
  }



  img.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
    
    
  }


.s-a944a384-5c1b-47ec-acb2-af1414b1eef4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shg-align-container {
  text-align: left
}

.s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a944a384-5c1b-47ec-acb2-af1414b1eef4.shogun-image {
  box-sizing: border-box;
}


}
#s-60967c68-0f88-43c3-848c-f1b64cff28a4 {
  min-height: 50px;
}








#s-60967c68-0f88-43c3-848c-f1b64cff28a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60967c68-0f88-43c3-848c-f1b64cff28a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 {
  padding-top: 20px;
max-width: 360px;
aspect-ratio: 1000/861;
text-align: left;
}





  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 img.shogun-image,
  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 {
    width: 100%;
    height: auto;
  }



  img.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
    
    
  }


.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shg-align-container {
  text-align: left
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 img.shogun-image,
  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 {
    width: 100%;
    height: auto;
  }



  img.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
    
    
  }


.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shg-align-container {
  text-align: left
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 img.shogun-image,
  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 {
    width: 100%;
    height: auto;
  }



  img.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
    
    
  }


.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shg-align-container {
  text-align: left
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 img.shogun-image,
  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 {
    width: 100%;
    height: auto;
  }



  img.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
    
    
  }


.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shg-align-container {
  text-align: left
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 img.shogun-image,
  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 {
    width: 100%;
    height: auto;
  }



  img.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
    
    
  }


.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shg-align-container {
  text-align: left
}

.s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c00b56-e289-4c07-bfe6-ae92a61024c3.shogun-image {
  box-sizing: border-box;
}


}
#s-965ccaaf-5a6f-49de-93c5-ccb2e2d129d2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-965ccaaf-5a6f-49de-93c5-ccb2e2d129d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-965ccaaf-5a6f-49de-93c5-ccb2e2d129d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0fc49ef-530b-4b8c-abe7-8a63b723c7ee {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-b0fc49ef-530b-4b8c-abe7-8a63b723c7ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0fc49ef-530b-4b8c-abe7-8a63b723c7ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-243f5e1f-2e9a-40b7-a518-f6352d0e2917 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 60px;
}

#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 0px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b {
  display: none;
}
#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b, #wrap-s-7f6e1318-b805-4cbf-9db6-36e130a3de4b { display:none !important; }}@media (max-width: 767px){#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b {
  display: none;
}
#s-7f6e1318-b805-4cbf-9db6-36e130a3de4b, #wrap-s-7f6e1318-b805-4cbf-9db6-36e130a3de4b { display:none !important; }}
@media (min-width: 0px) {
[id="s-7f6e1318-b805-4cbf-9db6-36e130a3de4b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-7f6e1318-b805-4cbf-9db6-36e130a3de4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7f6e1318-b805-4cbf-9db6-36e130a3de4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7f6e1318-b805-4cbf-9db6-36e130a3de4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-34af7a54-3699-4b91-a929-9cf713d396eb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: left bottom;
}
@media (max-width: 767px){#s-34af7a54-3699-4b91-a929-9cf713d396eb {
  
}
}







#s-34af7a54-3699-4b91-a929-9cf713d396eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34af7a54-3699-4b91-a929-9cf713d396eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32058af8-5942-4411-a781-4fea512e55d1 {
  min-height: 300px;
}
@media (max-width: 767px){#s-32058af8-5942-4411-a781-4fea512e55d1 {
  
}
}







#s-32058af8-5942-4411-a781-4fea512e55d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32058af8-5942-4411-a781-4fea512e55d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 {
  margin-bottom: 20px;
max-width: 2377px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 img.shogun-image,
  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 {
    width: 100%;
    height: auto;
  }



  img.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
    
    
  }


.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shg-align-container {
  text-align: center
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 img.shogun-image,
  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 {
    width: 100%;
    height: auto;
  }



  img.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
    
    
  }


.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shg-align-container {
  text-align: center
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 img.shogun-image,
  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 {
    width: 100%;
    height: auto;
  }



  img.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
    
    
  }


.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shg-align-container {
  text-align: center
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 img.shogun-image,
  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 {
    width: 100%;
    height: auto;
  }



  img.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
    
    
  }


.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shg-align-container {
  text-align: center
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 img.shogun-image,
  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 {
    width: 100%;
    height: auto;
  }



  img.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
    
    
  }


.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shg-align-container {
  text-align: center
}

.s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb2b8cd2-25b3-4ead-83b1-61faf196f5e8.shogun-image {
  box-sizing: border-box;
}


}
#s-22bd6217-3a77-40a9-a462-8673e66a3ade {
  max-width: 1000px;
aspect-ratio: 1000/1089;
text-align: center;
}





  #s-22bd6217-3a77-40a9-a462-8673e66a3ade img.shogun-image,
  #s-22bd6217-3a77-40a9-a462-8673e66a3ade .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bd6217-3a77-40a9-a462-8673e66a3ade {
    width: 100%;
    height: auto;
  }



  img.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
    
    
  }


.s-22bd6217-3a77-40a9-a462-8673e66a3ade .shogun-image-content {
  
    align-items: center;
  
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shg-align-container {
  text-align: center
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-22bd6217-3a77-40a9-a462-8673e66a3ade img.shogun-image,
  #s-22bd6217-3a77-40a9-a462-8673e66a3ade .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bd6217-3a77-40a9-a462-8673e66a3ade {
    width: 100%;
    height: auto;
  }



  img.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
    
    
  }


.s-22bd6217-3a77-40a9-a462-8673e66a3ade .shogun-image-content {
  
    align-items: center;
  
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shg-align-container {
  text-align: center
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
  box-sizing: border-box;
}


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



  #s-22bd6217-3a77-40a9-a462-8673e66a3ade img.shogun-image,
  #s-22bd6217-3a77-40a9-a462-8673e66a3ade .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bd6217-3a77-40a9-a462-8673e66a3ade {
    width: 100%;
    height: auto;
  }



  img.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
    
    
  }


.s-22bd6217-3a77-40a9-a462-8673e66a3ade .shogun-image-content {
  
    align-items: center;
  
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shg-align-container {
  text-align: center
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
  box-sizing: border-box;
}


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



  #s-22bd6217-3a77-40a9-a462-8673e66a3ade img.shogun-image,
  #s-22bd6217-3a77-40a9-a462-8673e66a3ade .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bd6217-3a77-40a9-a462-8673e66a3ade {
    width: 100%;
    height: auto;
  }



  img.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
    
    
  }


.s-22bd6217-3a77-40a9-a462-8673e66a3ade .shogun-image-content {
  
    align-items: center;
  
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shg-align-container {
  text-align: center
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
  box-sizing: border-box;
}


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



  #s-22bd6217-3a77-40a9-a462-8673e66a3ade img.shogun-image,
  #s-22bd6217-3a77-40a9-a462-8673e66a3ade .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22bd6217-3a77-40a9-a462-8673e66a3ade {
    width: 100%;
    height: auto;
  }



  img.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
    
    
  }


.s-22bd6217-3a77-40a9-a462-8673e66a3ade .shogun-image-content {
  
    align-items: center;
  
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shg-align-container {
  text-align: center
}

.s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22bd6217-3a77-40a9-a462-8673e66a3ade.shogun-image {
  box-sizing: border-box;
}


}
#s-b68aee43-9ea0-4fef-aa8d-9b1a531866d2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b68aee43-9ea0-4fef-aa8d-9b1a531866d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b68aee43-9ea0-4fef-aa8d-9b1a531866d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223d19e0-f433-4a1a-803a-b644574e7a8c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 0px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-223d19e0-f433-4a1a-803a-b644574e7a8c {
  display: none;
}
#s-223d19e0-f433-4a1a-803a-b644574e7a8c, #wrap-s-223d19e0-f433-4a1a-803a-b644574e7a8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-223d19e0-f433-4a1a-803a-b644574e7a8c {
  display: none;
}
#s-223d19e0-f433-4a1a-803a-b644574e7a8c, #wrap-s-223d19e0-f433-4a1a-803a-b644574e7a8c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-223d19e0-f433-4a1a-803a-b644574e7a8c {
  
}
}@media (max-width: 767px){#s-223d19e0-f433-4a1a-803a-b644574e7a8c {
  
}
}
@media (min-width: 0px) {
[id="s-223d19e0-f433-4a1a-803a-b644574e7a8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-223d19e0-f433-4a1a-803a-b644574e7a8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-223d19e0-f433-4a1a-803a-b644574e7a8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-223d19e0-f433-4a1a-803a-b644574e7a8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a6f7c22d-98a1-4a56-b507-d00a5cdeef06 {
  min-height: 50px;
}








#s-a6f7c22d-98a1-4a56-b507-d00a5cdeef06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6f7c22d-98a1-4a56-b507-d00a5cdeef06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 {
  max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 img.shogun-image,
  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 {
    width: 100%;
    height: auto;
  }



  img.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
    
    
  }


.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shg-align-container {
  text-align: center
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 img.shogun-image,
  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 {
    width: 100%;
    height: auto;
  }



  img.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
    
    
  }


.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shg-align-container {
  text-align: center
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 img.shogun-image,
  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 {
    width: 100%;
    height: auto;
  }



  img.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
    
    
  }


.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shg-align-container {
  text-align: center
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 img.shogun-image,
  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 {
    width: 100%;
    height: auto;
  }



  img.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
    
    
  }


.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shg-align-container {
  text-align: center
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
  box-sizing: border-box;
}


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



  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 img.shogun-image,
  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 {
    width: 100%;
    height: auto;
  }



  img.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
    
    
  }


.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shg-align-container {
  text-align: center
}

.s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaf2cbec-77c2-4036-8efe-0ccb7ed941a2.shogun-image {
  box-sizing: border-box;
}


}
#s-f559d802-a73b-4b10-8b4a-60f4a4eb2f74 {
  min-height: 300px;
}
@media (max-width: 767px){#s-f559d802-a73b-4b10-8b4a-60f4a4eb2f74 {
  
}
}







#s-f559d802-a73b-4b10-8b4a-60f4a4eb2f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f559d802-a73b-4b10-8b4a-60f4a4eb2f74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 {
  margin-bottom: 20px;
max-width: 2396px;
aspect-ratio: 2396/2995;
text-align: center;
}





  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 img.shogun-image,
  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 {
    width: 100%;
    height: auto;
  }



  img.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
    
    
  }


.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shogun-image-content {
  
    align-items: center;
  
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shg-align-container {
  text-align: center
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 img.shogun-image,
  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 {
    width: 100%;
    height: auto;
  }



  img.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
    
    
  }


.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shogun-image-content {
  
    align-items: center;
  
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shg-align-container {
  text-align: center
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
  box-sizing: border-box;
}


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



  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 img.shogun-image,
  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 {
    width: 100%;
    height: auto;
  }



  img.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
    
    
  }


.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shogun-image-content {
  
    align-items: center;
  
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shg-align-container {
  text-align: center
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
  box-sizing: border-box;
}


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



  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 img.shogun-image,
  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 {
    width: 100%;
    height: auto;
  }



  img.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
    
    
  }


.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shogun-image-content {
  
    align-items: center;
  
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shg-align-container {
  text-align: center
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
  box-sizing: border-box;
}


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



  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 img.shogun-image,
  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 {
    width: 100%;
    height: auto;
  }



  img.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
    
    
  }


.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13 .shogun-image-content {
  
    align-items: center;
  
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shg-align-container {
  text-align: center
}

.s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75dd4760-d67e-4a71-aa4a-8bcf61c2af13.shogun-image {
  box-sizing: border-box;
}


}
#s-c776598a-78f8-47ef-af53-ef121302e291 {
  max-width: 2000px;
aspect-ratio: 2000/2501;
text-align: center;
}





  #s-c776598a-78f8-47ef-af53-ef121302e291 img.shogun-image,
  #s-c776598a-78f8-47ef-af53-ef121302e291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c776598a-78f8-47ef-af53-ef121302e291 {
    width: 100%;
    height: auto;
  }



  img.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
    
    
  }


.s-c776598a-78f8-47ef-af53-ef121302e291 .shogun-image-content {
  
    align-items: center;
  
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shg-align-container {
  text-align: center
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c776598a-78f8-47ef-af53-ef121302e291 img.shogun-image,
  #s-c776598a-78f8-47ef-af53-ef121302e291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c776598a-78f8-47ef-af53-ef121302e291 {
    width: 100%;
    height: auto;
  }



  img.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
    
    
  }


.s-c776598a-78f8-47ef-af53-ef121302e291 .shogun-image-content {
  
    align-items: center;
  
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shg-align-container {
  text-align: center
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
  box-sizing: border-box;
}


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



  #s-c776598a-78f8-47ef-af53-ef121302e291 img.shogun-image,
  #s-c776598a-78f8-47ef-af53-ef121302e291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c776598a-78f8-47ef-af53-ef121302e291 {
    width: 100%;
    height: auto;
  }



  img.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
    
    
  }


.s-c776598a-78f8-47ef-af53-ef121302e291 .shogun-image-content {
  
    align-items: center;
  
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shg-align-container {
  text-align: center
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
  box-sizing: border-box;
}


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



  #s-c776598a-78f8-47ef-af53-ef121302e291 img.shogun-image,
  #s-c776598a-78f8-47ef-af53-ef121302e291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c776598a-78f8-47ef-af53-ef121302e291 {
    width: 100%;
    height: auto;
  }



  img.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
    
    
  }


.s-c776598a-78f8-47ef-af53-ef121302e291 .shogun-image-content {
  
    align-items: center;
  
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shg-align-container {
  text-align: center
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
  box-sizing: border-box;
}


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



  #s-c776598a-78f8-47ef-af53-ef121302e291 img.shogun-image,
  #s-c776598a-78f8-47ef-af53-ef121302e291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c776598a-78f8-47ef-af53-ef121302e291 {
    width: 100%;
    height: auto;
  }



  img.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
    
    
  }


.s-c776598a-78f8-47ef-af53-ef121302e291 .shogun-image-content {
  
    align-items: center;
  
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shg-align-container {
  text-align: center
}

.s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c776598a-78f8-47ef-af53-ef121302e291.shogun-image {
  box-sizing: border-box;
}


}
#s-a88e28d5-c0bc-45ad-b463-aa9c07411a44 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-a88e28d5-c0bc-45ad-b463-aa9c07411a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a88e28d5-c0bc-45ad-b463-aa9c07411a44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6447ab0f-cd02-4e07-becd-4600cd50e96b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-6447ab0f-cd02-4e07-becd-4600cd50e96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6447ab0f-cd02-4e07-becd-4600cd50e96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fabe2ef-aa69-463f-89b8-6a9d82ad7b08 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
}

#s-c8ad904f-7a82-451b-8cc1-6618ef9afcfa {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-c8ad904f-7a82-451b-8cc1-6618ef9afcfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8ad904f-7a82-451b-8cc1-6618ef9afcfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e659f50c-988b-45da-9c52-7b468759adc2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-e659f50c-988b-45da-9c52-7b468759adc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e659f50c-988b-45da-9c52-7b468759adc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83fd4594-6356-49c8-a6b4-01366a2085c3 {
  max-width: 960px;
aspect-ratio: 960/768;
text-align: center;
}





  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 img.shogun-image,
  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 {
    width: 100%;
    height: auto;
  }



  img.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
    
    
  }


.s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shg-align-container {
  text-align: center
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 img.shogun-image,
  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 {
    width: 100%;
    height: auto;
  }



  img.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
    
    
  }


.s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shg-align-container {
  text-align: center
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 img.shogun-image,
  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 {
    width: 100%;
    height: auto;
  }



  img.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
    
    
  }


.s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shg-align-container {
  text-align: center
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 img.shogun-image,
  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 {
    width: 100%;
    height: auto;
  }



  img.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
    
    
  }


.s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shg-align-container {
  text-align: center
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 img.shogun-image,
  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83fd4594-6356-49c8-a6b4-01366a2085c3 {
    width: 100%;
    height: auto;
  }



  img.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
    
    
  }


.s-83fd4594-6356-49c8-a6b4-01366a2085c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shg-align-container {
  text-align: center
}

.s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83fd4594-6356-49c8-a6b4-01366a2085c3.shogun-image {
  box-sizing: border-box;
}


}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}