.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-d74fd54e-cf64-44f1-a49b-450494c4f264 {
  margin-left: 8%;
margin-right: 8%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d74fd54e-cf64-44f1-a49b-450494c4f264 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d74fd54e-cf64-44f1-a49b-450494c4f264 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d74fd54e-cf64-44f1-a49b-450494c4f264 {
  
}
}@media (max-width: 767px){#s-d74fd54e-cf64-44f1-a49b-450494c4f264 {
  
}
}







#s-d74fd54e-cf64-44f1-a49b-450494c4f264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d74fd54e-cf64-44f1-a49b-450494c4f264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a840f3d-60da-4b34-a8fa-cb8b22388330 {
  min-height: 50px;
}








#s-4a840f3d-60da-4b34-a8fa-cb8b22388330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a840f3d-60da-4b34-a8fa-cb8b22388330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-309ddc71-7150-480c-bae6-58f98f2b497f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 8px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-309ddc71-7150-480c-bae6-58f98f2b497f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-54ed756e-783b-4d40-bc1c-ff48a45cbd83 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54ed756e-783b-4d40-bc1c-ff48a45cbd83 {
  
}
}@media (max-width: 767px){#s-54ed756e-783b-4d40-bc1c-ff48a45cbd83 {
  
}
}
#s-7bab4bba-899c-4903-b49d-669c659bca77 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bab4bba-899c-4903-b49d-669c659bca77 {
  display: none;
}
#s-7bab4bba-899c-4903-b49d-669c659bca77, #wrap-s-7bab4bba-899c-4903-b49d-669c659bca77 { display: none !important; }}@media (max-width: 767px){#s-7bab4bba-899c-4903-b49d-669c659bca77 {
  display: none;
}
#s-7bab4bba-899c-4903-b49d-669c659bca77, #wrap-s-7bab4bba-899c-4903-b49d-669c659bca77 { display: none !important; }}







#s-7bab4bba-899c-4903-b49d-669c659bca77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bab4bba-899c-4903-b49d-669c659bca77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd {
  display: none;
}
#s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd, #wrap-s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd { display: none !important; }}@media (max-width: 767px){#s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd {
  display: none;
}
#s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd, #wrap-s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd { display: none !important; }}
@media (min-width: 0px) {
[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91fd23ba-76d8-47bb-80ba-907ef4db8ddd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5ca9693c-2fcd-4b14-9040-3e4d82eaff2c {
  min-height: 50px;
}








#s-5ca9693c-2fcd-4b14-9040-3e4d82eaff2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ca9693c-2fcd-4b14-9040-3e4d82eaff2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
  max-width: 1200px;
aspect-ratio: 1200/1680;
text-align: center;
}





  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image,
  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
    width: 100%;
    height: auto;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
    
    
  }


.s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shogun-image-content {
  
    align-items: center;
  
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
      position: relative;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image,
  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
    width: 100%;
    height: auto;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
    
    
  }


.s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shogun-image-content {
  
    align-items: center;
  
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
      position: relative;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image,
  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
    width: 100%;
    height: auto;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
    
    
  }


.s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shogun-image-content {
  
    align-items: center;
  
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
      position: relative;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image,
  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
    width: 100%;
    height: auto;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
    
    
  }


.s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shogun-image-content {
  
    align-items: center;
  
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
      position: relative;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image,
  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
    width: 100%;
    height: auto;
  }

  #s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
    
    
  }


.s-dedec135-c480-4170-9eb8-8d3c60cb5893 .shogun-image-content {
  
    align-items: center;
  
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container {
      position: relative;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dedec135-c480-4170-9eb8-8d3c60cb5893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-93d9519b-2960-476a-845f-5ebfb7b8b1b8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-93d9519b-2960-476a-845f-5ebfb7b8b1b8 {
  display: none;
}
#s-93d9519b-2960-476a-845f-5ebfb7b8b1b8, #wrap-s-93d9519b-2960-476a-845f-5ebfb7b8b1b8 { display: none !important; }}@media (max-width: 767px){#s-93d9519b-2960-476a-845f-5ebfb7b8b1b8 {
  display: none;
}
#s-93d9519b-2960-476a-845f-5ebfb7b8b1b8, #wrap-s-93d9519b-2960-476a-845f-5ebfb7b8b1b8 { display: none !important; }}
#s-e32794b2-a292-435b-886e-693e89a1e675 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}





  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image,
  #s-e32794b2-a292-435b-886e-693e89a1e675 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 {
    width: 100%;
    height: auto;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
    
    
  }


.s-e32794b2-a292-435b-886e-693e89a1e675 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e32794b2-a292-435b-886e-693e89a1e675 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
      position: relative;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image,
  #s-e32794b2-a292-435b-886e-693e89a1e675 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 {
    width: 100%;
    height: auto;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
    
    
  }


.s-e32794b2-a292-435b-886e-693e89a1e675 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e32794b2-a292-435b-886e-693e89a1e675 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
      position: relative;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image,
  #s-e32794b2-a292-435b-886e-693e89a1e675 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 {
    width: 100%;
    height: auto;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
    
    
  }


.s-e32794b2-a292-435b-886e-693e89a1e675 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e32794b2-a292-435b-886e-693e89a1e675 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
      position: relative;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image,
  #s-e32794b2-a292-435b-886e-693e89a1e675 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 {
    width: 100%;
    height: auto;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
    
    
  }


.s-e32794b2-a292-435b-886e-693e89a1e675 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e32794b2-a292-435b-886e-693e89a1e675 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
      position: relative;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image,
  #s-e32794b2-a292-435b-886e-693e89a1e675 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 {
    width: 100%;
    height: auto;
  }

  #s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
    
    
  }


.s-e32794b2-a292-435b-886e-693e89a1e675 .shogun-image-content {
  
    align-items: center;
  
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e32794b2-a292-435b-886e-693e89a1e675 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container {
      position: relative;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e32794b2-a292-435b-886e-693e89a1e675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-335e81c8-5b2b-49c2-9db9-67537d921c46 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-335e81c8-5b2b-49c2-9db9-67537d921c46 {
  display: none;
}
#s-335e81c8-5b2b-49c2-9db9-67537d921c46, #wrap-s-335e81c8-5b2b-49c2-9db9-67537d921c46 { display: none !important; }}@media (max-width: 767px){#s-335e81c8-5b2b-49c2-9db9-67537d921c46 {
  display: none;
}
#s-335e81c8-5b2b-49c2-9db9-67537d921c46, #wrap-s-335e81c8-5b2b-49c2-9db9-67537d921c46 { display: none !important; }}
#s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
  max-width: 4912px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image,
  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
    width: 100%;
    height: auto;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
    
    
  }


.s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shogun-image-content {
  
    align-items: center;
  
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
      position: relative;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image,
  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
    width: 100%;
    height: auto;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
    
    
  }


.s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shogun-image-content {
  
    align-items: center;
  
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
      position: relative;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image,
  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
    width: 100%;
    height: auto;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
    
    
  }


.s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shogun-image-content {
  
    align-items: center;
  
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
      position: relative;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image,
  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
    width: 100%;
    height: auto;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
    
    
  }


.s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shogun-image-content {
  
    align-items: center;
  
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
      position: relative;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image,
  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
    width: 100%;
    height: auto;
  }

  #s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
    
    
  }


.s-530af2fd-fb00-428a-aeae-a243f89d5c03 .shogun-image-content {
  
    align-items: center;
  
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container {
      position: relative;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-530af2fd-fb00-428a-aeae-a243f89d5c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d {
  display: none;
}
#s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d, #wrap-s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d { display: none !important; }}@media (max-width: 767px){#s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d {
  display: none;
}
#s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d, #wrap-s-61dc9b6f-c8c7-4307-84a5-f1e7175c292d { display: none !important; }}
#s-85a19fc9-d663-4261-ba11-a9aa27349126 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-85a19fc9-d663-4261-ba11-a9aa27349126 {
  display: none;
}
#s-85a19fc9-d663-4261-ba11-a9aa27349126, #wrap-s-85a19fc9-d663-4261-ba11-a9aa27349126 { display: none !important; }}@media (max-width: 767px){#s-85a19fc9-d663-4261-ba11-a9aa27349126 {
  display: none;
}
#s-85a19fc9-d663-4261-ba11-a9aa27349126, #wrap-s-85a19fc9-d663-4261-ba11-a9aa27349126 { display: none !important; }}







#s-85a19fc9-d663-4261-ba11-a9aa27349126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85a19fc9-d663-4261-ba11-a9aa27349126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-73ea3d21-8b44-4447-b2b1-75445db57451 {
  display: none;
}
#s-73ea3d21-8b44-4447-b2b1-75445db57451, #wrap-s-73ea3d21-8b44-4447-b2b1-75445db57451 { display: none !important; }}@media (max-width: 767px){#s-73ea3d21-8b44-4447-b2b1-75445db57451 {
  display: none;
}
#s-73ea3d21-8b44-4447-b2b1-75445db57451, #wrap-s-73ea3d21-8b44-4447-b2b1-75445db57451 { display: none !important; }}
@media (min-width: 0px) {
[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73ea3d21-8b44-4447-b2b1-75445db57451"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f3823cf6-a2de-481d-94f8-e8005c228392 {
  min-height: 50px;
}








#s-f3823cf6-a2de-481d-94f8-e8005c228392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3823cf6-a2de-481d-94f8-e8005c228392.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
  max-width: 800px;
aspect-ratio: 800/1120;
text-align: center;
}





  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image,
  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
    width: 100%;
    height: auto;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
    
    
  }


.s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
      position: relative;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image,
  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
    width: 100%;
    height: auto;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
    
    
  }


.s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
      position: relative;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image,
  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
    width: 100%;
    height: auto;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
    
    
  }


.s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
      position: relative;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image,
  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
    width: 100%;
    height: auto;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
    
    
  }


.s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
      position: relative;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image,
  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
    width: 100%;
    height: auto;
  }

  #s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
    
    
  }


.s-36c51acd-700b-462c-a7cb-4e1a690513d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container {
      position: relative;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36c51acd-700b-462c-a7cb-4e1a690513d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89701a5f-4f1c-44e9-a269-c2e66ebd4645 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-89701a5f-4f1c-44e9-a269-c2e66ebd4645 {
  display: none;
}
#s-89701a5f-4f1c-44e9-a269-c2e66ebd4645, #wrap-s-89701a5f-4f1c-44e9-a269-c2e66ebd4645 { display: none !important; }}@media (max-width: 767px){#s-89701a5f-4f1c-44e9-a269-c2e66ebd4645 {
  display: none;
}
#s-89701a5f-4f1c-44e9-a269-c2e66ebd4645, #wrap-s-89701a5f-4f1c-44e9-a269-c2e66ebd4645 { display: none !important; }}
#s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
  max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image,
  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
    width: 100%;
    height: auto;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
    
    
  }


.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
      position: relative;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image,
  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
    width: 100%;
    height: auto;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
    
    
  }


.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
      position: relative;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image,
  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
    width: 100%;
    height: auto;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
    
    
  }


.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
      position: relative;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image,
  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
    width: 100%;
    height: auto;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
    
    
  }


.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
      position: relative;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image,
  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
    width: 100%;
    height: auto;
  }

  #s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
    
    
  }


.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container {
      position: relative;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92cc4203-b655-40f4-8eb5-7e2e0bbfc0b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847 {
  display: none;
}
#s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847, #wrap-s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847 { display: none !important; }}@media (max-width: 767px){#s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847 {
  display: none;
}
#s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847, #wrap-s-f523c15b-17e9-4b7b-ac8f-58bab6f4a847 { display: none !important; }}
#s-171ebd9b-16c5-41b2-a4f3-3a82147ac841 {
  text-align: center;
}







  img.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
    
    
  }


.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841 .shogun-image-content {
  
    align-items: center;
  
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
    
    
  }


.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841 .shogun-image-content {
  
    align-items: center;
  
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
  box-sizing: border-box;
}



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





  img.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
    
    
  }


.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841 .shogun-image-content {
  
    align-items: center;
  
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
  box-sizing: border-box;
}



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





  img.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
    
    
  }


.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841 .shogun-image-content {
  
    align-items: center;
  
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
  box-sizing: border-box;
}



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





  img.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
    
    
  }


.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841 .shogun-image-content {
  
    align-items: center;
  
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shg-align-container {
  display: flex;
  justify-content: center
}

.s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-171ebd9b-16c5-41b2-a4f3-3a82147ac841.shogun-image {
  box-sizing: border-box;
}



}
#s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e {
  display: none;
}
#s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e, #wrap-s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e { display: none !important; }}@media (max-width: 767px){#s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e {
  display: none;
}
#s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e, #wrap-s-5bad6086-b7a0-4170-a2e7-bebf884a9e4e { display: none !important; }}
#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e {
  display: none;
}
#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e, #wrap-s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e { display: none !important; }}@media (max-width: 767px){#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e {
  display: none;
}
#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e, #wrap-s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e { display: none !important; }}







#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc71be7d-aec1-40a3-b64f-cfb78ed04e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f7ee0d76-56b4-471e-8f9c-c40039159b59 {
  display: none;
}
#s-f7ee0d76-56b4-471e-8f9c-c40039159b59, #wrap-s-f7ee0d76-56b4-471e-8f9c-c40039159b59 { display: none !important; }}@media (max-width: 767px){#s-f7ee0d76-56b4-471e-8f9c-c40039159b59 {
  display: none;
}
#s-f7ee0d76-56b4-471e-8f9c-c40039159b59, #wrap-s-f7ee0d76-56b4-471e-8f9c-c40039159b59 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f7ee0d76-56b4-471e-8f9c-c40039159b59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7ee0d76-56b4-471e-8f9c-c40039159b59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7ee0d76-56b4-471e-8f9c-c40039159b59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7ee0d76-56b4-471e-8f9c-c40039159b59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-abd2a64b-8ccb-48d6-abe6-ecff8549f421 {
  text-align: center;
}







  img.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
    
    
  }


.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421 .shogun-image-content {
  
    align-items: center;
  
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
    
    
  }


.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421 .shogun-image-content {
  
    align-items: center;
  
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
  box-sizing: border-box;
}



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





  img.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
    
    
  }


.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421 .shogun-image-content {
  
    align-items: center;
  
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
  box-sizing: border-box;
}



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





  img.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
    
    
  }


.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421 .shogun-image-content {
  
    align-items: center;
  
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
  box-sizing: border-box;
}



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





  img.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
    
    
  }


.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421 .shogun-image-content {
  
    align-items: center;
  
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd2a64b-8ccb-48d6-abe6-ecff8549f421.shogun-image {
  box-sizing: border-box;
}



}
#s-08b016b3-2543-4806-8633-08c15097dca4 {
  text-align: center;
}







  img.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
    
    
  }


.s-08b016b3-2543-4806-8633-08c15097dca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
    
    
  }


.s-08b016b3-2543-4806-8633-08c15097dca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
    
    
  }


.s-08b016b3-2543-4806-8633-08c15097dca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
    
    
  }


.s-08b016b3-2543-4806-8633-08c15097dca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
    
    
  }


.s-08b016b3-2543-4806-8633-08c15097dca4 .shogun-image-content {
  
    align-items: center;
  
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b016b3-2543-4806-8633-08c15097dca4.shogun-image {
  box-sizing: border-box;
}



}
#s-b9801526-ad83-4240-9d30-8982883bf7aa {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9801526-ad83-4240-9d30-8982883bf7aa {
  display: none;
}
#s-b9801526-ad83-4240-9d30-8982883bf7aa, #wrap-s-b9801526-ad83-4240-9d30-8982883bf7aa { display: none !important; }}@media (max-width: 767px){#s-b9801526-ad83-4240-9d30-8982883bf7aa {
  display: none;
}
#s-b9801526-ad83-4240-9d30-8982883bf7aa, #wrap-s-b9801526-ad83-4240-9d30-8982883bf7aa { display: none !important; }}
#s-7af190c0-d183-43e4-aead-32cda1f290d9 {
  min-height: 100px;
}








#s-7af190c0-d183-43e4-aead-32cda1f290d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7af190c0-d183-43e4-aead-32cda1f290d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2 {
  text-align: center;
}







  img.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
    
    
  }


.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
    
    
  }


.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
    
    
  }


.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
    
    
  }


.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
    
    
  }


.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96586830-4f4f-4e14-9b6d-23a90bb3f3c2.shogun-image {
  box-sizing: border-box;
}



}
#s-9d401282-3d75-4450-a20f-a6194d5f4841 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d401282-3d75-4450-a20f-a6194d5f4841 {
  display: none;
}
#s-9d401282-3d75-4450-a20f-a6194d5f4841, #wrap-s-9d401282-3d75-4450-a20f-a6194d5f4841 { display: none !important; }}@media (max-width: 767px){#s-9d401282-3d75-4450-a20f-a6194d5f4841 {
  display: none;
}
#s-9d401282-3d75-4450-a20f-a6194d5f4841, #wrap-s-9d401282-3d75-4450-a20f-a6194d5f4841 { display: none !important; }}
#s-a5ff0bb3-bccf-4862-a547-6bd1d2b998e3 {
  min-height: 100px;
}








#s-a5ff0bb3-bccf-4862-a547-6bd1d2b998e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5ff0bb3-bccf-4862-a547-6bd1d2b998e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d60fda7-9fb6-46ad-a232-d1f45a977241 {
  text-align: center;
}







  img.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
    
    
  }


.s-2d60fda7-9fb6-46ad-a232-d1f45a977241 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
    
    
  }


.s-2d60fda7-9fb6-46ad-a232-d1f45a977241 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
    
    
  }


.s-2d60fda7-9fb6-46ad-a232-d1f45a977241 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
    
    
  }


.s-2d60fda7-9fb6-46ad-a232-d1f45a977241 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
    
    
  }


.s-2d60fda7-9fb6-46ad-a232-d1f45a977241 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d60fda7-9fb6-46ad-a232-d1f45a977241.shogun-image {
  box-sizing: border-box;
}



}
#s-2a290be2-e8cc-4149-879e-ddae3a4269b6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a290be2-e8cc-4149-879e-ddae3a4269b6 {
  display: none;
}
#s-2a290be2-e8cc-4149-879e-ddae3a4269b6, #wrap-s-2a290be2-e8cc-4149-879e-ddae3a4269b6 { display: none !important; }}@media (max-width: 767px){#s-2a290be2-e8cc-4149-879e-ddae3a4269b6 {
  display: none;
}
#s-2a290be2-e8cc-4149-879e-ddae3a4269b6, #wrap-s-2a290be2-e8cc-4149-879e-ddae3a4269b6 { display: none !important; }}
#s-facc2f4b-59af-4164-abf7-74b5808a65f9 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-facc2f4b-59af-4164-abf7-74b5808a65f9 {
  display: none;
}
#s-facc2f4b-59af-4164-abf7-74b5808a65f9, #wrap-s-facc2f4b-59af-4164-abf7-74b5808a65f9 { display: none !important; }}@media (max-width: 767px){#s-facc2f4b-59af-4164-abf7-74b5808a65f9 {
  display: none;
}
#s-facc2f4b-59af-4164-abf7-74b5808a65f9, #wrap-s-facc2f4b-59af-4164-abf7-74b5808a65f9 { display: none !important; }}







#s-facc2f4b-59af-4164-abf7-74b5808a65f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-facc2f4b-59af-4164-abf7-74b5808a65f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9d1d7d6e-e27d-4652-9502-f550d4075eb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d1d7d6e-e27d-4652-9502-f550d4075eb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d1d7d6e-e27d-4652-9502-f550d4075eb9 {
  display: none;
}
#s-9d1d7d6e-e27d-4652-9502-f550d4075eb9, #wrap-s-9d1d7d6e-e27d-4652-9502-f550d4075eb9 { display: none !important; }}@media (max-width: 767px){#s-9d1d7d6e-e27d-4652-9502-f550d4075eb9 {
  display: none;
}
#s-9d1d7d6e-e27d-4652-9502-f550d4075eb9, #wrap-s-9d1d7d6e-e27d-4652-9502-f550d4075eb9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d1d7d6e-e27d-4652-9502-f550d4075eb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-4645e584-073d-4d00-b776-2681b6e53c52 {
  text-align: center;
}







  img.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
    
    
  }


.s-4645e584-073d-4d00-b776-2681b6e53c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
    
    
  }


.s-4645e584-073d-4d00-b776-2681b6e53c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
    
    
  }


.s-4645e584-073d-4d00-b776-2681b6e53c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
    
    
  }


.s-4645e584-073d-4d00-b776-2681b6e53c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
    
    
  }


.s-4645e584-073d-4d00-b776-2681b6e53c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4645e584-073d-4d00-b776-2681b6e53c52.shogun-image {
  box-sizing: border-box;
}



}
#s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a {
  display: none;
}
#s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a, #wrap-s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a { display: none !important; }}@media (max-width: 767px){#s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a {
  display: none;
}
#s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a, #wrap-s-7d248a8b-e23c-4abc-833b-86d6c3f8b54a { display: none !important; }}
#s-437ebad6-4e3f-4286-a7e9-958360c20226 {
  min-height: 50px;
}








#s-437ebad6-4e3f-4286-a7e9-958360c20226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-437ebad6-4e3f-4286-a7e9-958360c20226.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3449bbd9-0e30-4613-a575-c97af96a3397 {
  text-align: center;
}







  img.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
    
    
  }


.s-3449bbd9-0e30-4613-a575-c97af96a3397 .shogun-image-content {
  
    align-items: center;
  
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
    
    
  }


.s-3449bbd9-0e30-4613-a575-c97af96a3397 .shogun-image-content {
  
    align-items: center;
  
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
    
    
  }


.s-3449bbd9-0e30-4613-a575-c97af96a3397 .shogun-image-content {
  
    align-items: center;
  
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
    
    
  }


.s-3449bbd9-0e30-4613-a575-c97af96a3397 .shogun-image-content {
  
    align-items: center;
  
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
    
    
  }


.s-3449bbd9-0e30-4613-a575-c97af96a3397 .shogun-image-content {
  
    align-items: center;
  
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3449bbd9-0e30-4613-a575-c97af96a3397.shogun-image {
  box-sizing: border-box;
}



}
#s-b0992f66-ee33-4a5d-bb96-726e7053c273 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0992f66-ee33-4a5d-bb96-726e7053c273 {
  display: none;
}
#s-b0992f66-ee33-4a5d-bb96-726e7053c273, #wrap-s-b0992f66-ee33-4a5d-bb96-726e7053c273 { display: none !important; }}@media (max-width: 767px){#s-b0992f66-ee33-4a5d-bb96-726e7053c273 {
  display: none;
}
#s-b0992f66-ee33-4a5d-bb96-726e7053c273, #wrap-s-b0992f66-ee33-4a5d-bb96-726e7053c273 { display: none !important; }}
#s-181f486a-4855-47a5-aefc-7a2840133ad1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-181f486a-4855-47a5-aefc-7a2840133ad1 {
  display: none;
}
#s-181f486a-4855-47a5-aefc-7a2840133ad1, #wrap-s-181f486a-4855-47a5-aefc-7a2840133ad1 { display: none !important; }}@media (max-width: 767px){#s-181f486a-4855-47a5-aefc-7a2840133ad1 {
  display: none;
}
#s-181f486a-4855-47a5-aefc-7a2840133ad1, #wrap-s-181f486a-4855-47a5-aefc-7a2840133ad1 { display: none !important; }}







#s-181f486a-4855-47a5-aefc-7a2840133ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181f486a-4855-47a5-aefc-7a2840133ad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986 {
  display: none;
}
#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986, #wrap-s-7a03dc4a-f0e3-4c90-93ef-92408ea62986 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986 {
  display: none;
}
#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986, #wrap-s-7a03dc4a-f0e3-4c90-93ef-92408ea62986 { display: none !important; }}







#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a03dc4a-f0e3-4c90-93ef-92408ea62986.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
  max-width: 1200px;
aspect-ratio: 1200/1680;
text-align: center;
}
@media (min-width: 1200px){#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
  display: none;
}
#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb, #wrap-s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
  display: none;
}
#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb, #wrap-s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb { display: none !important; }}




  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image,
  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
    width: 100%;
    height: auto;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
    
    
  }


.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shogun-image-content {
  
    align-items: center;
  
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
      position: relative;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image,
  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
    width: 100%;
    height: auto;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
    
    
  }


.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shogun-image-content {
  
    align-items: center;
  
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
      position: relative;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image,
  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
    width: 100%;
    height: auto;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
    
    
  }


.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shogun-image-content {
  
    align-items: center;
  
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
      position: relative;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image,
  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
    width: 100%;
    height: auto;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
    
    
  }


.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shogun-image-content {
  
    align-items: center;
  
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
      position: relative;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image,
  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
    width: 100%;
    height: auto;
  }

  #s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
    
    
  }


.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb .shogun-image-content {
  
    align-items: center;
  
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb {
      --shg-aspect-ratio: calc(1200/1680); 
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container {
      position: relative;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37e90a72-27cb-47dc-b027-2d55d5ae5fcb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7 {
  display: none;
}
#s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7, #wrap-s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7 {
  display: none;
}
#s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7, #wrap-s-b5e42f2d-ee9e-4afa-8815-2f40af3382c7 { display: none !important; }}
#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e {
  display: none;
}
#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e, #wrap-s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e {
  display: none;
}
#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e, #wrap-s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e { display: none !important; }}







#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ca06b9-6cf7-48fb-9d2f-42206df4ae8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
  max-width: 1200px;
aspect-ratio: 1200/1500;
text-align: center;
}
@media (min-width: 1200px){#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
  display: none;
}
#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6, #wrap-s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
  display: none;
}
#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6, #wrap-s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 { display: none !important; }}




  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image,
  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
    width: 100%;
    height: auto;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
    
    
  }


.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
      position: relative;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image,
  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
    width: 100%;
    height: auto;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
    
    
  }


.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
      position: relative;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image,
  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
    width: 100%;
    height: auto;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
    
    
  }


.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
      position: relative;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image,
  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
    width: 100%;
    height: auto;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
    
    
  }


.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
      position: relative;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image,
  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
    width: 100%;
    height: auto;
  }

  #s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
    
    
  }


.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 {
      --shg-aspect-ratio: calc(1200/1500); 
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container {
      position: relative;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b631d0-66a1-46ec-b0a2-7c33013fa4b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-19eaad22-0f25-4108-8d19-8eda254a8d26 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-19eaad22-0f25-4108-8d19-8eda254a8d26 {
  display: none;
}
#s-19eaad22-0f25-4108-8d19-8eda254a8d26, #wrap-s-19eaad22-0f25-4108-8d19-8eda254a8d26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19eaad22-0f25-4108-8d19-8eda254a8d26 {
  display: none;
}
#s-19eaad22-0f25-4108-8d19-8eda254a8d26, #wrap-s-19eaad22-0f25-4108-8d19-8eda254a8d26 { display: none !important; }}
#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba {
  display: none;
}
#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba, #wrap-s-a904e0b3-7420-4a17-ad52-73e7d07c31ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba {
  display: none;
}
#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba, #wrap-s-a904e0b3-7420-4a17-ad52-73e7d07c31ba { display: none !important; }}







#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a904e0b3-7420-4a17-ad52-73e7d07c31ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e14053-9665-4c9f-a53c-e8170451c16c {
  max-width: 7360px;
aspect-ratio: 7360/4912;
text-align: center;
}
@media (min-width: 1200px){#s-b6e14053-9665-4c9f-a53c-e8170451c16c {
  display: none;
}
#s-b6e14053-9665-4c9f-a53c-e8170451c16c, #wrap-s-b6e14053-9665-4c9f-a53c-e8170451c16c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6e14053-9665-4c9f-a53c-e8170451c16c {
  display: none;
}
#s-b6e14053-9665-4c9f-a53c-e8170451c16c, #wrap-s-b6e14053-9665-4c9f-a53c-e8170451c16c { display: none !important; }}




  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image,
  #s-b6e14053-9665-4c9f-a53c-e8170451c16c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c {
    width: 100%;
    height: auto;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
    
    
  }


.s-b6e14053-9665-4c9f-a53c-e8170451c16c .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e14053-9665-4c9f-a53c-e8170451c16c {
      --shg-aspect-ratio: calc(7360/4912); 
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
      position: relative;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image,
  #s-b6e14053-9665-4c9f-a53c-e8170451c16c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c {
    width: 100%;
    height: auto;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
    
    
  }


.s-b6e14053-9665-4c9f-a53c-e8170451c16c .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e14053-9665-4c9f-a53c-e8170451c16c {
      --shg-aspect-ratio: calc(7360/4912); 
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
      position: relative;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image,
  #s-b6e14053-9665-4c9f-a53c-e8170451c16c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c {
    width: 100%;
    height: auto;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
    
    
  }


.s-b6e14053-9665-4c9f-a53c-e8170451c16c .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e14053-9665-4c9f-a53c-e8170451c16c {
      --shg-aspect-ratio: calc(7360/4912); 
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
      position: relative;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image,
  #s-b6e14053-9665-4c9f-a53c-e8170451c16c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c {
    width: 100%;
    height: auto;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
    
    
  }


.s-b6e14053-9665-4c9f-a53c-e8170451c16c .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e14053-9665-4c9f-a53c-e8170451c16c {
      --shg-aspect-ratio: calc(7360/4912); 
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
      position: relative;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image,
  #s-b6e14053-9665-4c9f-a53c-e8170451c16c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c {
    width: 100%;
    height: auto;
  }

  #s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
    
    
  }


.s-b6e14053-9665-4c9f-a53c-e8170451c16c .shogun-image-content {
  
    align-items: center;
  
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6e14053-9665-4c9f-a53c-e8170451c16c {
      --shg-aspect-ratio: calc(7360/4912); 
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container {
      position: relative;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6e14053-9665-4c9f-a53c-e8170451c16c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bb90e856-4116-43b2-9b14-e20db8dfa453 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bb90e856-4116-43b2-9b14-e20db8dfa453 {
  display: none;
}
#s-bb90e856-4116-43b2-9b14-e20db8dfa453, #wrap-s-bb90e856-4116-43b2-9b14-e20db8dfa453 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb90e856-4116-43b2-9b14-e20db8dfa453 {
  display: none;
}
#s-bb90e856-4116-43b2-9b14-e20db8dfa453, #wrap-s-bb90e856-4116-43b2-9b14-e20db8dfa453 { display: none !important; }}
#s-f3050e02-c5ec-4792-9585-fe0058811408 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3050e02-c5ec-4792-9585-fe0058811408 {
  display: none;
}
#s-f3050e02-c5ec-4792-9585-fe0058811408, #wrap-s-f3050e02-c5ec-4792-9585-fe0058811408 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3050e02-c5ec-4792-9585-fe0058811408 {
  display: none;
}
#s-f3050e02-c5ec-4792-9585-fe0058811408, #wrap-s-f3050e02-c5ec-4792-9585-fe0058811408 { display: none !important; }}







#s-f3050e02-c5ec-4792-9585-fe0058811408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3050e02-c5ec-4792-9585-fe0058811408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
  max-width: 800px;
aspect-ratio: 800/1120;
text-align: center;
}
@media (min-width: 1200px){#s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
  display: none;
}
#s-d3f3c533-1dd9-4321-8372-d71ced0d9663, #wrap-s-d3f3c533-1dd9-4321-8372-d71ced0d9663 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
  display: none;
}
#s-d3f3c533-1dd9-4321-8372-d71ced0d9663, #wrap-s-d3f3c533-1dd9-4321-8372-d71ced0d9663 { display: none !important; }}




  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image,
  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
    width: 100%;
    height: auto;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
    
    
  }


.s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
      position: relative;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image,
  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
    width: 100%;
    height: auto;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
    
    
  }


.s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
      position: relative;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image,
  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
    width: 100%;
    height: auto;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
    
    
  }


.s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
      position: relative;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image,
  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
    width: 100%;
    height: auto;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
    
    
  }


.s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
      position: relative;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image,
  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
    width: 100%;
    height: auto;
  }

  #s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
    
    
  }


.s-d3f3c533-1dd9-4321-8372-d71ced0d9663 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 {
      --shg-aspect-ratio: calc(800/1120); 
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container {
      position: relative;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3f3c533-1dd9-4321-8372-d71ced0d9663 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dea5c243-5e51-442e-885f-0dce20e54282 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-dea5c243-5e51-442e-885f-0dce20e54282 {
  display: none;
}
#s-dea5c243-5e51-442e-885f-0dce20e54282, #wrap-s-dea5c243-5e51-442e-885f-0dce20e54282 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dea5c243-5e51-442e-885f-0dce20e54282 {
  display: none;
}
#s-dea5c243-5e51-442e-885f-0dce20e54282, #wrap-s-dea5c243-5e51-442e-885f-0dce20e54282 { display: none !important; }}
#s-892e06eb-22b2-4f49-b6ef-33615635ca12 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-892e06eb-22b2-4f49-b6ef-33615635ca12 {
  display: none;
}
#s-892e06eb-22b2-4f49-b6ef-33615635ca12, #wrap-s-892e06eb-22b2-4f49-b6ef-33615635ca12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-892e06eb-22b2-4f49-b6ef-33615635ca12 {
  display: none;
}
#s-892e06eb-22b2-4f49-b6ef-33615635ca12, #wrap-s-892e06eb-22b2-4f49-b6ef-33615635ca12 { display: none !important; }}







#s-892e06eb-22b2-4f49-b6ef-33615635ca12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-892e06eb-22b2-4f49-b6ef-33615635ca12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
  max-width: 1000px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
  display: none;
}
#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b, #wrap-s-2ac6091a-f025-4309-a8c6-fb9fb48a652b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
  display: none;
}
#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b, #wrap-s-2ac6091a-f025-4309-a8c6-fb9fb48a652b { display: none !important; }}




  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image,
  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
    width: 100%;
    height: auto;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
    
    
  }


.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
      position: relative;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image,
  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
    width: 100%;
    height: auto;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
    
    
  }


.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
      position: relative;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image,
  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
    width: 100%;
    height: auto;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
    
    
  }


.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
      position: relative;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image,
  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
    width: 100%;
    height: auto;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
    
    
  }


.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
      position: relative;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image,
  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
    width: 100%;
    height: auto;
  }

  #s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
    
    
  }


.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b .shogun-image-content {
  
    align-items: center;
  
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container {
      position: relative;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ac6091a-f025-4309-a8c6-fb9fb48a652b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-84f176a9-8582-4a94-bddd-a389c0c9a643 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-84f176a9-8582-4a94-bddd-a389c0c9a643 {
  display: none;
}
#s-84f176a9-8582-4a94-bddd-a389c0c9a643, #wrap-s-84f176a9-8582-4a94-bddd-a389c0c9a643 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84f176a9-8582-4a94-bddd-a389c0c9a643 {
  display: none;
}
#s-84f176a9-8582-4a94-bddd-a389c0c9a643, #wrap-s-84f176a9-8582-4a94-bddd-a389c0c9a643 { display: none !important; }}
#s-2bd024b9-1c35-4514-9244-acf06e69bfe4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2bd024b9-1c35-4514-9244-acf06e69bfe4 {
  display: none;
}
#s-2bd024b9-1c35-4514-9244-acf06e69bfe4, #wrap-s-2bd024b9-1c35-4514-9244-acf06e69bfe4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bd024b9-1c35-4514-9244-acf06e69bfe4 {
  display: none;
}
#s-2bd024b9-1c35-4514-9244-acf06e69bfe4, #wrap-s-2bd024b9-1c35-4514-9244-acf06e69bfe4 { display: none !important; }}







#s-2bd024b9-1c35-4514-9244-acf06e69bfe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bd024b9-1c35-4514-9244-acf06e69bfe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b00d591e-645c-4635-949f-06a82af6d003 {
  text-align: center;
}
@media (min-width: 1200px){#s-b00d591e-645c-4635-949f-06a82af6d003 {
  display: none;
}
#s-b00d591e-645c-4635-949f-06a82af6d003, #wrap-s-b00d591e-645c-4635-949f-06a82af6d003 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b00d591e-645c-4635-949f-06a82af6d003 {
  display: none;
}
#s-b00d591e-645c-4635-949f-06a82af6d003, #wrap-s-b00d591e-645c-4635-949f-06a82af6d003 { display: none !important; }}






  img.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
    
    
  }


.s-b00d591e-645c-4635-949f-06a82af6d003 .shogun-image-content {
  
    align-items: center;
  
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
    
    
  }


.s-b00d591e-645c-4635-949f-06a82af6d003 .shogun-image-content {
  
    align-items: center;
  
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
    
    
  }


.s-b00d591e-645c-4635-949f-06a82af6d003 .shogun-image-content {
  
    align-items: center;
  
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
    
    
  }


.s-b00d591e-645c-4635-949f-06a82af6d003 .shogun-image-content {
  
    align-items: center;
  
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
    
    
  }


.s-b00d591e-645c-4635-949f-06a82af6d003 .shogun-image-content {
  
    align-items: center;
  
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b00d591e-645c-4635-949f-06a82af6d003.shogun-image {
  box-sizing: border-box;
}



}
#s-9b153fc3-ad69-4358-be49-13e2d33d2193 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-9b153fc3-ad69-4358-be49-13e2d33d2193 {
  display: none;
}
#s-9b153fc3-ad69-4358-be49-13e2d33d2193, #wrap-s-9b153fc3-ad69-4358-be49-13e2d33d2193 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b153fc3-ad69-4358-be49-13e2d33d2193 {
  display: none;
}
#s-9b153fc3-ad69-4358-be49-13e2d33d2193, #wrap-s-9b153fc3-ad69-4358-be49-13e2d33d2193 { display: none !important; }}
#s-67a15b27-b5ca-4b55-8813-5360dd51b541 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67a15b27-b5ca-4b55-8813-5360dd51b541 {
  display: none;
}
#s-67a15b27-b5ca-4b55-8813-5360dd51b541, #wrap-s-67a15b27-b5ca-4b55-8813-5360dd51b541 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67a15b27-b5ca-4b55-8813-5360dd51b541 {
  display: none;
}
#s-67a15b27-b5ca-4b55-8813-5360dd51b541, #wrap-s-67a15b27-b5ca-4b55-8813-5360dd51b541 { display: none !important; }}







#s-67a15b27-b5ca-4b55-8813-5360dd51b541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67a15b27-b5ca-4b55-8813-5360dd51b541.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a584e39f-2012-4363-91d3-6006da9f2400 {
  text-align: center;
}
@media (min-width: 1200px){#s-a584e39f-2012-4363-91d3-6006da9f2400 {
  display: none;
}
#s-a584e39f-2012-4363-91d3-6006da9f2400, #wrap-s-a584e39f-2012-4363-91d3-6006da9f2400 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a584e39f-2012-4363-91d3-6006da9f2400 {
  display: none;
}
#s-a584e39f-2012-4363-91d3-6006da9f2400, #wrap-s-a584e39f-2012-4363-91d3-6006da9f2400 { display: none !important; }}






  img.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
    
    
  }


.s-a584e39f-2012-4363-91d3-6006da9f2400 .shogun-image-content {
  
    align-items: center;
  
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
    
    
  }


.s-a584e39f-2012-4363-91d3-6006da9f2400 .shogun-image-content {
  
    align-items: center;
  
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
    
    
  }


.s-a584e39f-2012-4363-91d3-6006da9f2400 .shogun-image-content {
  
    align-items: center;
  
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
    
    
  }


.s-a584e39f-2012-4363-91d3-6006da9f2400 .shogun-image-content {
  
    align-items: center;
  
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
    
    
  }


.s-a584e39f-2012-4363-91d3-6006da9f2400 .shogun-image-content {
  
    align-items: center;
  
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a584e39f-2012-4363-91d3-6006da9f2400.shogun-image {
  box-sizing: border-box;
}



}
#s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc {
  text-align: center;
}







  img.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
    
    
  }


.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc .shogun-image-content {
  
    align-items: center;
  
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
    
    
  }


.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc .shogun-image-content {
  
    align-items: center;
  
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
    
    
  }


.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc .shogun-image-content {
  
    align-items: center;
  
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
    
    
  }


.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc .shogun-image-content {
  
    align-items: center;
  
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
    
    
  }


.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc .shogun-image-content {
  
    align-items: center;
  
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-615c4e7d-4f28-46e6-9b9d-e30cd47a85dc.shogun-image {
  box-sizing: border-box;
}



}
#s-5dc694c4-637e-4ebe-94cb-317ddcec0694 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-5dc694c4-637e-4ebe-94cb-317ddcec0694 {
  display: none;
}
#s-5dc694c4-637e-4ebe-94cb-317ddcec0694, #wrap-s-5dc694c4-637e-4ebe-94cb-317ddcec0694 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dc694c4-637e-4ebe-94cb-317ddcec0694 {
  display: none;
}
#s-5dc694c4-637e-4ebe-94cb-317ddcec0694, #wrap-s-5dc694c4-637e-4ebe-94cb-317ddcec0694 { display: none !important; }}
#s-2a882455-a62f-48a4-a459-14052969a311 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2a882455-a62f-48a4-a459-14052969a311 {
  display: none;
}
#s-2a882455-a62f-48a4-a459-14052969a311, #wrap-s-2a882455-a62f-48a4-a459-14052969a311 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a882455-a62f-48a4-a459-14052969a311 {
  display: none;
}
#s-2a882455-a62f-48a4-a459-14052969a311, #wrap-s-2a882455-a62f-48a4-a459-14052969a311 { display: none !important; }}







#s-2a882455-a62f-48a4-a459-14052969a311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a882455-a62f-48a4-a459-14052969a311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-042a4b5d-28d6-4ff6-920f-b202190817a9 {
  text-align: center;
}
@media (min-width: 1200px){#s-042a4b5d-28d6-4ff6-920f-b202190817a9 {
  display: none;
}
#s-042a4b5d-28d6-4ff6-920f-b202190817a9, #wrap-s-042a4b5d-28d6-4ff6-920f-b202190817a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-042a4b5d-28d6-4ff6-920f-b202190817a9 {
  display: none;
}
#s-042a4b5d-28d6-4ff6-920f-b202190817a9, #wrap-s-042a4b5d-28d6-4ff6-920f-b202190817a9 { display: none !important; }}






  img.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
    
    
  }


.s-042a4b5d-28d6-4ff6-920f-b202190817a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
    
    
  }


.s-042a4b5d-28d6-4ff6-920f-b202190817a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
    
    
  }


.s-042a4b5d-28d6-4ff6-920f-b202190817a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
    
    
  }


.s-042a4b5d-28d6-4ff6-920f-b202190817a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
  box-sizing: border-box;
}



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





  img.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
    
    
  }


.s-042a4b5d-28d6-4ff6-920f-b202190817a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042a4b5d-28d6-4ff6-920f-b202190817a9.shogun-image {
  box-sizing: border-box;
}



}
#s-ba875d0a-ccff-459d-b2dd-b6bec69345e2 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-ba875d0a-ccff-459d-b2dd-b6bec69345e2 {
  display: none;
}
#s-ba875d0a-ccff-459d-b2dd-b6bec69345e2, #wrap-s-ba875d0a-ccff-459d-b2dd-b6bec69345e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba875d0a-ccff-459d-b2dd-b6bec69345e2 {
  display: none;
}
#s-ba875d0a-ccff-459d-b2dd-b6bec69345e2, #wrap-s-ba875d0a-ccff-459d-b2dd-b6bec69345e2 { display: none !important; }}
#s-4c7de95c-8c49-4fce-8660-889cfc234da2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4c7de95c-8c49-4fce-8660-889cfc234da2 {
  display: none;
}
#s-4c7de95c-8c49-4fce-8660-889cfc234da2, #wrap-s-4c7de95c-8c49-4fce-8660-889cfc234da2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c7de95c-8c49-4fce-8660-889cfc234da2 {
  display: none;
}
#s-4c7de95c-8c49-4fce-8660-889cfc234da2, #wrap-s-4c7de95c-8c49-4fce-8660-889cfc234da2 { display: none !important; }}







#s-4c7de95c-8c49-4fce-8660-889cfc234da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c7de95c-8c49-4fce-8660-889cfc234da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48165358-d607-46af-9a7b-b3c98ff42b29 {
  text-align: center;
}
@media (min-width: 1200px){#s-48165358-d607-46af-9a7b-b3c98ff42b29 {
  display: none;
}
#s-48165358-d607-46af-9a7b-b3c98ff42b29, #wrap-s-48165358-d607-46af-9a7b-b3c98ff42b29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48165358-d607-46af-9a7b-b3c98ff42b29 {
  display: none;
}
#s-48165358-d607-46af-9a7b-b3c98ff42b29, #wrap-s-48165358-d607-46af-9a7b-b3c98ff42b29 { display: none !important; }}






  img.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
    
    
  }


.s-48165358-d607-46af-9a7b-b3c98ff42b29 .shogun-image-content {
  
    align-items: center;
  
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
    
    
  }


.s-48165358-d607-46af-9a7b-b3c98ff42b29 .shogun-image-content {
  
    align-items: center;
  
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
    
    
  }


.s-48165358-d607-46af-9a7b-b3c98ff42b29 .shogun-image-content {
  
    align-items: center;
  
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
    
    
  }


.s-48165358-d607-46af-9a7b-b3c98ff42b29 .shogun-image-content {
  
    align-items: center;
  
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
    
    
  }


.s-48165358-d607-46af-9a7b-b3c98ff42b29 .shogun-image-content {
  
    align-items: center;
  
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48165358-d607-46af-9a7b-b3c98ff42b29.shogun-image {
  box-sizing: border-box;
}



}
#s-d19f98e8-2a91-4cca-a64e-516a50c8eedd {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-d19f98e8-2a91-4cca-a64e-516a50c8eedd {
  display: none;
}
#s-d19f98e8-2a91-4cca-a64e-516a50c8eedd, #wrap-s-d19f98e8-2a91-4cca-a64e-516a50c8eedd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d19f98e8-2a91-4cca-a64e-516a50c8eedd {
  display: none;
}
#s-d19f98e8-2a91-4cca-a64e-516a50c8eedd, #wrap-s-d19f98e8-2a91-4cca-a64e-516a50c8eedd { display: none !important; }}
#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0 {
  display: none;
}
#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0, #wrap-s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0 {
  display: none;
}
#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0, #wrap-s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0 { display: none !important; }}







#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecadf0cf-8646-4bc1-8f85-c36f74df77a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dadb8a76-db0b-4f3c-822b-f5d550924a70 {
  text-align: center;
}
@media (min-width: 1200px){#s-dadb8a76-db0b-4f3c-822b-f5d550924a70 {
  display: none;
}
#s-dadb8a76-db0b-4f3c-822b-f5d550924a70, #wrap-s-dadb8a76-db0b-4f3c-822b-f5d550924a70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dadb8a76-db0b-4f3c-822b-f5d550924a70 {
  display: none;
}
#s-dadb8a76-db0b-4f3c-822b-f5d550924a70, #wrap-s-dadb8a76-db0b-4f3c-822b-f5d550924a70 { display: none !important; }}






  img.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
    
    
  }


.s-dadb8a76-db0b-4f3c-822b-f5d550924a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
    
    
  }


.s-dadb8a76-db0b-4f3c-822b-f5d550924a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
    
    
  }


.s-dadb8a76-db0b-4f3c-822b-f5d550924a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
    
    
  }


.s-dadb8a76-db0b-4f3c-822b-f5d550924a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
    
    
  }


.s-dadb8a76-db0b-4f3c-822b-f5d550924a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dadb8a76-db0b-4f3c-822b-f5d550924a70.shogun-image {
  box-sizing: border-box;
}



}
#s-78818518-1229-43ca-a0d6-742f57943218 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-78818518-1229-43ca-a0d6-742f57943218 {
  display: none;
}
#s-78818518-1229-43ca-a0d6-742f57943218, #wrap-s-78818518-1229-43ca-a0d6-742f57943218 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78818518-1229-43ca-a0d6-742f57943218 {
  display: none;
}
#s-78818518-1229-43ca-a0d6-742f57943218, #wrap-s-78818518-1229-43ca-a0d6-742f57943218 { display: none !important; }}
#s-14175506-3336-4fff-a1f7-6e6ba1df5e96 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14175506-3336-4fff-a1f7-6e6ba1df5e96 {
  display: none;
}
#s-14175506-3336-4fff-a1f7-6e6ba1df5e96, #wrap-s-14175506-3336-4fff-a1f7-6e6ba1df5e96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14175506-3336-4fff-a1f7-6e6ba1df5e96 {
  display: none;
}
#s-14175506-3336-4fff-a1f7-6e6ba1df5e96, #wrap-s-14175506-3336-4fff-a1f7-6e6ba1df5e96 { display: none !important; }}







#s-14175506-3336-4fff-a1f7-6e6ba1df5e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14175506-3336-4fff-a1f7-6e6ba1df5e96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02457543-164e-432d-aeaa-df90ce6221a3 {
  text-align: center;
}
@media (min-width: 1200px){#s-02457543-164e-432d-aeaa-df90ce6221a3 {
  display: none;
}
#s-02457543-164e-432d-aeaa-df90ce6221a3, #wrap-s-02457543-164e-432d-aeaa-df90ce6221a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02457543-164e-432d-aeaa-df90ce6221a3 {
  display: none;
}
#s-02457543-164e-432d-aeaa-df90ce6221a3, #wrap-s-02457543-164e-432d-aeaa-df90ce6221a3 { display: none !important; }}






  img.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
    
    
  }


.s-02457543-164e-432d-aeaa-df90ce6221a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
    
    
  }


.s-02457543-164e-432d-aeaa-df90ce6221a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
    
    
  }


.s-02457543-164e-432d-aeaa-df90ce6221a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
    
    
  }


.s-02457543-164e-432d-aeaa-df90ce6221a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
    
    
  }


.s-02457543-164e-432d-aeaa-df90ce6221a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02457543-164e-432d-aeaa-df90ce6221a3.shogun-image {
  box-sizing: border-box;
}



}
#s-6230e361-3138-41c5-8295-e6eab3afed7d {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-6230e361-3138-41c5-8295-e6eab3afed7d {
  display: none;
}
#s-6230e361-3138-41c5-8295-e6eab3afed7d, #wrap-s-6230e361-3138-41c5-8295-e6eab3afed7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6230e361-3138-41c5-8295-e6eab3afed7d {
  display: none;
}
#s-6230e361-3138-41c5-8295-e6eab3afed7d, #wrap-s-6230e361-3138-41c5-8295-e6eab3afed7d { display: none !important; }}
#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d {
  display: none;
}
#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d, #wrap-s-d0af17ae-b2c4-4812-8801-87c07fc8c94d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d {
  display: none;
}
#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d, #wrap-s-d0af17ae-b2c4-4812-8801-87c07fc8c94d { display: none !important; }}







#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0af17ae-b2c4-4812-8801-87c07fc8c94d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bef76d8a-1123-4b58-8657-554e7408c60b {
  text-align: center;
}
@media (min-width: 1200px){#s-bef76d8a-1123-4b58-8657-554e7408c60b {
  display: none;
}
#s-bef76d8a-1123-4b58-8657-554e7408c60b, #wrap-s-bef76d8a-1123-4b58-8657-554e7408c60b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bef76d8a-1123-4b58-8657-554e7408c60b {
  display: none;
}
#s-bef76d8a-1123-4b58-8657-554e7408c60b, #wrap-s-bef76d8a-1123-4b58-8657-554e7408c60b { display: none !important; }}






  img.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
    
    
  }


.s-bef76d8a-1123-4b58-8657-554e7408c60b .shogun-image-content {
  
    align-items: center;
  
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
    
    
  }


.s-bef76d8a-1123-4b58-8657-554e7408c60b .shogun-image-content {
  
    align-items: center;
  
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
    
    
  }


.s-bef76d8a-1123-4b58-8657-554e7408c60b .shogun-image-content {
  
    align-items: center;
  
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
    
    
  }


.s-bef76d8a-1123-4b58-8657-554e7408c60b .shogun-image-content {
  
    align-items: center;
  
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
    
    
  }


.s-bef76d8a-1123-4b58-8657-554e7408c60b .shogun-image-content {
  
    align-items: center;
  
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bef76d8a-1123-4b58-8657-554e7408c60b.shogun-image {
  box-sizing: border-box;
}



}
#s-21ba5faa-1431-4554-a861-30685e9b61c0 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-21ba5faa-1431-4554-a861-30685e9b61c0 {
  display: none;
}
#s-21ba5faa-1431-4554-a861-30685e9b61c0, #wrap-s-21ba5faa-1431-4554-a861-30685e9b61c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21ba5faa-1431-4554-a861-30685e9b61c0 {
  display: none;
}
#s-21ba5faa-1431-4554-a861-30685e9b61c0, #wrap-s-21ba5faa-1431-4554-a861-30685e9b61c0 { display: none !important; }}
#s-8b8deb80-c343-45ff-b714-0010ad21cfd3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8b8deb80-c343-45ff-b714-0010ad21cfd3 {
  display: none;
}
#s-8b8deb80-c343-45ff-b714-0010ad21cfd3, #wrap-s-8b8deb80-c343-45ff-b714-0010ad21cfd3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b8deb80-c343-45ff-b714-0010ad21cfd3 {
  display: none;
}
#s-8b8deb80-c343-45ff-b714-0010ad21cfd3, #wrap-s-8b8deb80-c343-45ff-b714-0010ad21cfd3 { display: none !important; }}







#s-8b8deb80-c343-45ff-b714-0010ad21cfd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8deb80-c343-45ff-b714-0010ad21cfd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd0fb191-3169-40e6-b724-af8d9cb50a12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500 {
  min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500 {
  display: none;
}
#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500, #wrap-s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500 { display: none !important; }}@media (max-width: 767px){#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500 {
  display: none;
}
#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500, #wrap-s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500 { display: none !important; }}







#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cfa401a-4ca4-44a2-b94d-fa5d4413b500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b32b630d-9aca-4bdb-a610-53703426442f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b32b630d-9aca-4bdb-a610-53703426442f {
  display: none;
}
#s-b32b630d-9aca-4bdb-a610-53703426442f, #wrap-s-b32b630d-9aca-4bdb-a610-53703426442f { display: none !important; }}@media (max-width: 767px){#s-b32b630d-9aca-4bdb-a610-53703426442f {
  display: none;
}
#s-b32b630d-9aca-4bdb-a610-53703426442f, #wrap-s-b32b630d-9aca-4bdb-a610-53703426442f { display: none !important; }}






  img.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
    
    
  }


.s-b32b630d-9aca-4bdb-a610-53703426442f .shogun-image-content {
  
    align-items: center;
  
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
    
    
  }


.s-b32b630d-9aca-4bdb-a610-53703426442f .shogun-image-content {
  
    align-items: center;
  
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
    
    
  }


.s-b32b630d-9aca-4bdb-a610-53703426442f .shogun-image-content {
  
    align-items: center;
  
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
    
    
  }


.s-b32b630d-9aca-4bdb-a610-53703426442f .shogun-image-content {
  
    align-items: center;
  
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
    
    
  }


.s-b32b630d-9aca-4bdb-a610-53703426442f .shogun-image-content {
  
    align-items: center;
  
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b32b630d-9aca-4bdb-a610-53703426442f.shogun-image {
  box-sizing: border-box;
}



}
#s-355959bf-9d34-4865-844d-adb43ffaec4d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-355959bf-9d34-4865-844d-adb43ffaec4d {
  display: none;
}
#s-355959bf-9d34-4865-844d-adb43ffaec4d, #wrap-s-355959bf-9d34-4865-844d-adb43ffaec4d { display: none !important; }}@media (max-width: 767px){#s-355959bf-9d34-4865-844d-adb43ffaec4d {
  display: none;
}
#s-355959bf-9d34-4865-844d-adb43ffaec4d, #wrap-s-355959bf-9d34-4865-844d-adb43ffaec4d { display: none !important; }}
#s-4740eaf5-614e-4126-927c-95beb25c7aa1 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-4740eaf5-614e-4126-927c-95beb25c7aa1 {
  display: none;
}
#s-4740eaf5-614e-4126-927c-95beb25c7aa1, #wrap-s-4740eaf5-614e-4126-927c-95beb25c7aa1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4740eaf5-614e-4126-927c-95beb25c7aa1 {
  display: none;
}
#s-4740eaf5-614e-4126-927c-95beb25c7aa1, #wrap-s-4740eaf5-614e-4126-927c-95beb25c7aa1 { display: none !important; }}
#s-18844316-7f9f-4fd3-91ed-c1ed2c20f7a8 {
  min-height: 100px;
}








#s-18844316-7f9f-4fd3-91ed-c1ed2c20f7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18844316-7f9f-4fd3-91ed-c1ed2c20f7a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c {
  text-align: center;
}







  img.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
    
    
  }


.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
    
    
  }


.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
    
    
  }


.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
    
    
  }


.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
    
    
  }


.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae70caa5-bb9e-42f0-b46b-6251d38f6d2c.shogun-image {
  box-sizing: border-box;
}



}
#s-4e772c11-7df0-4eb4-b431-fd96661deaf3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e772c11-7df0-4eb4-b431-fd96661deaf3 {
  display: none;
}
#s-4e772c11-7df0-4eb4-b431-fd96661deaf3, #wrap-s-4e772c11-7df0-4eb4-b431-fd96661deaf3 { display: none !important; }}@media (max-width: 767px){#s-4e772c11-7df0-4eb4-b431-fd96661deaf3 {
  display: none;
}
#s-4e772c11-7df0-4eb4-b431-fd96661deaf3, #wrap-s-4e772c11-7df0-4eb4-b431-fd96661deaf3 { display: none !important; }}
#s-36ea4553-5623-45ce-a540-f14d9a728acb {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-36ea4553-5623-45ce-a540-f14d9a728acb {
  display: none;
}
#s-36ea4553-5623-45ce-a540-f14d9a728acb, #wrap-s-36ea4553-5623-45ce-a540-f14d9a728acb { display: none !important; }}@media (max-width: 767px){#s-36ea4553-5623-45ce-a540-f14d9a728acb {
  display: none;
}
#s-36ea4553-5623-45ce-a540-f14d9a728acb, #wrap-s-36ea4553-5623-45ce-a540-f14d9a728acb { display: none !important; }}







#s-36ea4553-5623-45ce-a540-f14d9a728acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36ea4553-5623-45ce-a540-f14d9a728acb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9 {
  display: none;
}
#s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9, #wrap-s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9 { display: none !important; }}@media (max-width: 767px){#s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9 {
  display: none;
}
#s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9, #wrap-s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cb62a0b-230e-4ee4-b3b9-5e5bb5b128e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9b38915b-38d0-4650-adc1-4544904ad376 {
  padding-left: 10%;
padding-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b38915b-38d0-4650-adc1-4544904ad376 {
  display: none;
}
#s-9b38915b-38d0-4650-adc1-4544904ad376, #wrap-s-9b38915b-38d0-4650-adc1-4544904ad376 { display: none !important; }}@media (max-width: 767px){#s-9b38915b-38d0-4650-adc1-4544904ad376 {
  display: none;
}
#s-9b38915b-38d0-4650-adc1-4544904ad376, #wrap-s-9b38915b-38d0-4650-adc1-4544904ad376 { display: none !important; }}






  img.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
    
    
  }


.s-9b38915b-38d0-4650-adc1-4544904ad376 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
    
    
  }


.s-9b38915b-38d0-4650-adc1-4544904ad376 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
    
    
  }


.s-9b38915b-38d0-4650-adc1-4544904ad376 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
    
    
  }


.s-9b38915b-38d0-4650-adc1-4544904ad376 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
    
    
  }


.s-9b38915b-38d0-4650-adc1-4544904ad376 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b38915b-38d0-4650-adc1-4544904ad376.shogun-image {
  box-sizing: border-box;
}



}
#s-74adb5d1-269f-4bc3-8439-20b5e6d979ff {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-74adb5d1-269f-4bc3-8439-20b5e6d979ff {
  display: none;
}
#s-74adb5d1-269f-4bc3-8439-20b5e6d979ff, #wrap-s-74adb5d1-269f-4bc3-8439-20b5e6d979ff { display: none !important; }}@media (max-width: 767px){#s-74adb5d1-269f-4bc3-8439-20b5e6d979ff {
  display: none;
}
#s-74adb5d1-269f-4bc3-8439-20b5e6d979ff, #wrap-s-74adb5d1-269f-4bc3-8439-20b5e6d979ff { display: none !important; }}
#s-780e420b-95da-44dd-88e1-d4b23845f882 {
  min-height: 50px;
}








#s-780e420b-95da-44dd-88e1-d4b23845f882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-780e420b-95da-44dd-88e1-d4b23845f882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0a9132a-9bac-439e-92fe-b042d456e1b2 {
  text-align: center;
}







  img.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
    
    
  }


.s-f0a9132a-9bac-439e-92fe-b042d456e1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
    
    
  }


.s-f0a9132a-9bac-439e-92fe-b042d456e1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
    
    
  }


.s-f0a9132a-9bac-439e-92fe-b042d456e1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
    
    
  }


.s-f0a9132a-9bac-439e-92fe-b042d456e1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
    
    
  }


.s-f0a9132a-9bac-439e-92fe-b042d456e1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a9132a-9bac-439e-92fe-b042d456e1b2.shogun-image {
  box-sizing: border-box;
}



}
#s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81 {
  display: none;
}
#s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81, #wrap-s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81 { display: none !important; }}@media (max-width: 767px){#s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81 {
  display: none;
}
#s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81, #wrap-s-fea1d1b3-c86b-4c42-9f15-cc23d19c1c81 { display: none !important; }}
.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-695487f2-1364-4671-b88d-8f6c08744f61 {
  padding-left: 15%;
padding-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-695487f2-1364-4671-b88d-8f6c08744f61 {
  display: none;
}
#s-695487f2-1364-4671-b88d-8f6c08744f61, #wrap-s-695487f2-1364-4671-b88d-8f6c08744f61 { display: none !important; }}@media (max-width: 767px){#s-695487f2-1364-4671-b88d-8f6c08744f61 {
  display: none;
}
#s-695487f2-1364-4671-b88d-8f6c08744f61, #wrap-s-695487f2-1364-4671-b88d-8f6c08744f61 { display: none !important; }}






  #s-695487f2-1364-4671-b88d-8f6c08744f61 img.shogun-image {
    

    
    
    
  }


#s-695487f2-1364-4671-b88d-8f6c08744f61 .shogun-image-content {
  
    align-items: center;
  
}

#s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18 {
  margin-top: 7px;
margin-left: 15%;
margin-bottom: 7px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18 {
  display: none;
}
#s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18, #wrap-s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18 { display: none !important; }}@media (max-width: 767px){#s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18 {
  display: none;
}
#s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18, #wrap-s-07df3bd1-5391-4eb2-bb4c-fbeddd6e4c18 { display: none !important; }}
#s-5a74d84c-3365-4129-94b7-13415994a4c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a74d84c-3365-4129-94b7-13415994a4c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a74d84c-3365-4129-94b7-13415994a4c6 {
  display: none;
}
#s-5a74d84c-3365-4129-94b7-13415994a4c6, #wrap-s-5a74d84c-3365-4129-94b7-13415994a4c6 { display: none !important; }}@media (max-width: 767px){#s-5a74d84c-3365-4129-94b7-13415994a4c6 {
  display: none;
}
#s-5a74d84c-3365-4129-94b7-13415994a4c6, #wrap-s-5a74d84c-3365-4129-94b7-13415994a4c6 { display: none !important; }}







#s-5a74d84c-3365-4129-94b7-13415994a4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a74d84c-3365-4129-94b7-13415994a4c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a {
  display: none;
}
#s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a, #wrap-s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a { display: none !important; }}@media (max-width: 767px){#s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a {
  display: none;
}
#s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a, #wrap-s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a { display: none !important; }}
@media (min-width: 0px) {
[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a8a1bf5-235d-4c06-b9e0-fa547d47289a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-741a3c1d-f507-400b-bfad-1d0534dbee3b {
  text-align: center;
}







  #s-741a3c1d-f507-400b-bfad-1d0534dbee3b img.shogun-image {
    

    
    
    
  }


#s-741a3c1d-f507-400b-bfad-1d0534dbee3b .shogun-image-content {
  
    align-items: center;
  
}

#s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e {
  display: none;
}
#s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e, #wrap-s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e { display: none !important; }}@media (max-width: 767px){#s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e {
  display: none;
}
#s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e, #wrap-s-b0f1e1d8-fb8a-4ee0-9496-ce010333eb5e { display: none !important; }}
#s-6ac58c66-bb46-468a-8c03-84d764750f3e {
  min-height: 95px;
}








#s-6ac58c66-bb46-468a-8c03-84d764750f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ac58c66-bb46-468a-8c03-84d764750f3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ccfde9f-4356-4bb1-b813-1c22b774a071 {
  text-align: center;
}







  #s-5ccfde9f-4356-4bb1-b813-1c22b774a071 img.shogun-image {
    

    
    
    
  }


#s-5ccfde9f-4356-4bb1-b813-1c22b774a071 .shogun-image-content {
  
    align-items: center;
  
}

#s-675eca59-4b19-48a2-bcc4-85dd3e217570 {
  margin-top: 7px;
margin-left: 5%;
margin-bottom: 7px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-675eca59-4b19-48a2-bcc4-85dd3e217570 {
  display: none;
}
#s-675eca59-4b19-48a2-bcc4-85dd3e217570, #wrap-s-675eca59-4b19-48a2-bcc4-85dd3e217570 { display: none !important; }}@media (max-width: 767px){#s-675eca59-4b19-48a2-bcc4-85dd3e217570 {
  display: none;
}
#s-675eca59-4b19-48a2-bcc4-85dd3e217570, #wrap-s-675eca59-4b19-48a2-bcc4-85dd3e217570 { display: none !important; }}
#s-25ee8f30-4f46-4caf-8319-461be47f48a0 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-25ee8f30-4f46-4caf-8319-461be47f48a0 {
  display: none;
}
#s-25ee8f30-4f46-4caf-8319-461be47f48a0, #wrap-s-25ee8f30-4f46-4caf-8319-461be47f48a0 { display: none !important; }}@media (max-width: 767px){#s-25ee8f30-4f46-4caf-8319-461be47f48a0 {
  display: none;
}
#s-25ee8f30-4f46-4caf-8319-461be47f48a0, #wrap-s-25ee8f30-4f46-4caf-8319-461be47f48a0 { display: none !important; }}







#s-25ee8f30-4f46-4caf-8319-461be47f48a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25ee8f30-4f46-4caf-8319-461be47f48a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd {
  display: none;
}
#s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd, #wrap-s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd { display: none !important; }}@media (max-width: 767px){#s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd {
  display: none;
}
#s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd, #wrap-s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ee863f8-16aa-4977-a36a-a4b0e635d6dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-354393e6-aec0-4e81-86f7-32fe89e61705 {
  text-align: center;
}







  #s-354393e6-aec0-4e81-86f7-32fe89e61705 img.shogun-image {
    

    
    
    
  }


#s-354393e6-aec0-4e81-86f7-32fe89e61705 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819 {
  margin-top: 7px;
margin-left: 5%;
margin-bottom: 7px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819 {
  display: none;
}
#s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819, #wrap-s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819 { display: none !important; }}@media (max-width: 767px){#s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819 {
  display: none;
}
#s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819, #wrap-s-8ab4b870-3cb9-4088-a8ea-6e7ef0219819 { display: none !important; }}
#s-a753ef46-aaf3-4da9-ab73-d8be73c0b846 {
  text-align: center;
}







  #s-a753ef46-aaf3-4da9-ab73-d8be73c0b846 img.shogun-image {
    

    
    
    
  }


#s-a753ef46-aaf3-4da9-ab73-d8be73c0b846 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9 {
  display: none;
}
#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9, #wrap-s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9 { display: none !important; }}@media (max-width: 767px){#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9 {
  display: none;
}
#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9, #wrap-s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9 { display: none !important; }}







#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e182db5-1e97-49ab-a0fc-7d7064a83ef9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-41bc8f6b-0e2e-4bf1-8071-f205655f18e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

#s-c209f541-9807-46db-9d1e-08beb1860e06 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c209f541-9807-46db-9d1e-08beb1860e06 {
  display: none;
}
#s-c209f541-9807-46db-9d1e-08beb1860e06, #wrap-s-c209f541-9807-46db-9d1e-08beb1860e06 { display: none !important; }}@media (max-width: 767px){#s-c209f541-9807-46db-9d1e-08beb1860e06 {
  display: none;
}
#s-c209f541-9807-46db-9d1e-08beb1860e06, #wrap-s-c209f541-9807-46db-9d1e-08beb1860e06 { display: none !important; }}






  #s-c209f541-9807-46db-9d1e-08beb1860e06 img.shogun-image {
    

    
    
    
  }


#s-c209f541-9807-46db-9d1e-08beb1860e06 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c680bec-dd2b-4717-92e2-b4767ee70d3d {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c680bec-dd2b-4717-92e2-b4767ee70d3d {
  display: none;
}
#s-2c680bec-dd2b-4717-92e2-b4767ee70d3d, #wrap-s-2c680bec-dd2b-4717-92e2-b4767ee70d3d { display: none !important; }}@media (max-width: 767px){#s-2c680bec-dd2b-4717-92e2-b4767ee70d3d {
  display: none;
}
#s-2c680bec-dd2b-4717-92e2-b4767ee70d3d, #wrap-s-2c680bec-dd2b-4717-92e2-b4767ee70d3d { display: none !important; }}
#s-7e2fba72-65ee-4237-b6e7-539e30d300ad {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e2fba72-65ee-4237-b6e7-539e30d300ad {
  display: none;
}
#s-7e2fba72-65ee-4237-b6e7-539e30d300ad, #wrap-s-7e2fba72-65ee-4237-b6e7-539e30d300ad { display: none !important; }}@media (max-width: 767px){#s-7e2fba72-65ee-4237-b6e7-539e30d300ad {
  display: none;
}
#s-7e2fba72-65ee-4237-b6e7-539e30d300ad, #wrap-s-7e2fba72-65ee-4237-b6e7-539e30d300ad { display: none !important; }}






  #s-7e2fba72-65ee-4237-b6e7-539e30d300ad img.shogun-image {
    

    
    
    
  }


#s-7e2fba72-65ee-4237-b6e7-539e30d300ad .shogun-image-content {
  
    align-items: center;
  
}

#s-42e8571d-a0da-401b-bbbc-7c879276d44b {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-42e8571d-a0da-401b-bbbc-7c879276d44b {
  display: none;
}
#s-42e8571d-a0da-401b-bbbc-7c879276d44b, #wrap-s-42e8571d-a0da-401b-bbbc-7c879276d44b { display: none !important; }}@media (max-width: 767px){#s-42e8571d-a0da-401b-bbbc-7c879276d44b {
  display: none;
}
#s-42e8571d-a0da-401b-bbbc-7c879276d44b, #wrap-s-42e8571d-a0da-401b-bbbc-7c879276d44b { display: none !important; }}
#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86 {
  display: none;
}
#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86, #wrap-s-883b48e4-8e44-4157-9b1e-4fa14ec54d86 { display: none !important; }}@media (max-width: 767px){#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86 {
  display: none;
}
#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86, #wrap-s-883b48e4-8e44-4157-9b1e-4fa14ec54d86 { display: none !important; }}







#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-883b48e4-8e44-4157-9b1e-4fa14ec54d86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6620d49-38ea-4450-a3c0-72538fb67fb2 {
  text-align: center;
}
@media (min-width: 1200px){#s-f6620d49-38ea-4450-a3c0-72538fb67fb2 {
  display: none;
}
#s-f6620d49-38ea-4450-a3c0-72538fb67fb2, #wrap-s-f6620d49-38ea-4450-a3c0-72538fb67fb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6620d49-38ea-4450-a3c0-72538fb67fb2 {
  display: none;
}
#s-f6620d49-38ea-4450-a3c0-72538fb67fb2, #wrap-s-f6620d49-38ea-4450-a3c0-72538fb67fb2 { display: none !important; }}






  #s-f6620d49-38ea-4450-a3c0-72538fb67fb2 img.shogun-image {
    

    
    
    
  }


#s-f6620d49-38ea-4450-a3c0-72538fb67fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f {
  display: none;
}
#s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f, #wrap-s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f {
  display: none;
}
#s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f, #wrap-s-fc8f7130-5008-41c1-b8a8-9a33da1ef79f { display: none !important; }}
#s-1f30dfd0-7232-452a-acdd-f81ef2822100 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f30dfd0-7232-452a-acdd-f81ef2822100 {
  display: none;
}
#s-1f30dfd0-7232-452a-acdd-f81ef2822100, #wrap-s-1f30dfd0-7232-452a-acdd-f81ef2822100 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f30dfd0-7232-452a-acdd-f81ef2822100 {
  display: none;
}
#s-1f30dfd0-7232-452a-acdd-f81ef2822100, #wrap-s-1f30dfd0-7232-452a-acdd-f81ef2822100 { display: none !important; }}







#s-1f30dfd0-7232-452a-acdd-f81ef2822100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f30dfd0-7232-452a-acdd-f81ef2822100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e {
  text-align: center;
}
@media (min-width: 1200px){#s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e {
  display: none;
}
#s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e, #wrap-s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e {
  display: none;
}
#s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e, #wrap-s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e { display: none !important; }}






  #s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e img.shogun-image {
    

    
    
    
  }


#s-8dcf89ab-8c07-4cb2-a54f-f2b7d818527e .shogun-image-content {
  
    align-items: center;
  
}

#s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9 {
  display: none;
}
#s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9, #wrap-s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9 {
  display: none;
}
#s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9, #wrap-s-a21425e5-8c1b-49d1-9c2a-defa09ef19e9 { display: none !important; }}
#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada {
  display: none;
}
#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada, #wrap-s-3d26fc05-1cd6-46b3-baec-9f0e44915ada { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada {
  display: none;
}
#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada, #wrap-s-3d26fc05-1cd6-46b3-baec-9f0e44915ada { display: none !important; }}







#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d26fc05-1cd6-46b3-baec-9f0e44915ada.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d {
  text-align: center;
}
@media (min-width: 1200px){#s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d {
  display: none;
}
#s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d, #wrap-s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d {
  display: none;
}
#s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d, #wrap-s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d { display: none !important; }}






  #s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d img.shogun-image {
    

    
    
    
  }


#s-8095cb5e-5576-4ee7-b6e8-ec2f9fd55b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2 {
  display: none;
}
#s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2, #wrap-s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2 {
  display: none;
}
#s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2, #wrap-s-6ef04c28-76c3-4a2d-9e57-4b308bdc61f2 { display: none !important; }}
#s-18d564e8-adca-4ddf-9fec-0c2ef9793350 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-18d564e8-adca-4ddf-9fec-0c2ef9793350 {
  display: none;
}
#s-18d564e8-adca-4ddf-9fec-0c2ef9793350, #wrap-s-18d564e8-adca-4ddf-9fec-0c2ef9793350 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18d564e8-adca-4ddf-9fec-0c2ef9793350 {
  display: none;
}
#s-18d564e8-adca-4ddf-9fec-0c2ef9793350, #wrap-s-18d564e8-adca-4ddf-9fec-0c2ef9793350 { display: none !important; }}







#s-18d564e8-adca-4ddf-9fec-0c2ef9793350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18d564e8-adca-4ddf-9fec-0c2ef9793350.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-643b6356-e432-43c1-8eaf-876e55d7c33b {
  text-align: center;
}
@media (min-width: 1200px){#s-643b6356-e432-43c1-8eaf-876e55d7c33b {
  display: none;
}
#s-643b6356-e432-43c1-8eaf-876e55d7c33b, #wrap-s-643b6356-e432-43c1-8eaf-876e55d7c33b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-643b6356-e432-43c1-8eaf-876e55d7c33b {
  display: none;
}
#s-643b6356-e432-43c1-8eaf-876e55d7c33b, #wrap-s-643b6356-e432-43c1-8eaf-876e55d7c33b { display: none !important; }}






  #s-643b6356-e432-43c1-8eaf-876e55d7c33b img.shogun-image {
    

    
    
    
  }


#s-643b6356-e432-43c1-8eaf-876e55d7c33b .shogun-image-content {
  
    align-items: center;
  
}

#s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1 {
  display: none;
}
#s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1, #wrap-s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1 {
  display: none;
}
#s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1, #wrap-s-9961815f-ad16-40c8-bec2-3e9ef2e1cfe1 { display: none !important; }}
#s-4b3b0da5-c00c-469c-8209-b9df17c734c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4b3b0da5-c00c-469c-8209-b9df17c734c6 {
  display: none;
}
#s-4b3b0da5-c00c-469c-8209-b9df17c734c6, #wrap-s-4b3b0da5-c00c-469c-8209-b9df17c734c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b3b0da5-c00c-469c-8209-b9df17c734c6 {
  display: none;
}
#s-4b3b0da5-c00c-469c-8209-b9df17c734c6, #wrap-s-4b3b0da5-c00c-469c-8209-b9df17c734c6 { display: none !important; }}







#s-4b3b0da5-c00c-469c-8209-b9df17c734c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b3b0da5-c00c-469c-8209-b9df17c734c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e379ac9-0026-41dc-84ca-6635c754dcc5 {
  text-align: center;
}
@media (min-width: 1200px){#s-3e379ac9-0026-41dc-84ca-6635c754dcc5 {
  display: none;
}
#s-3e379ac9-0026-41dc-84ca-6635c754dcc5, #wrap-s-3e379ac9-0026-41dc-84ca-6635c754dcc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e379ac9-0026-41dc-84ca-6635c754dcc5 {
  display: none;
}
#s-3e379ac9-0026-41dc-84ca-6635c754dcc5, #wrap-s-3e379ac9-0026-41dc-84ca-6635c754dcc5 { display: none !important; }}






  #s-3e379ac9-0026-41dc-84ca-6635c754dcc5 img.shogun-image {
    

    
    
    
  }


#s-3e379ac9-0026-41dc-84ca-6635c754dcc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff447a77-99a0-4d59-b597-baa3758a80d0 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-ff447a77-99a0-4d59-b597-baa3758a80d0 {
  display: none;
}
#s-ff447a77-99a0-4d59-b597-baa3758a80d0, #wrap-s-ff447a77-99a0-4d59-b597-baa3758a80d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff447a77-99a0-4d59-b597-baa3758a80d0 {
  display: none;
}
#s-ff447a77-99a0-4d59-b597-baa3758a80d0, #wrap-s-ff447a77-99a0-4d59-b597-baa3758a80d0 { display: none !important; }}
#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142 {
  display: none;
}
#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142, #wrap-s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142 {
  display: none;
}
#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142, #wrap-s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142 { display: none !important; }}







#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc6bfd1-9014-4b61-9a6e-9ad9ed1b4142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 {
  text-align: center;
}
@media (min-width: 1200px){#s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 {
  display: none;
}
#s-9b919afe-7827-452a-bb82-a2ccdbac4bb5, #wrap-s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 {
  display: none;
}
#s-9b919afe-7827-452a-bb82-a2ccdbac4bb5, #wrap-s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 { display: none !important; }}






  #s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 img.shogun-image {
    

    
    
    
  }


#s-9b919afe-7827-452a-bb82-a2ccdbac4bb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877 {
  display: none;
}
#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877, #wrap-s-9cee6fa4-aae0-4229-a75a-14e0d07ab877 { display: none !important; }}@media (max-width: 767px){#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877 {
  display: none;
}
#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877, #wrap-s-9cee6fa4-aae0-4229-a75a-14e0d07ab877 { display: none !important; }}







#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cee6fa4-aae0-4229-a75a-14e0d07ab877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-172b0898-d291-4d8c-9e36-2964399950db {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-172b0898-d291-4d8c-9e36-2964399950db {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-172b0898-d291-4d8c-9e36-2964399950db {
  display: none;
}
#s-172b0898-d291-4d8c-9e36-2964399950db, #wrap-s-172b0898-d291-4d8c-9e36-2964399950db { display: none !important; }}@media (max-width: 767px){#s-172b0898-d291-4d8c-9e36-2964399950db {
  display: none;
}
#s-172b0898-d291-4d8c-9e36-2964399950db, #wrap-s-172b0898-d291-4d8c-9e36-2964399950db { display: none !important; }}
@media (min-width: 0px) {
[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-172b0898-d291-4d8c-9e36-2964399950db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-65d06db9-bc23-4cae-be9e-b3dbf67c01df {
  text-align: center;
}







  #s-65d06db9-bc23-4cae-be9e-b3dbf67c01df img.shogun-image {
    

    
    
    
  }


#s-65d06db9-bc23-4cae-be9e-b3dbf67c01df .shogun-image-content {
  
    align-items: center;
  
}

#s-bf0e1bec-da1a-44fd-a20b-f980315936de {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf0e1bec-da1a-44fd-a20b-f980315936de {
  display: none;
}
#s-bf0e1bec-da1a-44fd-a20b-f980315936de, #wrap-s-bf0e1bec-da1a-44fd-a20b-f980315936de { display: none !important; }}@media (max-width: 767px){#s-bf0e1bec-da1a-44fd-a20b-f980315936de {
  display: none;
}
#s-bf0e1bec-da1a-44fd-a20b-f980315936de, #wrap-s-bf0e1bec-da1a-44fd-a20b-f980315936de { display: none !important; }}
#s-26557eb1-b498-4617-bcb5-650a36d5b973 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-26557eb1-b498-4617-bcb5-650a36d5b973 {
  display: none;
}
#s-26557eb1-b498-4617-bcb5-650a36d5b973, #wrap-s-26557eb1-b498-4617-bcb5-650a36d5b973 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26557eb1-b498-4617-bcb5-650a36d5b973 {
  display: none;
}
#s-26557eb1-b498-4617-bcb5-650a36d5b973, #wrap-s-26557eb1-b498-4617-bcb5-650a36d5b973 { display: none !important; }}
#s-e4168877-ebff-4fd4-8c72-cce382daba46 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e4168877-ebff-4fd4-8c72-cce382daba46 {
  display: none;
}
#s-e4168877-ebff-4fd4-8c72-cce382daba46, #wrap-s-e4168877-ebff-4fd4-8c72-cce382daba46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4168877-ebff-4fd4-8c72-cce382daba46 {
  display: none;
}
#s-e4168877-ebff-4fd4-8c72-cce382daba46, #wrap-s-e4168877-ebff-4fd4-8c72-cce382daba46 { display: none !important; }}







#s-e4168877-ebff-4fd4-8c72-cce382daba46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4168877-ebff-4fd4-8c72-cce382daba46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc920320-4199-4742-b067-a200db2bfca8 {
  text-align: center;
}
@media (min-width: 1200px){#s-bc920320-4199-4742-b067-a200db2bfca8 {
  display: none;
}
#s-bc920320-4199-4742-b067-a200db2bfca8, #wrap-s-bc920320-4199-4742-b067-a200db2bfca8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc920320-4199-4742-b067-a200db2bfca8 {
  display: none;
}
#s-bc920320-4199-4742-b067-a200db2bfca8, #wrap-s-bc920320-4199-4742-b067-a200db2bfca8 { display: none !important; }}






  #s-bc920320-4199-4742-b067-a200db2bfca8 img.shogun-image {
    

    
    
    
  }


#s-bc920320-4199-4742-b067-a200db2bfca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9361e70-1d75-4557-bf1c-3cfe2ae89785 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-c9361e70-1d75-4557-bf1c-3cfe2ae89785 {
  display: none;
}
#s-c9361e70-1d75-4557-bf1c-3cfe2ae89785, #wrap-s-c9361e70-1d75-4557-bf1c-3cfe2ae89785 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9361e70-1d75-4557-bf1c-3cfe2ae89785 {
  display: none;
}
#s-c9361e70-1d75-4557-bf1c-3cfe2ae89785, #wrap-s-c9361e70-1d75-4557-bf1c-3cfe2ae89785 { display: none !important; }}
#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c {
  display: none;
}
#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c, #wrap-s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c {
  display: none;
}
#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c, #wrap-s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c {
  
}
}@media (max-width: 767px){#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c {
  
}
}







#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795338a2-f55c-49a5-89c1-83cf3c6b5b9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e02e4522-8ce3-4e2c-a826-08701d75db61 {
  text-align: center;
}
@media (min-width: 1200px){#s-e02e4522-8ce3-4e2c-a826-08701d75db61 {
  display: none;
}
#s-e02e4522-8ce3-4e2c-a826-08701d75db61, #wrap-s-e02e4522-8ce3-4e2c-a826-08701d75db61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e02e4522-8ce3-4e2c-a826-08701d75db61 {
  display: none;
}
#s-e02e4522-8ce3-4e2c-a826-08701d75db61, #wrap-s-e02e4522-8ce3-4e2c-a826-08701d75db61 { display: none !important; }}






  #s-e02e4522-8ce3-4e2c-a826-08701d75db61 img.shogun-image {
    

    
    
    
  }


#s-e02e4522-8ce3-4e2c-a826-08701d75db61 .shogun-image-content {
  
    align-items: center;
  
}

#s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc {
  display: none;
}
#s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc, #wrap-s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc {
  display: none;
}
#s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc, #wrap-s-126a00e7-c6cc-4d20-a3ed-c4d508deeffc { display: none !important; }}
#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 {
  display: none;
}
#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049, #wrap-s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 {
  display: none;
}
#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049, #wrap-s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 {
  
}
}@media (max-width: 767px){#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 {
  
}
}







#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-711338f3-9bfb-4d12-9497-1d2d6d6f1049.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 {
  text-align: center;
}
@media (min-width: 1200px){#s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 {
  display: none;
}
#s-33136cc6-3e94-4a61-bbc8-7e82e10b0953, #wrap-s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 {
  display: none;
}
#s-33136cc6-3e94-4a61-bbc8-7e82e10b0953, #wrap-s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 { display: none !important; }}






  #s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 img.shogun-image {
    

    
    
    
  }


#s-33136cc6-3e94-4a61-bbc8-7e82e10b0953 .shogun-image-content {
  
    align-items: center;
  
}

#s-08dbd502-4866-4d4a-94c5-63e15bc2e355 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-08dbd502-4866-4d4a-94c5-63e15bc2e355 {
  display: none;
}
#s-08dbd502-4866-4d4a-94c5-63e15bc2e355, #wrap-s-08dbd502-4866-4d4a-94c5-63e15bc2e355 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08dbd502-4866-4d4a-94c5-63e15bc2e355 {
  display: none;
}
#s-08dbd502-4866-4d4a-94c5-63e15bc2e355, #wrap-s-08dbd502-4866-4d4a-94c5-63e15bc2e355 { display: none !important; }}
#s-35613137-1c1c-456e-9b5f-52e30b06cadf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-35613137-1c1c-456e-9b5f-52e30b06cadf {
  display: none;
}
#s-35613137-1c1c-456e-9b5f-52e30b06cadf, #wrap-s-35613137-1c1c-456e-9b5f-52e30b06cadf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35613137-1c1c-456e-9b5f-52e30b06cadf {
  display: none;
}
#s-35613137-1c1c-456e-9b5f-52e30b06cadf, #wrap-s-35613137-1c1c-456e-9b5f-52e30b06cadf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35613137-1c1c-456e-9b5f-52e30b06cadf {
  
}
}@media (max-width: 767px){#s-35613137-1c1c-456e-9b5f-52e30b06cadf {
  
}
}







#s-35613137-1c1c-456e-9b5f-52e30b06cadf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35613137-1c1c-456e-9b5f-52e30b06cadf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1210f19b-5540-414d-b752-312b3a3a54e8 {
  text-align: center;
}
@media (min-width: 1200px){#s-1210f19b-5540-414d-b752-312b3a3a54e8 {
  display: none;
}
#s-1210f19b-5540-414d-b752-312b3a3a54e8, #wrap-s-1210f19b-5540-414d-b752-312b3a3a54e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1210f19b-5540-414d-b752-312b3a3a54e8 {
  display: none;
}
#s-1210f19b-5540-414d-b752-312b3a3a54e8, #wrap-s-1210f19b-5540-414d-b752-312b3a3a54e8 { display: none !important; }}






  #s-1210f19b-5540-414d-b752-312b3a3a54e8 img.shogun-image {
    

    
    
    
  }


#s-1210f19b-5540-414d-b752-312b3a3a54e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e510309-30c1-4bf5-b00f-55706b3eb993 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-0e510309-30c1-4bf5-b00f-55706b3eb993 {
  display: none;
}
#s-0e510309-30c1-4bf5-b00f-55706b3eb993, #wrap-s-0e510309-30c1-4bf5-b00f-55706b3eb993 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e510309-30c1-4bf5-b00f-55706b3eb993 {
  display: none;
}
#s-0e510309-30c1-4bf5-b00f-55706b3eb993, #wrap-s-0e510309-30c1-4bf5-b00f-55706b3eb993 { display: none !important; }}
#s-86422a62-9f11-49ce-9d0b-81d11337d937 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-86422a62-9f11-49ce-9d0b-81d11337d937 {
  display: none;
}
#s-86422a62-9f11-49ce-9d0b-81d11337d937, #wrap-s-86422a62-9f11-49ce-9d0b-81d11337d937 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86422a62-9f11-49ce-9d0b-81d11337d937 {
  display: none;
}
#s-86422a62-9f11-49ce-9d0b-81d11337d937, #wrap-s-86422a62-9f11-49ce-9d0b-81d11337d937 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86422a62-9f11-49ce-9d0b-81d11337d937 {
  
}
}@media (max-width: 767px){#s-86422a62-9f11-49ce-9d0b-81d11337d937 {
  
}
}







#s-86422a62-9f11-49ce-9d0b-81d11337d937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86422a62-9f11-49ce-9d0b-81d11337d937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 {
  text-align: center;
}
@media (min-width: 1200px){#s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 {
  display: none;
}
#s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6, #wrap-s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 {
  display: none;
}
#s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6, #wrap-s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 { display: none !important; }}






  #s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 img.shogun-image {
    

    
    
    
  }


#s-70b59186-bdec-4808-92f5-1c2a0fbc7fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd618dc0-f043-49f8-a788-baea1bbb22cb {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-fd618dc0-f043-49f8-a788-baea1bbb22cb {
  display: none;
}
#s-fd618dc0-f043-49f8-a788-baea1bbb22cb, #wrap-s-fd618dc0-f043-49f8-a788-baea1bbb22cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd618dc0-f043-49f8-a788-baea1bbb22cb {
  display: none;
}
#s-fd618dc0-f043-49f8-a788-baea1bbb22cb, #wrap-s-fd618dc0-f043-49f8-a788-baea1bbb22cb { display: none !important; }}
#s-097f784e-fe5a-4098-8f18-223e630b7842 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-097f784e-fe5a-4098-8f18-223e630b7842 {
  display: none;
}
#s-097f784e-fe5a-4098-8f18-223e630b7842, #wrap-s-097f784e-fe5a-4098-8f18-223e630b7842 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-097f784e-fe5a-4098-8f18-223e630b7842 {
  display: none;
}
#s-097f784e-fe5a-4098-8f18-223e630b7842, #wrap-s-097f784e-fe5a-4098-8f18-223e630b7842 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-097f784e-fe5a-4098-8f18-223e630b7842 {
  
}
}@media (max-width: 767px){#s-097f784e-fe5a-4098-8f18-223e630b7842 {
  
}
}







#s-097f784e-fe5a-4098-8f18-223e630b7842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097f784e-fe5a-4098-8f18-223e630b7842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a {
  text-align: center;
}
@media (min-width: 1200px){#s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a {
  display: none;
}
#s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a, #wrap-s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a {
  display: none;
}
#s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a, #wrap-s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a { display: none !important; }}






  #s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a img.shogun-image {
    

    
    
    
  }


#s-51a46eed-374e-4f9d-a9ca-5c4ff98adb7a .shogun-image-content {
  
    align-items: center;
  
}

#s-08cd3e5a-c64e-4f0e-9897-9e4340321cca {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-08cd3e5a-c64e-4f0e-9897-9e4340321cca {
  display: none;
}
#s-08cd3e5a-c64e-4f0e-9897-9e4340321cca, #wrap-s-08cd3e5a-c64e-4f0e-9897-9e4340321cca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08cd3e5a-c64e-4f0e-9897-9e4340321cca {
  display: none;
}
#s-08cd3e5a-c64e-4f0e-9897-9e4340321cca, #wrap-s-08cd3e5a-c64e-4f0e-9897-9e4340321cca { display: none !important; }}
#s-1e88db0f-8b44-45f3-a202-75ca2cfa940e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1e88db0f-8b44-45f3-a202-75ca2cfa940e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e88db0f-8b44-45f3-a202-75ca2cfa940e {
  
}
}@media (max-width: 767px){#s-1e88db0f-8b44-45f3-a202-75ca2cfa940e {
  
}
}







#s-1e88db0f-8b44-45f3-a202-75ca2cfa940e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e88db0f-8b44-45f3-a202-75ca2cfa940e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96a9e82d-0a81-40e5-9a17-76c73c2ba1d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1d779e82-d389-4cb1-9d91-56f99d7159b3 {
  text-align: center;
}







  #s-1d779e82-d389-4cb1-9d91-56f99d7159b3 img.shogun-image {
    

    
    
    
  }


#s-1d779e82-d389-4cb1-9d91-56f99d7159b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5058c6fb-8236-4697-a289-38cdd9423c08 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5058c6fb-8236-4697-a289-38cdd9423c08 {
  display: none;
}
#s-5058c6fb-8236-4697-a289-38cdd9423c08, #wrap-s-5058c6fb-8236-4697-a289-38cdd9423c08 { display: none !important; }}@media (max-width: 767px){#s-5058c6fb-8236-4697-a289-38cdd9423c08 {
  display: none;
}
#s-5058c6fb-8236-4697-a289-38cdd9423c08, #wrap-s-5058c6fb-8236-4697-a289-38cdd9423c08 { display: none !important; }}
#s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233 {
  display: none;
}
#s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233, #wrap-s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233 {
  display: none;
}
#s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233, #wrap-s-60bedadc-cc0a-4f18-9eb7-f9d3a7054233 { display: none !important; }}
#s-525003ac-3660-4d28-8723-5be298b24ed5 {
  min-height: 50px;
}








#s-525003ac-3660-4d28-8723-5be298b24ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-525003ac-3660-4d28-8723-5be298b24ed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6380f89d-8b07-449b-8476-54657e3a0518 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6380f89d-8b07-449b-8476-54657e3a0518 {
  display: none;
}
#s-6380f89d-8b07-449b-8476-54657e3a0518, #wrap-s-6380f89d-8b07-449b-8476-54657e3a0518 { display: none !important; }}@media (max-width: 767px){#s-6380f89d-8b07-449b-8476-54657e3a0518 {
  display: none;
}
#s-6380f89d-8b07-449b-8476-54657e3a0518, #wrap-s-6380f89d-8b07-449b-8476-54657e3a0518 { display: none !important; }}






  #s-6380f89d-8b07-449b-8476-54657e3a0518 img.shogun-image {
    

    
    
    
  }


#s-6380f89d-8b07-449b-8476-54657e3a0518 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbab0c19-335a-428e-b6b4-26cfe8199e08 {
  margin-top: 7px;
margin-left: 10%;
margin-bottom: 7px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbab0c19-335a-428e-b6b4-26cfe8199e08 {
  display: none;
}
#s-cbab0c19-335a-428e-b6b4-26cfe8199e08, #wrap-s-cbab0c19-335a-428e-b6b4-26cfe8199e08 { display: none !important; }}@media (max-width: 767px){#s-cbab0c19-335a-428e-b6b4-26cfe8199e08 {
  display: none;
}
#s-cbab0c19-335a-428e-b6b4-26cfe8199e08, #wrap-s-cbab0c19-335a-428e-b6b4-26cfe8199e08 { display: none !important; }}
#s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 {
  text-align: center;
}
@media (min-width: 1200px){#s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 {
  display: none;
}
#s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856, #wrap-s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 {
  display: none;
}
#s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856, #wrap-s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 { display: none !important; }}






  #s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 img.shogun-image {
    

    
    
    
  }


#s-b3d44616-1fc9-49f8-ae4b-0f5d538f4856 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3 {
  display: none;
}
#s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3, #wrap-s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3 {
  display: none;
}
#s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3, #wrap-s-bb3f7a0b-4b4f-4f8e-afd1-ca10ed3b1fc3 { display: none !important; }}
#s-0a951594-649b-4270-aed7-da8898d145cf {
  min-height: 50px;
}








#s-0a951594-649b-4270-aed7-da8898d145cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a951594-649b-4270-aed7-da8898d145cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b28e1106-05e4-492d-84ba-31742137413b {
  margin-left: 12%;
margin-right: 12%;
text-align: center;
}
@media (min-width: 1200px){#s-b28e1106-05e4-492d-84ba-31742137413b {
  display: none;
}
#s-b28e1106-05e4-492d-84ba-31742137413b, #wrap-s-b28e1106-05e4-492d-84ba-31742137413b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b28e1106-05e4-492d-84ba-31742137413b {
  display: none;
}
#s-b28e1106-05e4-492d-84ba-31742137413b, #wrap-s-b28e1106-05e4-492d-84ba-31742137413b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b28e1106-05e4-492d-84ba-31742137413b {
  
}
}






  #s-b28e1106-05e4-492d-84ba-31742137413b img.shogun-image {
    

    
    
    
  }


#s-b28e1106-05e4-492d-84ba-31742137413b .shogun-image-content {
  
    align-items: center;
  
}

#s-e7db99a7-e9cf-4ede-ad53-a28df58879e8 {
  margin-top: 7px;
margin-left: 12%;
margin-bottom: 7px;
margin-right: 12%;
}
@media (min-width: 1200px){#s-e7db99a7-e9cf-4ede-ad53-a28df58879e8 {
  display: none;
}
#s-e7db99a7-e9cf-4ede-ad53-a28df58879e8, #wrap-s-e7db99a7-e9cf-4ede-ad53-a28df58879e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7db99a7-e9cf-4ede-ad53-a28df58879e8 {
  display: none;
}
#s-e7db99a7-e9cf-4ede-ad53-a28df58879e8, #wrap-s-e7db99a7-e9cf-4ede-ad53-a28df58879e8 { display: none !important; }}
#s-75ca3120-90d7-4818-b369-732eb643e551 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-75ca3120-90d7-4818-b369-732eb643e551 {
  display: none;
}
#s-75ca3120-90d7-4818-b369-732eb643e551, #wrap-s-75ca3120-90d7-4818-b369-732eb643e551 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75ca3120-90d7-4818-b369-732eb643e551 {
  display: none;
}
#s-75ca3120-90d7-4818-b369-732eb643e551, #wrap-s-75ca3120-90d7-4818-b369-732eb643e551 { display: none !important; }}







#s-75ca3120-90d7-4818-b369-732eb643e551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75ca3120-90d7-4818-b369-732eb643e551.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12e42a52-a9fe-492a-9bc3-e01529c219dc {
  margin-left: 12%;
margin-right: 12%;
text-align: center;
}
@media (min-width: 1200px){#s-12e42a52-a9fe-492a-9bc3-e01529c219dc {
  display: none;
}
#s-12e42a52-a9fe-492a-9bc3-e01529c219dc, #wrap-s-12e42a52-a9fe-492a-9bc3-e01529c219dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12e42a52-a9fe-492a-9bc3-e01529c219dc {
  display: none;
}
#s-12e42a52-a9fe-492a-9bc3-e01529c219dc, #wrap-s-12e42a52-a9fe-492a-9bc3-e01529c219dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12e42a52-a9fe-492a-9bc3-e01529c219dc {
  
}
}






  #s-12e42a52-a9fe-492a-9bc3-e01529c219dc img.shogun-image {
    

    
    
    
  }


#s-12e42a52-a9fe-492a-9bc3-e01529c219dc .shogun-image-content {
  
    align-items: center;
  
}

#s-e5767706-54c1-40d9-a91a-9e0dc31ddc94 {
  margin-top: 7px;
margin-left: 12%;
margin-bottom: 7px;
margin-right: 12%;
}
@media (min-width: 1200px){#s-e5767706-54c1-40d9-a91a-9e0dc31ddc94 {
  display: none;
}
#s-e5767706-54c1-40d9-a91a-9e0dc31ddc94, #wrap-s-e5767706-54c1-40d9-a91a-9e0dc31ddc94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5767706-54c1-40d9-a91a-9e0dc31ddc94 {
  display: none;
}
#s-e5767706-54c1-40d9-a91a-9e0dc31ddc94, #wrap-s-e5767706-54c1-40d9-a91a-9e0dc31ddc94 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-679bcb7b-dce1-45c1-a072-2002dd53e497 {
  display: none;
}
#s-679bcb7b-dce1-45c1-a072-2002dd53e497, #wrap-s-679bcb7b-dce1-45c1-a072-2002dd53e497 { display: none !important; }}@media (max-width: 767px){#s-679bcb7b-dce1-45c1-a072-2002dd53e497 {
  display: none;
}
#s-679bcb7b-dce1-45c1-a072-2002dd53e497, #wrap-s-679bcb7b-dce1-45c1-a072-2002dd53e497 { display: none !important; }}
@media (min-width: 0px) {
[id="s-679bcb7b-dce1-45c1-a072-2002dd53e497"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-679bcb7b-dce1-45c1-a072-2002dd53e497"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-679bcb7b-dce1-45c1-a072-2002dd53e497"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-679bcb7b-dce1-45c1-a072-2002dd53e497"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-36e13f03-7665-4eff-bc55-5c0e4ccf057b {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-36e13f03-7665-4eff-bc55-5c0e4ccf057b {
  display: none;
}
#s-36e13f03-7665-4eff-bc55-5c0e4ccf057b, #wrap-s-36e13f03-7665-4eff-bc55-5c0e4ccf057b { display: none !important; }}@media (max-width: 767px){#s-36e13f03-7665-4eff-bc55-5c0e4ccf057b {
  display: none;
}
#s-36e13f03-7665-4eff-bc55-5c0e4ccf057b, #wrap-s-36e13f03-7665-4eff-bc55-5c0e4ccf057b { display: none !important; }}






  #s-36e13f03-7665-4eff-bc55-5c0e4ccf057b img.shogun-image {
    

    
    
    
  }


#s-36e13f03-7665-4eff-bc55-5c0e4ccf057b .shogun-image-content {
  
    align-items: center;
  
}

#s-e6b7c772-a373-48ff-8665-beffca548ab6 {
  margin-top: 7px;
margin-left: 20%;
margin-bottom: 7px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6b7c772-a373-48ff-8665-beffca548ab6 {
  display: none;
}
#s-e6b7c772-a373-48ff-8665-beffca548ab6, #wrap-s-e6b7c772-a373-48ff-8665-beffca548ab6 { display: none !important; }}@media (max-width: 767px){#s-e6b7c772-a373-48ff-8665-beffca548ab6 {
  display: none;
}
#s-e6b7c772-a373-48ff-8665-beffca548ab6, #wrap-s-e6b7c772-a373-48ff-8665-beffca548ab6 { display: none !important; }}
#s-c7511643-133e-49f3-ae98-1a46a90ee6d0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7511643-133e-49f3-ae98-1a46a90ee6d0 {
  display: none;
}
#s-c7511643-133e-49f3-ae98-1a46a90ee6d0, #wrap-s-c7511643-133e-49f3-ae98-1a46a90ee6d0 { display: none !important; }}@media (max-width: 767px){#s-c7511643-133e-49f3-ae98-1a46a90ee6d0 {
  display: none;
}
#s-c7511643-133e-49f3-ae98-1a46a90ee6d0, #wrap-s-c7511643-133e-49f3-ae98-1a46a90ee6d0 { display: none !important; }}






  #s-c7511643-133e-49f3-ae98-1a46a90ee6d0 img.shogun-image {
    

    
    
    
  }


#s-c7511643-133e-49f3-ae98-1a46a90ee6d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-32cb3b45-5dd5-4c82-9876-94a353ac604b {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-32cb3b45-5dd5-4c82-9876-94a353ac604b {
  display: none;
}
#s-32cb3b45-5dd5-4c82-9876-94a353ac604b, #wrap-s-32cb3b45-5dd5-4c82-9876-94a353ac604b { display: none !important; }}@media (max-width: 767px){#s-32cb3b45-5dd5-4c82-9876-94a353ac604b {
  display: none;
}
#s-32cb3b45-5dd5-4c82-9876-94a353ac604b, #wrap-s-32cb3b45-5dd5-4c82-9876-94a353ac604b { display: none !important; }}
#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f {
  display: none;
}
#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f, #wrap-s-358b53d6-2f3d-402a-886a-eb73ef5fb05f { display: none !important; }}@media (max-width: 767px){#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f {
  display: none;
}
#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f, #wrap-s-358b53d6-2f3d-402a-886a-eb73ef5fb05f { display: none !important; }}






  #s-358b53d6-2f3d-402a-886a-eb73ef5fb05f img.shogun-image {
    

    
    
    
  }


#s-358b53d6-2f3d-402a-886a-eb73ef5fb05f .shogun-image-content {
  
    align-items: center;
  
}

#s-e592ccd4-b48b-4eb0-84b2-9065490c76a5 {
  margin-top: 7px;
margin-left: 20%;
margin-bottom: 7px;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e592ccd4-b48b-4eb0-84b2-9065490c76a5 {
  display: none;
}
#s-e592ccd4-b48b-4eb0-84b2-9065490c76a5, #wrap-s-e592ccd4-b48b-4eb0-84b2-9065490c76a5 { display: none !important; }}@media (max-width: 767px){#s-e592ccd4-b48b-4eb0-84b2-9065490c76a5 {
  display: none;
}
#s-e592ccd4-b48b-4eb0-84b2-9065490c76a5, #wrap-s-e592ccd4-b48b-4eb0-84b2-9065490c76a5 { display: none !important; }}
#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04 {
  display: none;
}
#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04, #wrap-s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04 {
  display: none;
}
#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04, #wrap-s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04 { display: none !important; }}







#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc9831b4-d59e-42f9-a53c-0ee9e7714c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e4d4d9e-6d0d-42ed-898d-49955977085b {
  margin-left: 12%;
margin-right: 12%;
text-align: center;
}
@media (min-width: 1200px){#s-2e4d4d9e-6d0d-42ed-898d-49955977085b {
  display: none;
}
#s-2e4d4d9e-6d0d-42ed-898d-49955977085b, #wrap-s-2e4d4d9e-6d0d-42ed-898d-49955977085b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e4d4d9e-6d0d-42ed-898d-49955977085b {
  display: none;
}
#s-2e4d4d9e-6d0d-42ed-898d-49955977085b, #wrap-s-2e4d4d9e-6d0d-42ed-898d-49955977085b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e4d4d9e-6d0d-42ed-898d-49955977085b {
  
}
}






  #s-2e4d4d9e-6d0d-42ed-898d-49955977085b img.shogun-image {
    

    
    
    
  }


#s-2e4d4d9e-6d0d-42ed-898d-49955977085b .shogun-image-content {
  
    align-items: center;
  
}

#s-7adcbb6d-0773-40dd-83c9-a56a06715195 {
  margin-top: 7px;
margin-left: 12%;
margin-bottom: 7px;
margin-right: 12%;
}
@media (min-width: 1200px){#s-7adcbb6d-0773-40dd-83c9-a56a06715195 {
  display: none;
}
#s-7adcbb6d-0773-40dd-83c9-a56a06715195, #wrap-s-7adcbb6d-0773-40dd-83c9-a56a06715195 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7adcbb6d-0773-40dd-83c9-a56a06715195 {
  display: none;
}
#s-7adcbb6d-0773-40dd-83c9-a56a06715195, #wrap-s-7adcbb6d-0773-40dd-83c9-a56a06715195 { display: none !important; }}
#s-2962f413-d157-4cce-9fa0-3398648498c6 {
  min-height: 50px;
}








#s-2962f413-d157-4cce-9fa0-3398648498c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2962f413-d157-4cce-9fa0-3398648498c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ea86fc-07f0-45f4-bbe8-c246ef0df64f {
  margin-left: 14%;
margin-right: 14%;
text-align: center;
}







  #s-b1ea86fc-07f0-45f4-bbe8-c246ef0df64f img.shogun-image {
    

    
    
    
  }


#s-b1ea86fc-07f0-45f4-bbe8-c246ef0df64f .shogun-image-content {
  
    align-items: center;
  
}

#s-c63c6e16-c429-4620-9a19-d5fc2a647ba7 {
  margin-top: 7px;
margin-left: 14%;
margin-bottom: 7px;
margin-right: 14%;
}

#s-90382f09-c3eb-47c3-9a19-1c5c241c7b9e {
  min-height: 50px;
}








#s-90382f09-c3eb-47c3-9a19-1c5c241c7b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90382f09-c3eb-47c3-9a19-1c5c241c7b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdc395ed-91c3-44bb-97fa-663f5425bb7d {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdc395ed-91c3-44bb-97fa-663f5425bb7d {
  display: none;
}
#s-cdc395ed-91c3-44bb-97fa-663f5425bb7d, #wrap-s-cdc395ed-91c3-44bb-97fa-663f5425bb7d { display: none !important; }}@media (max-width: 767px){#s-cdc395ed-91c3-44bb-97fa-663f5425bb7d {
  display: none;
}
#s-cdc395ed-91c3-44bb-97fa-663f5425bb7d, #wrap-s-cdc395ed-91c3-44bb-97fa-663f5425bb7d { display: none !important; }}
@media (min-width: 0px) {
[id="s-cdc395ed-91c3-44bb-97fa-663f5425bb7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdc395ed-91c3-44bb-97fa-663f5425bb7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cdc395ed-91c3-44bb-97fa-663f5425bb7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdc395ed-91c3-44bb-97fa-663f5425bb7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-858d7a6a-0a76-4bc5-aa2b-97059bf40ae1 {
  margin-top: 150px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
text-align: center;
}







  #s-858d7a6a-0a76-4bc5-aa2b-97059bf40ae1 img.shogun-image {
    

    
    
    
  }


#s-858d7a6a-0a76-4bc5-aa2b-97059bf40ae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-be76840d-6971-4c59-970b-35d6f06ec3aa {
  margin-top: 7px;
margin-left: 9%;
margin-bottom: 7px;
margin-right: 9%;
}

#s-56c87a31-abad-48be-86be-027d62c8fb21 {
  text-align: center;
}







  #s-56c87a31-abad-48be-86be-027d62c8fb21 img.shogun-image {
    

    
    
    
  }


#s-56c87a31-abad-48be-86be-027d62c8fb21 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5117ad3-323e-42c8-b41a-369adef2a031 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}

#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 {
  margin-left: 12%;
margin-right: 12%;
text-align: center;
}
@media (min-width: 1200px){#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 {
  display: none;
}
#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6, #wrap-s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 {
  display: none;
}
#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6, #wrap-s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 {
  
}
}






  #s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 img.shogun-image {
    

    
    
    
  }


#s-c241dd0f-a7b8-4374-a64d-44e64cf13de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4339b4d8-e113-4f2a-b745-c34e1e006773 {
  margin-top: 7px;
margin-left: 12%;
margin-bottom: 7px;
margin-right: 12%;
}
@media (min-width: 1200px){#s-4339b4d8-e113-4f2a-b745-c34e1e006773 {
  display: none;
}
#s-4339b4d8-e113-4f2a-b745-c34e1e006773, #wrap-s-4339b4d8-e113-4f2a-b745-c34e1e006773 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4339b4d8-e113-4f2a-b745-c34e1e006773 {
  display: none;
}
#s-4339b4d8-e113-4f2a-b745-c34e1e006773, #wrap-s-4339b4d8-e113-4f2a-b745-c34e1e006773 { display: none !important; }}
#s-fba7f2f0-962d-45cd-9ff0-21677850d24b {
  text-align: center;
}
@media (min-width: 1200px){#s-fba7f2f0-962d-45cd-9ff0-21677850d24b {
  display: none;
}
#s-fba7f2f0-962d-45cd-9ff0-21677850d24b, #wrap-s-fba7f2f0-962d-45cd-9ff0-21677850d24b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fba7f2f0-962d-45cd-9ff0-21677850d24b {
  display: none;
}
#s-fba7f2f0-962d-45cd-9ff0-21677850d24b, #wrap-s-fba7f2f0-962d-45cd-9ff0-21677850d24b { display: none !important; }}






  #s-fba7f2f0-962d-45cd-9ff0-21677850d24b img.shogun-image {
    

    
    
    
  }


#s-fba7f2f0-962d-45cd-9ff0-21677850d24b .shogun-image-content {
  
    align-items: center;
  
}

#s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4 {
  display: none;
}
#s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4, #wrap-s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4 {
  display: none;
}
#s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4, #wrap-s-e47bb682-c235-4c27-8db0-b6a07fa2c2f4 { display: none !important; }}
#s-17825c81-8811-445f-bfc9-4def00c8811f {
  min-height: 50px;
}








#s-17825c81-8811-445f-bfc9-4def00c8811f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17825c81-8811-445f-bfc9-4def00c8811f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cff57680-5a77-4b6b-a4dd-68a1c490ccd6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-cff57680-5a77-4b6b-a4dd-68a1c490ccd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cff57680-5a77-4b6b-a4dd-68a1c490ccd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cff57680-5a77-4b6b-a4dd-68a1c490ccd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-726f535c-fbac-4d1e-986b-2e1bfd854a6c {
  padding-left: 18%;
padding-right: 0%;
text-align: center;
}







  #s-726f535c-fbac-4d1e-986b-2e1bfd854a6c img.shogun-image {
    

    
    
    
  }


#s-726f535c-fbac-4d1e-986b-2e1bfd854a6c .shogun-image-content {
  
    align-items: center;
  
}

#s-5181d4d5-5f2d-4439-bc3f-2fcb7d1b4dcd {
  padding-left: 0%;
padding-right: 18%;
text-align: center;
}







  #s-5181d4d5-5f2d-4439-bc3f-2fcb7d1b4dcd img.shogun-image {
    

    
    
    
  }


#s-5181d4d5-5f2d-4439-bc3f-2fcb7d1b4dcd .shogun-image-content {
  
    align-items: center;
  
}

#s-74e107e0-8f67-44a1-bdba-869206deb65b {
  margin-top: 7px;
margin-left: 9%;
margin-bottom: 7px;
margin-right: 9%;
}

#s-4a2158e9-90a4-4cc4-a8f6-4fcc7f620619 {
  min-height: 50px;
}








#s-4a2158e9-90a4-4cc4-a8f6-4fcc7f620619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a2158e9-90a4-4cc4-a8f6-4fcc7f620619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a52bb7cf-0cfa-4fe3-b8b3-0b2302e97586"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b2863fd2-6f7b-4a37-85bf-930597207c56 {
  text-align: center;
}







  #s-b2863fd2-6f7b-4a37-85bf-930597207c56 img.shogun-image {
    

    
    
    
  }


#s-b2863fd2-6f7b-4a37-85bf-930597207c56 .shogun-image-content {
  
    align-items: center;
  
}

#s-899fe2e5-1465-49d7-8149-6fcebed8c73e {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}

#s-1e914a1c-2178-44a3-8ff4-beb0c7776e59 {
  margin-top: 80px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  #s-1e914a1c-2178-44a3-8ff4-beb0c7776e59 img.shogun-image {
    

    
    
    
  }


#s-1e914a1c-2178-44a3-8ff4-beb0c7776e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-28f9df70-ad6e-4ef2-acbd-3985eb225b81 {
  margin-top: 7px;
margin-left: 5%;
margin-bottom: 7px;
margin-right: 5%;
}

#s-a3971882-9efc-4af9-bb56-296cceb24464 {
  min-height: 50px;
}








#s-a3971882-9efc-4af9-bb56-296cceb24464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3971882-9efc-4af9-bb56-296cceb24464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 {
  display: none;
}
#s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0, #wrap-s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 { display: none !important; }}@media (max-width: 767px){#s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 {
  display: none;
}
#s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0, #wrap-s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 { display: none !important; }}






  #s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 img.shogun-image {
    

    
    
    
  }


#s-2ed77a24-4086-4ea5-b4b0-b97d471ad0a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9ed13e6-7536-4970-a15a-662bb867eee3 {
  text-align: center;
}
@media (min-width: 1200px){#s-b9ed13e6-7536-4970-a15a-662bb867eee3 {
  display: none;
}
#s-b9ed13e6-7536-4970-a15a-662bb867eee3, #wrap-s-b9ed13e6-7536-4970-a15a-662bb867eee3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9ed13e6-7536-4970-a15a-662bb867eee3 {
  display: none;
}
#s-b9ed13e6-7536-4970-a15a-662bb867eee3, #wrap-s-b9ed13e6-7536-4970-a15a-662bb867eee3 { display: none !important; }}






  #s-b9ed13e6-7536-4970-a15a-662bb867eee3 img.shogun-image {
    

    
    
    
  }


#s-b9ed13e6-7536-4970-a15a-662bb867eee3 .shogun-image-content {
  
    align-items: center;
  
}

#s-529330ba-0616-4065-9b07-ea91978057b7 {
  margin-top: 7px;
margin-left: 4%;
margin-bottom: 7px;
margin-right: 4%;
}

#s-d84cec31-9db6-42b5-a8d1-a3097c157469 {
  min-height: 50px;
}








#s-d84cec31-9db6-42b5-a8d1-a3097c157469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84cec31-9db6-42b5-a8d1-a3097c157469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9fd7e92-37bb-4556-acba-3424ab909ebf {
  margin-left: 19%;
margin-right: 19%;
text-align: center;
}
@media (min-width: 1200px){#s-b9fd7e92-37bb-4556-acba-3424ab909ebf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9fd7e92-37bb-4556-acba-3424ab909ebf {
  display: none;
}
#s-b9fd7e92-37bb-4556-acba-3424ab909ebf, #wrap-s-b9fd7e92-37bb-4556-acba-3424ab909ebf { display: none !important; }}@media (max-width: 767px){#s-b9fd7e92-37bb-4556-acba-3424ab909ebf {
  display: none;
}
#s-b9fd7e92-37bb-4556-acba-3424ab909ebf, #wrap-s-b9fd7e92-37bb-4556-acba-3424ab909ebf { display: none !important; }}






  #s-b9fd7e92-37bb-4556-acba-3424ab909ebf img.shogun-image {
    

    
    
    
  }


#s-b9fd7e92-37bb-4556-acba-3424ab909ebf .shogun-image-content {
  
    align-items: center;
  
}

#s-6d734b27-1cc9-411e-bae4-0504d50ecf79 {
  text-align: center;
}
@media (min-width: 1200px){#s-6d734b27-1cc9-411e-bae4-0504d50ecf79 {
  display: none;
}
#s-6d734b27-1cc9-411e-bae4-0504d50ecf79, #wrap-s-6d734b27-1cc9-411e-bae4-0504d50ecf79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d734b27-1cc9-411e-bae4-0504d50ecf79 {
  display: none;
}
#s-6d734b27-1cc9-411e-bae4-0504d50ecf79, #wrap-s-6d734b27-1cc9-411e-bae4-0504d50ecf79 { display: none !important; }}






  #s-6d734b27-1cc9-411e-bae4-0504d50ecf79 img.shogun-image {
    

    
    
    
  }


#s-6d734b27-1cc9-411e-bae4-0504d50ecf79 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5118d4d-ca74-4aaf-9811-f5451d507e76 {
  margin-top: 7px;
margin-left: 19%;
margin-bottom: 7px;
margin-right: 19%;
}

#s-ad321f7d-0304-44e2-828e-0f7736eec8b3 {
  min-height: 50px;
}








#s-ad321f7d-0304-44e2-828e-0f7736eec8b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad321f7d-0304-44e2-828e-0f7736eec8b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60491a8e-bfca-4d58-b42c-f72a972fff51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ac07d2cf-c878-4356-9bb2-294b01c41956 {
  margin-top: 64px;
margin-left: 9%;
margin-bottom: 0px;
margin-right: 9%;
text-align: center;
}







  #s-ac07d2cf-c878-4356-9bb2-294b01c41956 img.shogun-image {
    

    
    
    
  }


#s-ac07d2cf-c878-4356-9bb2-294b01c41956 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea45b31c-6128-4c69-861d-ffaa8c1c15d4 {
  margin-top: 7px;
margin-left: 9%;
margin-bottom: 7px;
margin-right: 9%;
}

#s-129cdf89-631a-4c86-93bf-ff3dc2030b15 {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-129cdf89-631a-4c86-93bf-ff3dc2030b15 {
  display: none;
}
#s-129cdf89-631a-4c86-93bf-ff3dc2030b15, #wrap-s-129cdf89-631a-4c86-93bf-ff3dc2030b15 { display: none !important; }}@media (max-width: 767px){#s-129cdf89-631a-4c86-93bf-ff3dc2030b15 {
  display: none;
}
#s-129cdf89-631a-4c86-93bf-ff3dc2030b15, #wrap-s-129cdf89-631a-4c86-93bf-ff3dc2030b15 { display: none !important; }}






  #s-129cdf89-631a-4c86-93bf-ff3dc2030b15 img.shogun-image {
    

    
    
    
  }


#s-129cdf89-631a-4c86-93bf-ff3dc2030b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6 {
  margin-top: 7px;
margin-left: 7%;
margin-bottom: 7px;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6 {
  display: none;
}
#s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6, #wrap-s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6 { display: none !important; }}@media (max-width: 767px){#s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6 {
  display: none;
}
#s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6, #wrap-s-d26a1a91-a565-4cae-bbb9-85dedd8a38c6 { display: none !important; }}
#s-dd064e65-10be-4d93-a037-e8e2c533ca58 {
  text-align: center;
}
@media (min-width: 1200px){#s-dd064e65-10be-4d93-a037-e8e2c533ca58 {
  display: none;
}
#s-dd064e65-10be-4d93-a037-e8e2c533ca58, #wrap-s-dd064e65-10be-4d93-a037-e8e2c533ca58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd064e65-10be-4d93-a037-e8e2c533ca58 {
  display: none;
}
#s-dd064e65-10be-4d93-a037-e8e2c533ca58, #wrap-s-dd064e65-10be-4d93-a037-e8e2c533ca58 { display: none !important; }}






  #s-dd064e65-10be-4d93-a037-e8e2c533ca58 img.shogun-image {
    

    
    
    
  }


#s-dd064e65-10be-4d93-a037-e8e2c533ca58 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c4b69ab-c00a-441a-98a5-b54cef663ce4 {
  margin-top: 7px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-9c4b69ab-c00a-441a-98a5-b54cef663ce4 {
  display: none;
}
#s-9c4b69ab-c00a-441a-98a5-b54cef663ce4, #wrap-s-9c4b69ab-c00a-441a-98a5-b54cef663ce4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c4b69ab-c00a-441a-98a5-b54cef663ce4 {
  display: none;
}
#s-9c4b69ab-c00a-441a-98a5-b54cef663ce4, #wrap-s-9c4b69ab-c00a-441a-98a5-b54cef663ce4 { display: none !important; }}
#s-23c549c6-f371-43a5-9742-c5988d942339 {
  min-height: 50px;
}








#s-23c549c6-f371-43a5-9742-c5988d942339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c549c6-f371-43a5-9742-c5988d942339.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6493a6e2-4ac5-428d-badf-cdee7a425a21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6493a6e2-4ac5-428d-badf-cdee7a425a21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6493a6e2-4ac5-428d-badf-cdee7a425a21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6493a6e2-4ac5-428d-badf-cdee7a425a21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c6f3fa04-4b9b-4acc-a788-27560b6072e0 {
  margin-top: 47px;
margin-left: 20%;
margin-bottom: 2px;
margin-right: 8%;
text-align: center;
}







  #s-c6f3fa04-4b9b-4acc-a788-27560b6072e0 img.shogun-image {
    

    
    
    
  }


#s-c6f3fa04-4b9b-4acc-a788-27560b6072e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c2f9d11-fdca-4b32-89a4-c6f1e1403a8a {
  margin-top: 7px;
margin-left: 20%;
margin-bottom: 7px;
margin-right: 20%;
}

#s-beefaa47-9203-4fb5-8f8a-9c035a87ef68 {
  margin-top: 70px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 6%;
text-align: center;
}







  #s-beefaa47-9203-4fb5-8f8a-9c035a87ef68 img.shogun-image {
    

    
    
    
  }


#s-beefaa47-9203-4fb5-8f8a-9c035a87ef68 .shogun-image-content {
  
    align-items: center;
  
}

#s-67265d0f-6cad-423e-a477-6f4e5e60cd30 {
  margin-top: 7px;
margin-left: 11%;
margin-bottom: 7px;
margin-right: 11%;
}

#s-493953ee-a820-4dbd-a65c-62361e31589a {
  min-height: 50px;
}








#s-493953ee-a820-4dbd-a65c-62361e31589a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-493953ee-a820-4dbd-a65c-62361e31589a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0409af1e-d50f-4a8f-96d2-f9fee327a266 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}







  #s-0409af1e-d50f-4a8f-96d2-f9fee327a266 img.shogun-image {
    

    
    
    
  }


#s-0409af1e-d50f-4a8f-96d2-f9fee327a266 .shogun-image-content {
  
    align-items: center;
  
}

#s-b542d6a2-c3e5-4a46-b9d5-d103697020c9 {
  margin-top: 7px;
margin-left: 2%;
margin-bottom: 7px;
margin-right: 2%;
}

#s-2803be94-86a2-45b8-8b22-23e2250f4d8f {
  min-height: 50px;
}








#s-2803be94-86a2-45b8-8b22-23e2250f4d8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2803be94-86a2-45b8-8b22-23e2250f4d8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a3be0fd1-8aa8-45fe-b19d-c708f98e941a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3be0fd1-8aa8-45fe-b19d-c708f98e941a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3be0fd1-8aa8-45fe-b19d-c708f98e941a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3be0fd1-8aa8-45fe-b19d-c708f98e941a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-04db4886-83d3-4826-9eb8-3872d9859db0 {
  margin-top: 150px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
text-align: center;
}







  #s-04db4886-83d3-4826-9eb8-3872d9859db0 img.shogun-image {
    

    
    
    
  }


#s-04db4886-83d3-4826-9eb8-3872d9859db0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0500180-635c-4eb2-936d-db55e0b51620 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 7px;
margin-right: 8%;
}

#s-8d6aa274-02be-4d32-8c3d-e90ba045e37f {
  margin-top: 0px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
text-align: center;
}







  #s-8d6aa274-02be-4d32-8c3d-e90ba045e37f img.shogun-image {
    

    
    
    
  }


#s-8d6aa274-02be-4d32-8c3d-e90ba045e37f .shogun-image-content {
  
    align-items: center;
  
}

#s-689c7d14-4215-4761-b7b3-a275342cc2ce {
  margin-top: 7px;
margin-left: 11%;
margin-bottom: 7px;
margin-right: 11%;
}

#s-297f8753-3961-4e30-868a-3615fabdb321 {
  min-height: 50px;
}








#s-297f8753-3961-4e30-868a-3615fabdb321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-297f8753-3961-4e30-868a-3615fabdb321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b054939c-b6cc-4f95-8f66-5f55495b9776 {
  margin-left: 14%;
margin-right: 14%;
text-align: center;
}







  #s-b054939c-b6cc-4f95-8f66-5f55495b9776 img.shogun-image {
    

    
    
    
  }


#s-b054939c-b6cc-4f95-8f66-5f55495b9776 .shogun-image-content {
  
    align-items: center;
  
}

#s-940d6d3b-eeab-433b-aed4-110dc253bc9c {
  margin-top: 7px;
margin-left: 14%;
margin-bottom: 7px;
margin-right: 14%;
}

/*
  $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}
