.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b478f2e2-f47a-4efc-8602-977219df662b {
  min-height: 50px;
}








#s-b478f2e2-f47a-4efc-8602-977219df662b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b478f2e2-f47a-4efc-8602-977219df662b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





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

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



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

    
    
    
  }


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

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

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

#s-4d20b407-c374-4e6d-b158-ce8113044c38 hr {
  border-top: 2px solid #ddd;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-3733e47a-1dc7-4488-8ed2-4f00987b1e54 {
  padding-top: 10px;
background-color: rgba(255, 255, 255, 1);
}

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








#s-b91c4ab0-a717-4594-a84c-1197eeeb0567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b91c4ab0-a717-4594-a84c-1197eeeb0567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36487caf-0ca5-4c88-8b36-47bd67acf418 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-085fed81-4188-43b6-83d4-fabbb7e3ba49 {
  min-height: 50px;
}








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

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

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

}

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

}

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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







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


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

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

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

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



@media (min-width: 1200px){





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



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





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


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

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

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

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



}
#s-801c9a44-6e3f-4aa2-a4e1-78a2b7515a64 {
  max-width: 4016px;
text-align: center;
}







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

    
    
    
  }


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

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







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

    
    
    
  }


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

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

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

@media (min-width: 0px) {
[id="s-58f417f3-625a-4be3-baba-33bb5e2c49bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58f417f3-625a-4be3-baba-33bb5e2c49bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58f417f3-625a-4be3-baba-33bb5e2c49bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58f417f3-625a-4be3-baba-33bb5e2c49bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

#s-7af178b7-fa63-446b-9853-63d42b882862 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7af178b7-fa63-446b-9853-63d42b882862:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7af178b7-fa63-446b-9853-63d42b882862:active {background-color: #000000 !important;
text-decoration: none !important;}

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


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


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


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


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


#s-7af178b7-fa63-446b-9853-63d42b882862.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c {
  margin-top: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(172, 198, 199, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c:hover {background-color: #252525 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c-root {
    text-align: center;
  }


#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c-root {
    text-align: center;
  }


#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c-root {
    text-align: center;
  }


#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c-root {
    text-align: center;
  }


#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c-root {
    text-align: center;
  }


#s-aa953b62-92b9-4e22-83c6-c4e92ffe8e4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-d984b3b5-0494-4662-9be7-ca8c7ccec3ba {
  min-height: 50px;
}








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

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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff {
  min-height: 50px;
}








#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a7a8bb3-7374-42f8-9117-81a747eb79ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-97d15d1f-1e8c-47e4-ad10-4c295e4ac3bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf {
  max-width: 5884px;
text-align: center;
}







  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
    
    
  }


.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a7176-898b-4e6f-9204-66e48c0db5bf.shogun-image {
  box-sizing: border-box;
}



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

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

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c0ddfa1c-d037-4dce-bdb4-5e94592f3042"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

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

}

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

}

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

}

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





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

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



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

    
    
    
  }


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

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





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

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



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

    
    
    
  }


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

#s-8cb8e037-f83e-42fe-be8c-f2d6b0da42b8 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-8cb8e037-f83e-42fe-be8c-f2d6b0da42b8 img.shogun-image {
    

    
    
    
  }


#s-8cb8e037-f83e-42fe-be8c-f2d6b0da42b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-49519740-820a-41e5-9272-ef4e0d1a9307 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-49519740-820a-41e5-9272-ef4e0d1a9307 img.shogun-image {
    

    
    
    
  }


#s-49519740-820a-41e5-9272-ef4e0d1a9307 .shogun-image-content {
  
    align-items: center;
  
}

#s-468e9f3f-c84c-4ae9-b4ed-db849146076e {
  max-width: 5884px;
text-align: center;
}







  img.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
    
    
  }


.s-468e9f3f-c84c-4ae9-b4ed-db849146076e .shogun-image-content {
  
    align-items: center;
  
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
    
    
  }


.s-468e9f3f-c84c-4ae9-b4ed-db849146076e .shogun-image-content {
  
    align-items: center;
  
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
    
    
  }


.s-468e9f3f-c84c-4ae9-b4ed-db849146076e .shogun-image-content {
  
    align-items: center;
  
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
    
    
  }


.s-468e9f3f-c84c-4ae9-b4ed-db849146076e .shogun-image-content {
  
    align-items: center;
  
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
    
    
  }


.s-468e9f3f-c84c-4ae9-b4ed-db849146076e .shogun-image-content {
  
    align-items: center;
  
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468e9f3f-c84c-4ae9-b4ed-db849146076e.shogun-image {
  box-sizing: border-box;
}



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

#s-78a6a231-f02a-4f62-aa50-0c5662978f60 {
  background-color: rgba(255, 255, 255, 1);
}

#s-57f79304-5f52-44cb-8a61-5d701fea7b72 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-25da168c-cdc4-4674-add2-396ddd1c0d2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25da168c-cdc4-4674-add2-396ddd1c0d2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25da168c-cdc4-4674-add2-396ddd1c0d2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25da168c-cdc4-4674-add2-396ddd1c0d2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba955411-7c68-4705-b012-146115d64e7f {
  max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-ba955411-7c68-4705-b012-146115d64e7f img.shogun-image,
  #s-ba955411-7c68-4705-b012-146115d64e7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba955411-7c68-4705-b012-146115d64e7f {
    width: 100%;
    height: auto;
  }



  #s-ba955411-7c68-4705-b012-146115d64e7f img.shogun-image {
    

    
    
    
  }


#s-ba955411-7c68-4705-b012-146115d64e7f .shogun-image-content {
  
    align-items: center;
  
}

#s-3cebc44b-2488-4eab-9031-941678d4dea3 {
  max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-3cebc44b-2488-4eab-9031-941678d4dea3 img.shogun-image,
  #s-3cebc44b-2488-4eab-9031-941678d4dea3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3cebc44b-2488-4eab-9031-941678d4dea3 {
    width: 100%;
    height: auto;
  }



  #s-3cebc44b-2488-4eab-9031-941678d4dea3 img.shogun-image {
    

    
    
    
  }


#s-3cebc44b-2488-4eab-9031-941678d4dea3 .shogun-image-content {
  
    align-items: center;
  
}

#s-00994695-de45-490c-b8f8-c57262cbe46d {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-00994695-de45-490c-b8f8-c57262cbe46d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00994695-de45-490c-b8f8-c57262cbe46d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00994695-de45-490c-b8f8-c57262cbe46d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00994695-de45-490c-b8f8-c57262cbe46d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d8c687b1-f0e7-4c93-bbd9-72ed7c85a89f {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d8c687b1-f0e7-4c93-bbd9-72ed7c85a89f img.shogun-image,
  #s-d8c687b1-f0e7-4c93-bbd9-72ed7c85a89f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8c687b1-f0e7-4c93-bbd9-72ed7c85a89f {
    width: 100%;
    height: auto;
  }



  #s-d8c687b1-f0e7-4c93-bbd9-72ed7c85a89f img.shogun-image {
    

    
    
    
  }


#s-d8c687b1-f0e7-4c93-bbd9-72ed7c85a89f .shogun-image-content {
  
    align-items: center;
  
}

#s-3e0d9202-1d38-4750-a03a-82bae67d713b {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-3e0d9202-1d38-4750-a03a-82bae67d713b img.shogun-image,
  #s-3e0d9202-1d38-4750-a03a-82bae67d713b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e0d9202-1d38-4750-a03a-82bae67d713b {
    width: 100%;
    height: auto;
  }



  #s-3e0d9202-1d38-4750-a03a-82bae67d713b img.shogun-image {
    

    
    
    
  }


#s-3e0d9202-1d38-4750-a03a-82bae67d713b .shogun-image-content {
  
    align-items: center;
  
}

#s-70a85baa-8702-4d4c-a6f3-fe3dd3a53213 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-70a85baa-8702-4d4c-a6f3-fe3dd3a53213 img.shogun-image {
    

    
    
    
  }


#s-70a85baa-8702-4d4c-a6f3-fe3dd3a53213 .shogun-image-content {
  
    align-items: center;
  
}

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








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

#s-d84e2463-ac16-440b-9ca0-bfa5f822932b {
  max-width: 8291px;
text-align: center;
}







  img.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
    
    
  }


.s-d84e2463-ac16-440b-9ca0-bfa5f822932b .shogun-image-content {
  
    align-items: center;
  
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
    
    
  }


.s-d84e2463-ac16-440b-9ca0-bfa5f822932b .shogun-image-content {
  
    align-items: center;
  
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
    
    
  }


.s-d84e2463-ac16-440b-9ca0-bfa5f822932b .shogun-image-content {
  
    align-items: center;
  
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
    
    
  }


.s-d84e2463-ac16-440b-9ca0-bfa5f822932b .shogun-image-content {
  
    align-items: center;
  
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
    
    
  }


.s-d84e2463-ac16-440b-9ca0-bfa5f822932b .shogun-image-content {
  
    align-items: center;
  
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84e2463-ac16-440b-9ca0-bfa5f822932b.shogun-image {
  box-sizing: border-box;
}



}
#s-7814acc8-062e-49f8-9f13-9de7bae24d44 hr {
  border-top: 2px solid #ddd;
}

#s-086589c6-3da6-4dd3-b095-50ccaadf3143 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-086589c6-3da6-4dd3-b095-50ccaadf3143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e25a1dd-4429-4427-95f3-f469be8ffcca {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(38, 73, 92, 1);
max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca img.shogun-image,
  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca {
    width: 100%;
    height: auto;
  }



  #s-2e25a1dd-4429-4427-95f3-f469be8ffcca img.shogun-image {
    

    
    
    
  }


#s-2e25a1dd-4429-4427-95f3-f469be8ffcca .shogun-image-content {
  
    align-items: center;
  
}

#s-2412d7f3-a61d-410c-b942-020f42a2bc56 {
  max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 img.shogun-image,
  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 {
    width: 100%;
    height: auto;
  }



  #s-2412d7f3-a61d-410c-b942-020f42a2bc56 img.shogun-image {
    

    
    
    
  }


#s-2412d7f3-a61d-410c-b942-020f42a2bc56 .shogun-image-content {
  
    align-items: center;
  
}

#s-91f143f6-107c-410d-810d-c96e8181a3cc {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-91f143f6-107c-410d-810d-c96e8181a3cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91f143f6-107c-410d-810d-c96e8181a3cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-91f143f6-107c-410d-810d-c96e8181a3cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-91f143f6-107c-410d-810d-c96e8181a3cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d09d5c6c-4bc5-4dad-a858-dcce6cd52803 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-d09d5c6c-4bc5-4dad-a858-dcce6cd52803 img.shogun-image,
  #s-d09d5c6c-4bc5-4dad-a858-dcce6cd52803 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d09d5c6c-4bc5-4dad-a858-dcce6cd52803 {
    width: 100%;
    height: auto;
  }



  #s-d09d5c6c-4bc5-4dad-a858-dcce6cd52803 img.shogun-image {
    

    
    
    
  }


#s-d09d5c6c-4bc5-4dad-a858-dcce6cd52803 .shogun-image-content {
  
    align-items: center;
  
}

#s-60589f9d-084b-46c2-aa6c-45a880ceaf0f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-60589f9d-084b-46c2-aa6c-45a880ceaf0f img.shogun-image,
  #s-60589f9d-084b-46c2-aa6c-45a880ceaf0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60589f9d-084b-46c2-aa6c-45a880ceaf0f {
    width: 100%;
    height: auto;
  }



  #s-60589f9d-084b-46c2-aa6c-45a880ceaf0f img.shogun-image {
    

    
    
    
  }


#s-60589f9d-084b-46c2-aa6c-45a880ceaf0f .shogun-image-content {
  
    align-items: center;
  
}

#s-4697bc62-ce4b-4049-996b-e6064bb25edf {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-4697bc62-ce4b-4049-996b-e6064bb25edf img.shogun-image {
    

    
    
    
  }


#s-4697bc62-ce4b-4049-996b-e6064bb25edf .shogun-image-content {
  
    align-items: center;
  
}

#s-d937056a-d3c8-482b-b839-40c7b72d3183 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-d937056a-d3c8-482b-b839-40c7b72d3183 img.shogun-image {
    

    
    
    
  }


#s-d937056a-d3c8-482b-b839-40c7b72d3183 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c {
  max-width: 8234px;
text-align: center;
}







  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
    
    
  }


.s-61d40546-1a79-4baf-a978-d08b0e1eda9c .shogun-image-content {
  
    align-items: center;
  
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61d40546-1a79-4baf-a978-d08b0e1eda9c.shogun-image {
  box-sizing: border-box;
}



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

#s-53c1cfd1-b3ed-4f1b-8b07-e87c835c2277 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-53c1cfd1-b3ed-4f1b-8b07-e87c835c2277"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-53c1cfd1-b3ed-4f1b-8b07-e87c835c2277"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53c1cfd1-b3ed-4f1b-8b07-e87c835c2277"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53c1cfd1-b3ed-4f1b-8b07-e87c835c2277"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5496138f-9b60-458e-abc5-8379de72cc10 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(38, 73, 92, 1);
max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-5496138f-9b60-458e-abc5-8379de72cc10 img.shogun-image,
  #s-5496138f-9b60-458e-abc5-8379de72cc10 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5496138f-9b60-458e-abc5-8379de72cc10 {
    width: 100%;
    height: auto;
  }



  #s-5496138f-9b60-458e-abc5-8379de72cc10 img.shogun-image {
    

    
    
    
  }


#s-5496138f-9b60-458e-abc5-8379de72cc10 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0760895-eec7-4242-bece-dba8a77452d2 {
  max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-a0760895-eec7-4242-bece-dba8a77452d2 img.shogun-image,
  #s-a0760895-eec7-4242-bece-dba8a77452d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0760895-eec7-4242-bece-dba8a77452d2 {
    width: 100%;
    height: auto;
  }



  #s-a0760895-eec7-4242-bece-dba8a77452d2 img.shogun-image {
    

    
    
    
  }


#s-a0760895-eec7-4242-bece-dba8a77452d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-de896af5-c0da-4fdf-981d-c99197b67ce4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-de896af5-c0da-4fdf-981d-c99197b67ce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de896af5-c0da-4fdf-981d-c99197b67ce4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de896af5-c0da-4fdf-981d-c99197b67ce4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de896af5-c0da-4fdf-981d-c99197b67ce4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ff066181-de6b-43e3-b4f5-278c85706407 {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-ff066181-de6b-43e3-b4f5-278c85706407 img.shogun-image,
  #s-ff066181-de6b-43e3-b4f5-278c85706407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff066181-de6b-43e3-b4f5-278c85706407 {
    width: 100%;
    height: auto;
  }



  #s-ff066181-de6b-43e3-b4f5-278c85706407 img.shogun-image {
    

    
    
    
  }


#s-ff066181-de6b-43e3-b4f5-278c85706407 .shogun-image-content {
  
    align-items: center;
  
}

#s-76fdb85b-0d31-4ab6-bbe6-3cd18381f755 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-76fdb85b-0d31-4ab6-bbe6-3cd18381f755 img.shogun-image,
  #s-76fdb85b-0d31-4ab6-bbe6-3cd18381f755 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76fdb85b-0d31-4ab6-bbe6-3cd18381f755 {
    width: 100%;
    height: auto;
  }



  #s-76fdb85b-0d31-4ab6-bbe6-3cd18381f755 img.shogun-image {
    

    
    
    
  }


#s-76fdb85b-0d31-4ab6-bbe6-3cd18381f755 .shogun-image-content {
  
    align-items: center;
  
}

#s-56671582-fc9a-49b9-8db8-52096f40db9c {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-56671582-fc9a-49b9-8db8-52096f40db9c img.shogun-image {
    

    
    
    
  }


#s-56671582-fc9a-49b9-8db8-52096f40db9c .shogun-image-content {
  
    align-items: center;
  
}

#s-cf2315ad-1082-451e-8e9f-22f0cb53855e {
  max-width: 8280px;
text-align: center;
}







  img.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
    
    
  }


.s-cf2315ad-1082-451e-8e9f-22f0cb53855e .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
    
    
  }


.s-cf2315ad-1082-451e-8e9f-22f0cb53855e .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
    
    
  }


.s-cf2315ad-1082-451e-8e9f-22f0cb53855e .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
    
    
  }


.s-cf2315ad-1082-451e-8e9f-22f0cb53855e .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
    
    
  }


.s-cf2315ad-1082-451e-8e9f-22f0cb53855e .shogun-image-content {
  
    align-items: center;
  
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf2315ad-1082-451e-8e9f-22f0cb53855e.shogun-image {
  box-sizing: border-box;
}



}
#s-762dc71e-29b4-4b3e-81e5-c2f872bf4a7e hr {
  border-top: 2px solid #ddd;
}

#s-7364b462-1fb4-4eb9-9d66-65aea8c0dc0d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.63);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

#s-4c96e54c-3cbd-404a-af5d-5035d32d121e hr {
  border-top: 2px solid #ddd;
}

#s-5be36092-905f-4f4b-b372-7c9910a33d33 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-5be36092-905f-4f4b-b372-7c9910a33d33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5be36092-905f-4f4b-b372-7c9910a33d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5be36092-905f-4f4b-b372-7c9910a33d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5be36092-905f-4f4b-b372-7c9910a33d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9e49588-55ee-4e50-826c-fd36cab6fb75 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(38, 73, 92, 1);
max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}





  #s-e9e49588-55ee-4e50-826c-fd36cab6fb75 img.shogun-image,
  #s-e9e49588-55ee-4e50-826c-fd36cab6fb75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9e49588-55ee-4e50-826c-fd36cab6fb75 {
    width: 100%;
    height: auto;
  }



  #s-e9e49588-55ee-4e50-826c-fd36cab6fb75 img.shogun-image {
    

    
    
    
  }


#s-e9e49588-55ee-4e50-826c-fd36cab6fb75 .shogun-image-content {
  
    align-items: center;
  
}

#s-beea14e9-c170-4b47-a5e0-0787b0441478 {
  max-width: 4016px;
aspect-ratio: 4016/5884;
text-align: center;
}







  #s-beea14e9-c170-4b47-a5e0-0787b0441478 img.shogun-image {
    

    
    
    
  }


#s-beea14e9-c170-4b47-a5e0-0787b0441478 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5315c06-4155-49ca-8e25-54a23072af73 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f5315c06-4155-49ca-8e25-54a23072af73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5315c06-4155-49ca-8e25-54a23072af73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f5315c06-4155-49ca-8e25-54a23072af73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5315c06-4155-49ca-8e25-54a23072af73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a039a3c1-1150-40bc-b0a3-3815ef31c81c {
  max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-a039a3c1-1150-40bc-b0a3-3815ef31c81c img.shogun-image,
  #s-a039a3c1-1150-40bc-b0a3-3815ef31c81c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a039a3c1-1150-40bc-b0a3-3815ef31c81c {
    width: 100%;
    height: auto;
  }



  #s-a039a3c1-1150-40bc-b0a3-3815ef31c81c img.shogun-image {
    

    
    
    
  }


#s-a039a3c1-1150-40bc-b0a3-3815ef31c81c .shogun-image-content {
  
    align-items: center;
  
}

#s-553ac4ca-b476-468d-84d6-b0b711f0c081 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}





  #s-553ac4ca-b476-468d-84d6-b0b711f0c081 img.shogun-image,
  #s-553ac4ca-b476-468d-84d6-b0b711f0c081 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-553ac4ca-b476-468d-84d6-b0b711f0c081 {
    width: 100%;
    height: auto;
  }



  #s-553ac4ca-b476-468d-84d6-b0b711f0c081 img.shogun-image {
    

    
    
    
  }


#s-553ac4ca-b476-468d-84d6-b0b711f0c081 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5bf2dc2-4053-4f6e-a4ab-902d99296c98 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 1075px;
aspect-ratio: 1075/1575;
text-align: center;
}







  #s-e5bf2dc2-4053-4f6e-a4ab-902d99296c98 img.shogun-image {
    

    
    
    
  }


#s-e5bf2dc2-4053-4f6e-a4ab-902d99296c98 .shogun-image-content {
  
    align-items: center;
  
}

#s-797d01c4-9af1-4c46-bf03-cff6ac072450 {
  max-width: 5884px;
text-align: center;
}







  img.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
    
    
  }


.s-797d01c4-9af1-4c46-bf03-cff6ac072450 .shogun-image-content {
  
    align-items: center;
  
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
    
    
  }


.s-797d01c4-9af1-4c46-bf03-cff6ac072450 .shogun-image-content {
  
    align-items: center;
  
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
  box-sizing: border-box;
}



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





  img.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
    
    
  }


.s-797d01c4-9af1-4c46-bf03-cff6ac072450 .shogun-image-content {
  
    align-items: center;
  
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
  box-sizing: border-box;
}



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





  img.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
    
    
  }


.s-797d01c4-9af1-4c46-bf03-cff6ac072450 .shogun-image-content {
  
    align-items: center;
  
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
  box-sizing: border-box;
}



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





  img.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
    
    
  }


.s-797d01c4-9af1-4c46-bf03-cff6ac072450 .shogun-image-content {
  
    align-items: center;
  
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-797d01c4-9af1-4c46-bf03-cff6ac072450.shogun-image {
  box-sizing: border-box;
}



}
#s-95f4e310-42fa-428b-a57e-cd34d18e7860 hr {
  border-top: 2px solid #ddd;
}

#s-b970e09b-e496-452f-a960-9bba811b8216 {
  min-height: 50px;
}








#s-b970e09b-e496-452f-a960-9bba811b8216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b970e09b-e496-452f-a960-9bba811b8216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-00d8ecc0-bf2e-4609-b101-b7cdb42c3f3c hr {
  border-top: 2px solid #ddd;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-52b57981-2d77-415e-8e4d-f337cc57682c {
  text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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