.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-d665a38d-3313-4c73-bace-e4331933efff {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 80px;
min-height: 50px;
max-width: 2840px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d665a38d-3313-4c73-bace-e4331933efff {
  
}
}@media (max-width: 767px){#s-d665a38d-3313-4c73-bace-e4331933efff {
  
}
}







#s-d665a38d-3313-4c73-bace-e4331933efff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d665a38d-3313-4c73-bace-e4331933efff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65c21f48-a66f-4e2c-9b1c-9faade5950d9 {
  min-height: 50px;
}








#s-65c21f48-a66f-4e2c-9b1c-9faade5950d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c21f48-a66f-4e2c-9b1c-9faade5950d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c36ab70c-f65f-44db-aba0-754abe5e888c {
  margin-top: -52px;
margin-bottom: 0px;
max-width: 5240px;
aspect-ratio: 5240/1800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c36ab70c-f65f-44db-aba0-754abe5e888c {
  display: none;
}
#s-c36ab70c-f65f-44db-aba0-754abe5e888c, #wrap-s-c36ab70c-f65f-44db-aba0-754abe5e888c { display: none !important; }}@media (max-width: 767px){#s-c36ab70c-f65f-44db-aba0-754abe5e888c {
  display: none;
}
#s-c36ab70c-f65f-44db-aba0-754abe5e888c, #wrap-s-c36ab70c-f65f-44db-aba0-754abe5e888c { display: none !important; }}




  #s-c36ab70c-f65f-44db-aba0-754abe5e888c img.shogun-image,
  #s-c36ab70c-f65f-44db-aba0-754abe5e888c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c36ab70c-f65f-44db-aba0-754abe5e888c {
    width: 100%;
    height: auto;
  }



  #s-c36ab70c-f65f-44db-aba0-754abe5e888c img.shogun-image {
    

    
    
    
  }


#s-c36ab70c-f65f-44db-aba0-754abe5e888c .shogun-image-content {
  
    align-items: 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-51c308f4-0d5b-43f4-b952-1587a6edb00a {
  margin-top: 300px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-51c308f4-0d5b-43f4-b952-1587a6edb00a {
  margin-top: 250px;
}
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1982px;
aspect-ratio: 1982/1000;
text-align: center;
}
@media (min-width: 1200px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  display: none;
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c, #wrap-s-b1f3f315-c8a5-4469-8877-672d93b1c92c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  display: none;
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c, #wrap-s-b1f3f315-c8a5-4469-8877-672d93b1c92c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  
}
}@media (max-width: 767px){#s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
  display: none;
}
#s-b1f3f315-c8a5-4469-8877-672d93b1c92c, #wrap-s-b1f3f315-c8a5-4469-8877-672d93b1c92c { display: none !important; }}




  #s-b1f3f315-c8a5-4469-8877-672d93b1c92c img.shogun-image,
  #s-b1f3f315-c8a5-4469-8877-672d93b1c92c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1f3f315-c8a5-4469-8877-672d93b1c92c {
    width: 100%;
    height: auto;
  }



  #s-b1f3f315-c8a5-4469-8877-672d93b1c92c img.shogun-image {
    

    
    
    
  }


#s-b1f3f315-c8a5-4469-8877-672d93b1c92c .shogun-image-content {
  
    align-items: center;
  
}

#s-7e77347c-cd55-4377-9862-c7597b51abde {
  margin-top: 250px;
padding-top: 0px;
}

#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1534px;
aspect-ratio: 1534/1810;
text-align: center;
}
@media (min-width: 1200px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  display: none;
}
#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8, #wrap-s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  display: none;
}
#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8, #wrap-s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  display: none;
}
#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8, #wrap-s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 { display: none !important; }}@media (max-width: 767px){#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
  
}
}




  #s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 img.shogun-image,
  #s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 {
    width: 100%;
    height: auto;
  }



  #s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 img.shogun-image {
    

    
    
    
  }


#s-ed82fcc9-58cb-4e49-80aa-9a1ecf0dfcd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3739585-eb6f-4567-8743-99a8b36651db {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}








#s-f3739585-eb6f-4567-8743-99a8b36651db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3739585-eb6f-4567-8743-99a8b36651db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e7c1bd6-437b-4d6a-a6d6-6fb7dcc9f3ff {
  margin-top: 250px;
padding-top: 0px;
}

.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-094c6f6f-468e-4f96-9870-dc395866cba1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-094c6f6f-468e-4f96-9870-dc395866cba1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-094c6f6f-468e-4f96-9870-dc395866cba1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-094c6f6f-468e-4f96-9870-dc395866cba1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-094c6f6f-468e-4f96-9870-dc395866cba1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6d9e22c0-e05f-4d19-a8ce-2562d6f577f5 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 2600px;
aspect-ratio: 2600/1700;
text-align: center;
}





  #s-6d9e22c0-e05f-4d19-a8ce-2562d6f577f5 img.shogun-image,
  #s-6d9e22c0-e05f-4d19-a8ce-2562d6f577f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d9e22c0-e05f-4d19-a8ce-2562d6f577f5 {
    width: 100%;
    height: auto;
  }



  #s-6d9e22c0-e05f-4d19-a8ce-2562d6f577f5 img.shogun-image {
    

    
    
    
  }


#s-6d9e22c0-e05f-4d19-a8ce-2562d6f577f5 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cf7ae0be-5e3f-47ec-a6e0-5a1a086eecc2 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-cf7ae0be-5e3f-47ec-a6e0-5a1a086eecc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7ae0be-5e3f-47ec-a6e0-5a1a086eecc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca {
  display: none;
}
#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca, #wrap-s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca {
  display: none;
}
#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca, #wrap-s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca {
  display: none;
}
#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca, #wrap-s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca { display: none !important; }}

  #s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca-root {
    text-align: center;
  }


#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca-root {
    text-align: center;
  }


#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca-root {
    text-align: center;
  }


#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca-root {
    text-align: center;
  }


#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca-root {
    text-align: center;
  }


#s-ebd90fa6-5fb2-4d5e-99e6-1472e9dfa8ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-e0340451-7edd-461a-b99c-5086205f5d37 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-e0340451-7edd-461a-b99c-5086205f5d37 {
  display: none;
}
#s-e0340451-7edd-461a-b99c-5086205f5d37, #wrap-s-e0340451-7edd-461a-b99c-5086205f5d37 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0340451-7edd-461a-b99c-5086205f5d37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d-root {
    text-align: center;
  }


#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d-root {
    text-align: center;
  }


#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d-root {
    text-align: center;
  }


#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d-root {
    text-align: center;
  }


#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d-root {
    text-align: center;
  }


#s-0f4d0bb5-1b94-4cb1-9a07-17a8c7c0297d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-7ce45f4c-7691-45a6-93b3-dae714c196e2 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 2600px;
aspect-ratio: 2600/1700;
text-align: center;
}





  #s-7ce45f4c-7691-45a6-93b3-dae714c196e2 img.shogun-image,
  #s-7ce45f4c-7691-45a6-93b3-dae714c196e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ce45f4c-7691-45a6-93b3-dae714c196e2 {
    width: 100%;
    height: auto;
  }



  #s-7ce45f4c-7691-45a6-93b3-dae714c196e2 img.shogun-image {
    

    
    
    
  }


#s-7ce45f4c-7691-45a6-93b3-dae714c196e2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-863b1bee-6d52-4bb4-9775-6a614f6218b5 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-863b1bee-6d52-4bb4-9775-6a614f6218b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863b1bee-6d52-4bb4-9775-6a614f6218b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abbb3b68-5116-4c72-8692-e6a57c2144ad {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-abbb3b68-5116-4c72-8692-e6a57c2144ad:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-abbb3b68-5116-4c72-8692-e6a57c2144ad:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-abbb3b68-5116-4c72-8692-e6a57c2144ad {
  display: none;
}
#s-abbb3b68-5116-4c72-8692-e6a57c2144ad, #wrap-s-abbb3b68-5116-4c72-8692-e6a57c2144ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abbb3b68-5116-4c72-8692-e6a57c2144ad {
  display: none;
}
#s-abbb3b68-5116-4c72-8692-e6a57c2144ad, #wrap-s-abbb3b68-5116-4c72-8692-e6a57c2144ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abbb3b68-5116-4c72-8692-e6a57c2144ad {
  display: none;
}
#s-abbb3b68-5116-4c72-8692-e6a57c2144ad, #wrap-s-abbb3b68-5116-4c72-8692-e6a57c2144ad { display: none !important; }}

  #s-abbb3b68-5116-4c72-8692-e6a57c2144ad-root {
    text-align: center;
  }


#s-abbb3b68-5116-4c72-8692-e6a57c2144ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-abbb3b68-5116-4c72-8692-e6a57c2144ad-root {
    text-align: center;
  }


#s-abbb3b68-5116-4c72-8692-e6a57c2144ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abbb3b68-5116-4c72-8692-e6a57c2144ad-root {
    text-align: center;
  }


#s-abbb3b68-5116-4c72-8692-e6a57c2144ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abbb3b68-5116-4c72-8692-e6a57c2144ad-root {
    text-align: center;
  }


#s-abbb3b68-5116-4c72-8692-e6a57c2144ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-abbb3b68-5116-4c72-8692-e6a57c2144ad-root {
    text-align: center;
  }


#s-abbb3b68-5116-4c72-8692-e6a57c2144ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-296157ab-fddd-40aa-a178-d4debed8f933 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-296157ab-fddd-40aa-a178-d4debed8f933 {
  display: none;
}
#s-296157ab-fddd-40aa-a178-d4debed8f933, #wrap-s-296157ab-fddd-40aa-a178-d4debed8f933 { display: none !important; }}
@media (min-width: 0px) {
[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-296157ab-fddd-40aa-a178-d4debed8f933"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c392c040-b3df-4705-9b2f-cc9f9c608cf9-root {
    text-align: center;
  }


#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c392c040-b3df-4705-9b2f-cc9f9c608cf9-root {
    text-align: center;
  }


#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c392c040-b3df-4705-9b2f-cc9f9c608cf9-root {
    text-align: center;
  }


#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c392c040-b3df-4705-9b2f-cc9f9c608cf9-root {
    text-align: center;
  }


#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c392c040-b3df-4705-9b2f-cc9f9c608cf9-root {
    text-align: center;
  }


#s-c392c040-b3df-4705-9b2f-cc9f9c608cf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b {
  min-height: 50px;
}
@media (max-width: 767px){#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b {
  display: none;
}
#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b, #wrap-s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b { display: none !important; }}







#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac68a3a6-c07e-45db-a0c0-c71e16bf053b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01c5407e-af4c-403d-8e65-3928d89ea237 {
  padding-top: 140px;
}

#s-de4df472-a9e5-47c4-9c70-1319c92b3edb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 160px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-de4df472-a9e5-47c4-9c70-1319c92b3edb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-26539b1b-3ec2-4196-aacb-e5b54f613886 {
  max-width: 1680px;
aspect-ratio: 1680/2600;
text-align: center;
}





  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 img.shogun-image,
  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 {
    width: 100%;
    height: auto;
  }



  #s-26539b1b-3ec2-4196-aacb-e5b54f613886 img.shogun-image {
    

    
    
    
  }


#s-26539b1b-3ec2-4196-aacb-e5b54f613886 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4fc141e9-d21b-4c2f-8039-4bb48d8f113a {
  padding-top: 20px;
}

#s-4fa45bcc-f884-437a-b151-fce31490a278 {
  max-width: 1680px;
aspect-ratio: 1680/2600;
text-align: center;
}





  #s-4fa45bcc-f884-437a-b151-fce31490a278 img.shogun-image,
  #s-4fa45bcc-f884-437a-b151-fce31490a278 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4fa45bcc-f884-437a-b151-fce31490a278 {
    width: 100%;
    height: auto;
  }



  #s-4fa45bcc-f884-437a-b151-fce31490a278 img.shogun-image {
    

    
    
    
  }


#s-4fa45bcc-f884-437a-b151-fce31490a278 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-86a3da5c-86c4-4970-8f86-8c2d2589845b {
  padding-top: 20px;
}

#s-22a6d1d7-860e-4ac2-aa62-bd2de12b0386 {
  max-width: 840px;
aspect-ratio: 840/1300;
text-align: center;
}





  #s-22a6d1d7-860e-4ac2-aa62-bd2de12b0386 img.shogun-image,
  #s-22a6d1d7-860e-4ac2-aa62-bd2de12b0386 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22a6d1d7-860e-4ac2-aa62-bd2de12b0386 {
    width: 100%;
    height: auto;
  }



  #s-22a6d1d7-860e-4ac2-aa62-bd2de12b0386 img.shogun-image {
    

    
    
    
  }


#s-22a6d1d7-860e-4ac2-aa62-bd2de12b0386 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ca127f16-d674-4636-9474-d78924614376 {
  padding-top: 20px;
}

#s-8aaa0c24-db75-451d-92cc-59ab956b5650 {
  max-width: 1680px;
aspect-ratio: 1680/2600;
text-align: center;
}





  #s-8aaa0c24-db75-451d-92cc-59ab956b5650 img.shogun-image,
  #s-8aaa0c24-db75-451d-92cc-59ab956b5650 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8aaa0c24-db75-451d-92cc-59ab956b5650 {
    width: 100%;
    height: auto;
  }



  #s-8aaa0c24-db75-451d-92cc-59ab956b5650 img.shogun-image {
    

    
    
    
  }


#s-8aaa0c24-db75-451d-92cc-59ab956b5650 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-5f7902e3-cb82-4ffe-b02c-10369956e4f9 {
  padding-top: 20px;
}

#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  display: none;
}
#s-23694aea-50cc-4810-9a6a-84bbcca72379, #wrap-s-23694aea-50cc-4810-9a6a-84bbcca72379 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  display: none;
}
#s-23694aea-50cc-4810-9a6a-84bbcca72379, #wrap-s-23694aea-50cc-4810-9a6a-84bbcca72379 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  display: none;
}
#s-23694aea-50cc-4810-9a6a-84bbcca72379, #wrap-s-23694aea-50cc-4810-9a6a-84bbcca72379 { display: none !important; }}@media (max-width: 767px){#s-23694aea-50cc-4810-9a6a-84bbcca72379 {
  
}
}







#s-23694aea-50cc-4810-9a6a-84bbcca72379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23694aea-50cc-4810-9a6a-84bbcca72379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39c9dca4-a0b6-48ae-86a9-3d84bfcdfd33 {
  padding-top: 140px;
}

#s-7161875c-7f38-4d50-a407-46f89b429b8f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 160px;
}

@media (min-width: 0px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7161875c-7f38-4d50-a407-46f89b429b8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d314de97-a3b1-48c8-a209-61d9c534925a {
  max-width: 1680px;
aspect-ratio: 1680/2600;
text-align: center;
}





  #s-d314de97-a3b1-48c8-a209-61d9c534925a img.shogun-image,
  #s-d314de97-a3b1-48c8-a209-61d9c534925a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d314de97-a3b1-48c8-a209-61d9c534925a {
    width: 100%;
    height: auto;
  }



  #s-d314de97-a3b1-48c8-a209-61d9c534925a img.shogun-image {
    

    
    
    
  }


#s-d314de97-a3b1-48c8-a209-61d9c534925a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-41b4eab2-a972-4ae5-83cd-2096fc5e00c9 {
  padding-top: 20px;
}

#s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd {
  max-width: 1680px;
aspect-ratio: 1680/2600;
text-align: center;
}





  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd img.shogun-image,
  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd {
    width: 100%;
    height: auto;
  }



  #s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd img.shogun-image {
    

    
    
    
  }


#s-87935493-3ab4-4eb9-bdac-9d2d90a5acbd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f9afaf3c-8110-49c7-9727-7661fca03ba8 {
  padding-top: 20px;
}

#s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 {
  padding-top: 20px;
padding-bottom: 0px;
max-width: 840px;
aspect-ratio: 840/1300;
text-align: center;
}





  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 img.shogun-image,
  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 {
    width: 100%;
    height: auto;
  }



  #s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 img.shogun-image {
    

    
    
    
  }


#s-602a87d9-2eb5-4ba6-aa31-d8435ac121f1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c74f2f08-c6e5-4c5d-9de9-be83a4df32b9 {
  padding-top: 20px;
}

#s-4d27045a-4b29-4a58-a225-c242a27c62e3 {
  padding-top: 20px;
padding-bottom: 0px;
max-width: 1680px;
aspect-ratio: 1680/2600;
text-align: center;
}





  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 img.shogun-image,
  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 {
    width: 100%;
    height: auto;
  }



  #s-4d27045a-4b29-4a58-a225-c242a27c62e3 img.shogun-image {
    

    
    
    
  }


#s-4d27045a-4b29-4a58-a225-c242a27c62e3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-28894986-5e78-43b7-a474-76d0410ebde8 {
  padding-top: 20px;
}

@media (min-width: 1200px){#s-b9e2c3b9-1e42-436f-b191-d03e41671f92 {
  display: unset;
}
#s-b9e2c3b9-1e42-436f-b191-d03e41671f92, #wrap-s-b9e2c3b9-1e42-436f-b191-d03e41671f92 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9e2c3b9-1e42-436f-b191-d03e41671f92 {
  display: unset;
}
#s-b9e2c3b9-1e42-436f-b191-d03e41671f92, #wrap-s-b9e2c3b9-1e42-436f-b191-d03e41671f92 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9e2c3b9-1e42-436f-b191-d03e41671f92 {
  display: unset;
}
#s-b9e2c3b9-1e42-436f-b191-d03e41671f92, #wrap-s-b9e2c3b9-1e42-436f-b191-d03e41671f92 { display: unset !important; }}@media (max-width: 767px){#s-b9e2c3b9-1e42-436f-b191-d03e41671f92 {
  display: unset;
}
#s-b9e2c3b9-1e42-436f-b191-d03e41671f92, #wrap-s-b9e2c3b9-1e42-436f-b191-d03e41671f92 { display: unset !important; }}







#s-b9e2c3b9-1e42-436f-b191-d03e41671f92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e2c3b9-1e42-436f-b191-d03e41671f92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d81ab385-5327-4626-95bf-d216309490f6 {
  margin-bottom: 0px;
max-width: 5240px;
aspect-ratio: 5240/1800;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d81ab385-5327-4626-95bf-d216309490f6 {
  display: none;
}
#s-d81ab385-5327-4626-95bf-d216309490f6, #wrap-s-d81ab385-5327-4626-95bf-d216309490f6 { display: none !important; }}@media (max-width: 767px){#s-d81ab385-5327-4626-95bf-d216309490f6 {
  display: none;
}
#s-d81ab385-5327-4626-95bf-d216309490f6, #wrap-s-d81ab385-5327-4626-95bf-d216309490f6 { display: none !important; }}




  #s-d81ab385-5327-4626-95bf-d216309490f6 img.shogun-image,
  #s-d81ab385-5327-4626-95bf-d216309490f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d81ab385-5327-4626-95bf-d216309490f6 {
    width: 100%;
    height: auto;
  }



  #s-d81ab385-5327-4626-95bf-d216309490f6 img.shogun-image {
    

    
    
    
  }


#s-d81ab385-5327-4626-95bf-d216309490f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-10fc637d-a524-4e95-a0d2-3d8f09cf446d {
  padding-bottom: 20px;
min-height: 0px;
}








#s-10fc637d-a524-4e95-a0d2-3d8f09cf446d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10fc637d-a524-4e95-a0d2-3d8f09cf446d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-64fb3c1d-5190-4620-a6db-b2b5f25b96f7 {
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
  margin-top: 10px;
margin-left: 24%;
margin-right: 24%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 1400px;
aspect-ratio: 1400/430;
text-align: center;
}





  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image,
  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
    width: 100%;
    height: auto;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
    
    
  }


.s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
      --shg-aspect-ratio: calc(1400/430); 
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
      position: relative;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image,
  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
    width: 100%;
    height: auto;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
    
    
  }


.s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
      --shg-aspect-ratio: calc(1400/430); 
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
      position: relative;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image,
  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
    width: 100%;
    height: auto;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
    
    
  }


.s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
      --shg-aspect-ratio: calc(1400/430); 
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
      position: relative;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image,
  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
    width: 100%;
    height: auto;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
    
    
  }


.s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
      --shg-aspect-ratio: calc(1400/430); 
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
      position: relative;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image,
  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
    width: 100%;
    height: auto;
  }

  #s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
    
    
  }


.s-50ffd261-ea66-4c66-988f-5b671ab5ee30 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 {
      --shg-aspect-ratio: calc(1400/430); 
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container {
      position: relative;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ffd261-ea66-4c66-988f-5b671ab5ee30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-59637cd9-8084-44fd-9a67-53340817630c {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-4b836010-5369-48db-989c-b77c98d7eb23 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1982px;
aspect-ratio: 1982/1000;
text-align: center;
}
@media (min-width: 1200px){#s-4b836010-5369-48db-989c-b77c98d7eb23 {
  display: none;
}
#s-4b836010-5369-48db-989c-b77c98d7eb23, #wrap-s-4b836010-5369-48db-989c-b77c98d7eb23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b836010-5369-48db-989c-b77c98d7eb23 {
  display: none;
}
#s-4b836010-5369-48db-989c-b77c98d7eb23, #wrap-s-4b836010-5369-48db-989c-b77c98d7eb23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b836010-5369-48db-989c-b77c98d7eb23 {
  
}
}@media (max-width: 767px){#s-4b836010-5369-48db-989c-b77c98d7eb23 {
  display: none;
}
#s-4b836010-5369-48db-989c-b77c98d7eb23, #wrap-s-4b836010-5369-48db-989c-b77c98d7eb23 { display: none !important; }}




  #s-4b836010-5369-48db-989c-b77c98d7eb23 img.shogun-image,
  #s-4b836010-5369-48db-989c-b77c98d7eb23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b836010-5369-48db-989c-b77c98d7eb23 {
    width: 100%;
    height: auto;
  }



  #s-4b836010-5369-48db-989c-b77c98d7eb23 img.shogun-image {
    

    
    
    
  }


#s-4b836010-5369-48db-989c-b77c98d7eb23 .shogun-image-content {
  
    align-items: center;
  
}

#s-35b6efd1-b34d-45bc-bc69-34246956efd5 {
  padding-top: 10px;
padding-left: 13%;
padding-bottom: 10px;
padding-right: 13%;
min-height: 100%;
}








#s-35b6efd1-b34d-45bc-bc69-34246956efd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b6efd1-b34d-45bc-bc69-34246956efd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52a1c2b5-8a22-4b04-bc94-978ef5a3b46f {
  padding-bottom: 20px;
}

#s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2240px;
aspect-ratio: 2240/688;
text-align: center;
}





  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image,
  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
    width: 100%;
    height: auto;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
    
    
  }


.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shogun-image-content {
  
    align-items: center;
  
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
      position: relative;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image,
  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
    width: 100%;
    height: auto;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
    
    
  }


.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shogun-image-content {
  
    align-items: center;
  
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
      position: relative;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image,
  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
    width: 100%;
    height: auto;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
    
    
  }


.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shogun-image-content {
  
    align-items: center;
  
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
      position: relative;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image,
  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
    width: 100%;
    height: auto;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
    
    
  }


.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shogun-image-content {
  
    align-items: center;
  
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
      position: relative;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image,
  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
    width: 100%;
    height: auto;
  }

  #s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
    
    
  }


.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 .shogun-image-content {
  
    align-items: center;
  
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container {
      position: relative;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63c5ab7a-99d9-47e1-9ebd-c7a243c9a749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-00ea1182-b4c8-4099-af8b-b7f327edf0c0 {
  padding-top: 20px;
}

#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1534px;
aspect-ratio: 1534/1810;
text-align: center;
}
@media (min-width: 1200px){#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 {
  display: none;
}
#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0, #wrap-s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 {
  display: none;
}
#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0, #wrap-s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 {
  display: none;
}
#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0, #wrap-s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 { display: none !important; }}@media (max-width: 767px){#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 {
  
}
}




  #s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 img.shogun-image,
  #s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 {
    width: 100%;
    height: auto;
  }



  #s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 img.shogun-image {
    

    
    
    
  }


#s-dfa1e2bb-28dc-4146-a4d1-f3c8ca4607e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fe8ce88-1158-4820-bc70-1429435e3d88 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
min-height: 100%;
}








#s-8fe8ce88-1158-4820-bc70-1429435e3d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe8ce88-1158-4820-bc70-1429435e3d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31205628-b11c-4368-b123-f52a49e8f6ed {
  padding-bottom: 40px;
}

#s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
  max-width: 2240px;
aspect-ratio: 2240/688;
text-align: center;
}





  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image,
  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
    width: 100%;
    height: auto;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
    
    
  }


.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shogun-image-content {
  
    align-items: center;
  
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
      position: relative;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image,
  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
    width: 100%;
    height: auto;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
    
    
  }


.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shogun-image-content {
  
    align-items: center;
  
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
      position: relative;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image,
  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
    width: 100%;
    height: auto;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
    
    
  }


.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shogun-image-content {
  
    align-items: center;
  
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
      position: relative;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image,
  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
    width: 100%;
    height: auto;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
    
    
  }


.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shogun-image-content {
  
    align-items: center;
  
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
      position: relative;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image,
  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
    width: 100%;
    height: auto;
  }

  #s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
    
    
  }


.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae .shogun-image-content {
  
    align-items: center;
  
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae {
      --shg-aspect-ratio: calc(2240/688); 
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container {
      position: relative;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c73f6f5-c461-4735-be16-a4fe5b7c3dae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-93d380d1-5d4c-4b3a-8b79-53c5a50a6b4d {
  padding-top: 40px;
}

#s-b686c06d-3e98-434e-9464-5d7992ca64bf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b686c06d-3e98-434e-9464-5d7992ca64bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b686c06d-3e98-434e-9464-5d7992ca64bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b686c06d-3e98-434e-9464-5d7992ca64bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b686c06d-3e98-434e-9464-5d7992ca64bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-06899aa1-ff49-4e82-aff9-6e0c0fabbd48 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 2600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-06899aa1-ff49-4e82-aff9-6e0c0fabbd48 img.shogun-image,
  #s-06899aa1-ff49-4e82-aff9-6e0c0fabbd48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06899aa1-ff49-4e82-aff9-6e0c0fabbd48 {
    width: 100%;
    height: auto;
  }



  #s-06899aa1-ff49-4e82-aff9-6e0c0fabbd48 img.shogun-image {
    

    
    
    
  }


#s-06899aa1-ff49-4e82-aff9-6e0c0fabbd48 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bc80bf8d-340b-4812-a227-af983e082204 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-bc80bf8d-340b-4812-a227-af983e082204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc80bf8d-340b-4812-a227-af983e082204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09c78d7f-a920-4b0b-8340-7d077934f6d2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-09c78d7f-a920-4b0b-8340-7d077934f6d2:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-09c78d7f-a920-4b0b-8340-7d077934f6d2:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-09c78d7f-a920-4b0b-8340-7d077934f6d2 {
  display: none;
}
#s-09c78d7f-a920-4b0b-8340-7d077934f6d2, #wrap-s-09c78d7f-a920-4b0b-8340-7d077934f6d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09c78d7f-a920-4b0b-8340-7d077934f6d2 {
  display: none;
}
#s-09c78d7f-a920-4b0b-8340-7d077934f6d2, #wrap-s-09c78d7f-a920-4b0b-8340-7d077934f6d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09c78d7f-a920-4b0b-8340-7d077934f6d2 {
  display: none;
}
#s-09c78d7f-a920-4b0b-8340-7d077934f6d2, #wrap-s-09c78d7f-a920-4b0b-8340-7d077934f6d2 { display: none !important; }}

  #s-09c78d7f-a920-4b0b-8340-7d077934f6d2-root {
    text-align: center;
  }


#s-09c78d7f-a920-4b0b-8340-7d077934f6d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09c78d7f-a920-4b0b-8340-7d077934f6d2-root {
    text-align: center;
  }


#s-09c78d7f-a920-4b0b-8340-7d077934f6d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09c78d7f-a920-4b0b-8340-7d077934f6d2-root {
    text-align: center;
  }


#s-09c78d7f-a920-4b0b-8340-7d077934f6d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09c78d7f-a920-4b0b-8340-7d077934f6d2-root {
    text-align: center;
  }


#s-09c78d7f-a920-4b0b-8340-7d077934f6d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09c78d7f-a920-4b0b-8340-7d077934f6d2-root {
    text-align: center;
  }


#s-09c78d7f-a920-4b0b-8340-7d077934f6d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-c250220b-38c6-4d2f-870b-bb22d4c33017 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-c250220b-38c6-4d2f-870b-bb22d4c33017 {
  display: none;
}
#s-c250220b-38c6-4d2f-870b-bb22d4c33017, #wrap-s-c250220b-38c6-4d2f-870b-bb22d4c33017 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c250220b-38c6-4d2f-870b-bb22d4c33017"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9cc97d54-ffaa-48d7-9122-1fcbee588deb-root {
    text-align: center;
  }


#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9cc97d54-ffaa-48d7-9122-1fcbee588deb-root {
    text-align: center;
  }


#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cc97d54-ffaa-48d7-9122-1fcbee588deb-root {
    text-align: center;
  }


#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cc97d54-ffaa-48d7-9122-1fcbee588deb-root {
    text-align: center;
  }


#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9cc97d54-ffaa-48d7-9122-1fcbee588deb-root {
    text-align: center;
  }


#s-9cc97d54-ffaa-48d7-9122-1fcbee588deb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-0cc916b7-c72e-4936-996c-33f7df047328 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 2600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0cc916b7-c72e-4936-996c-33f7df047328 img.shogun-image,
  #s-0cc916b7-c72e-4936-996c-33f7df047328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cc916b7-c72e-4936-996c-33f7df047328 {
    width: 100%;
    height: auto;
  }



  #s-0cc916b7-c72e-4936-996c-33f7df047328 img.shogun-image {
    

    
    
    
  }


#s-0cc916b7-c72e-4936-996c-33f7df047328 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4ad391ec-449f-495f-898e-b2246149633e {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}








#s-4ad391ec-449f-495f-898e-b2246149633e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad391ec-449f-495f-898e-b2246149633e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36566846-160b-4ca2-8332-3b42daeec8ae {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-36566846-160b-4ca2-8332-3b42daeec8ae:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-36566846-160b-4ca2-8332-3b42daeec8ae:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-36566846-160b-4ca2-8332-3b42daeec8ae {
  display: none;
}
#s-36566846-160b-4ca2-8332-3b42daeec8ae, #wrap-s-36566846-160b-4ca2-8332-3b42daeec8ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36566846-160b-4ca2-8332-3b42daeec8ae {
  display: none;
}
#s-36566846-160b-4ca2-8332-3b42daeec8ae, #wrap-s-36566846-160b-4ca2-8332-3b42daeec8ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36566846-160b-4ca2-8332-3b42daeec8ae {
  display: none;
}
#s-36566846-160b-4ca2-8332-3b42daeec8ae, #wrap-s-36566846-160b-4ca2-8332-3b42daeec8ae { display: none !important; }}

  #s-36566846-160b-4ca2-8332-3b42daeec8ae-root {
    text-align: center;
  }


#s-36566846-160b-4ca2-8332-3b42daeec8ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-36566846-160b-4ca2-8332-3b42daeec8ae-root {
    text-align: center;
  }


#s-36566846-160b-4ca2-8332-3b42daeec8ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36566846-160b-4ca2-8332-3b42daeec8ae-root {
    text-align: center;
  }


#s-36566846-160b-4ca2-8332-3b42daeec8ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36566846-160b-4ca2-8332-3b42daeec8ae-root {
    text-align: center;
  }


#s-36566846-160b-4ca2-8332-3b42daeec8ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-36566846-160b-4ca2-8332-3b42daeec8ae-root {
    text-align: center;
  }


#s-36566846-160b-4ca2-8332-3b42daeec8ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-43ac830b-168a-46fb-95e8-e4b81a65c9d2 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-43ac830b-168a-46fb-95e8-e4b81a65c9d2 {
  display: none;
}
#s-43ac830b-168a-46fb-95e8-e4b81a65c9d2, #wrap-s-43ac830b-168a-46fb-95e8-e4b81a65c9d2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-43ac830b-168a-46fb-95e8-e4b81a65c9d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777:hover {background-color: rgba(244, 242, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777:active {background-color: rgba(235, 231, 230, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0517ebe0-eb51-4ff4-8120-6165fe7fe777-root {
    text-align: center;
  }


#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0517ebe0-eb51-4ff4-8120-6165fe7fe777-root {
    text-align: center;
  }


#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0517ebe0-eb51-4ff4-8120-6165fe7fe777-root {
    text-align: center;
  }


#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0517ebe0-eb51-4ff4-8120-6165fe7fe777-root {
    text-align: center;
  }


#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0517ebe0-eb51-4ff4-8120-6165fe7fe777-root {
    text-align: center;
  }


#s-0517ebe0-eb51-4ff4-8120-6165fe7fe777.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 700;
  
  font-family: Inter;
  display:  block ;
}
}
#s-9aebc94a-cc95-4702-af0c-99cad8ec2760 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-9aebc94a-cc95-4702-af0c-99cad8ec2760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aebc94a-cc95-4702-af0c-99cad8ec2760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63915348-2e8b-4724-9adf-c18dd10935da {
  padding-top: 140px;
}

#s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0 {
  padding-left: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0 {
  
}
}
@media (min-width: 0px) {
[id="s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8eec2ab-74db-4bd1-acfb-b1ad30d822e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-71b7b8b5-1c94-4dff-8dcb-700e84e22f64 {
  max-width: 3494px;
aspect-ratio: 3494/2742;
text-align: center;
}





  #s-71b7b8b5-1c94-4dff-8dcb-700e84e22f64 img.shogun-image,
  #s-71b7b8b5-1c94-4dff-8dcb-700e84e22f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-71b7b8b5-1c94-4dff-8dcb-700e84e22f64 {
    width: 100%;
    height: auto;
  }



  #s-71b7b8b5-1c94-4dff-8dcb-700e84e22f64 img.shogun-image {
    

    
    
    
  }


#s-71b7b8b5-1c94-4dff-8dcb-700e84e22f64 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e3db2c3-2c8c-493a-b69e-fdf6bee9aa8c {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-c0b4ad2d-27c7-444f-bb6c-973504a8d031 {
  max-width: 3494px;
aspect-ratio: 3494/2742;
text-align: center;
}





  #s-c0b4ad2d-27c7-444f-bb6c-973504a8d031 img.shogun-image,
  #s-c0b4ad2d-27c7-444f-bb6c-973504a8d031 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b4ad2d-27c7-444f-bb6c-973504a8d031 {
    width: 100%;
    height: auto;
  }



  #s-c0b4ad2d-27c7-444f-bb6c-973504a8d031 img.shogun-image {
    

    
    
    
  }


#s-c0b4ad2d-27c7-444f-bb6c-973504a8d031 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dcdfe2a-4337-4e66-97e4-1e94016da7f2 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-077d0772-0bbd-4442-8e27-c50a9b312cf5 {
  max-width: 3494px;
aspect-ratio: 3494/2742;
text-align: center;
}





  #s-077d0772-0bbd-4442-8e27-c50a9b312cf5 img.shogun-image,
  #s-077d0772-0bbd-4442-8e27-c50a9b312cf5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-077d0772-0bbd-4442-8e27-c50a9b312cf5 {
    width: 100%;
    height: auto;
  }



  #s-077d0772-0bbd-4442-8e27-c50a9b312cf5 img.shogun-image {
    

    
    
    
  }


#s-077d0772-0bbd-4442-8e27-c50a9b312cf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2373b63-9f08-4a34-9cc0-c0393dcff439 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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