.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;
}

.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-73fa2882-820e-4e30-bdad-d5e82bd26311 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
max-width: 1400px;
}








#s-73fa2882-820e-4e30-bdad-d5e82bd26311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73fa2882-820e-4e30-bdad-d5e82bd26311.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: #000000;
  font-family: "Noto Serif JP";
  text-transform: none;
  font-weight: 400;
  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-617b1c7d-3380-4714-b4f2-25a09bea3b30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-617b1c7d-3380-4714-b4f2-25a09bea3b30 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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: #000000;
  font-family: "Noto Serif JP";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Noto Sans";
}

.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: #000000;
  font-family: "Noto Serif JP";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Noto Sans";
  font-weight: 400;
}

#s-b9f831e7-d4b8-46ca-be27-c80de602ef0e {
  margin-left: auto;
margin-right: auto;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-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;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-51e86481-2773-4bba-b64c-b24387727fb4 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 730/487;
text-align: center;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
    
    
    
    
  }


.s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
  box-sizing: border-box;
}



.s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51e86481-2773-4bba-b64c-b24387727fb4 {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
      position: relative;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-51e86481-2773-4bba-b64c-b24387727fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
    
    
    
    
  }


.s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
  box-sizing: border-box;
}



.s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51e86481-2773-4bba-b64c-b24387727fb4 {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
      position: relative;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51e86481-2773-4bba-b64c-b24387727fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
    
    
    
    
  }


.s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
  box-sizing: border-box;
}



.s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51e86481-2773-4bba-b64c-b24387727fb4 {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
      position: relative;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51e86481-2773-4bba-b64c-b24387727fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
    
    
    
    
  }


.s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
  box-sizing: border-box;
}



.s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51e86481-2773-4bba-b64c-b24387727fb4 {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
      position: relative;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-51e86481-2773-4bba-b64c-b24387727fb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51e86481-2773-4bba-b64c-b24387727fb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51e86481-2773-4bba-b64c-b24387727fb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
    
    
    
    
  }


.s-51e86481-2773-4bba-b64c-b24387727fb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image {
  box-sizing: border-box;
}



.s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51e86481-2773-4bba-b64c-b24387727fb4 {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container {
      position: relative;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51e86481-2773-4bba-b64c-b24387727fb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-3a32b7de-a411-4545-a91f-8d36adc0b88a {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a32b7de-a411-4545-a91f-8d36adc0b88a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-5c900281-e64b-4971-84b4-30d2550df77d {
  margin-left: auto;
margin-right: auto;
}








#s-5c900281-e64b-4971-84b4-30d2550df77d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c900281-e64b-4971-84b4-30d2550df77d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8b0d6c9-2f82-4d92-af05-d677c7b77c71 {
  margin-left: auto;
margin-right: auto;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  margin: 0 !important;
  overflow: visible;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add background color handling */
  
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image {
  box-sizing: border-box;
}



.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
      position: relative;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  margin: 0 !important;
  overflow: visible;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add background color handling */
  
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image {
  box-sizing: border-box;
}



.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
      position: relative;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  margin: 0 !important;
  overflow: visible;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add background color handling */
  
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image {
  box-sizing: border-box;
}



.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
      position: relative;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  margin: 0 !important;
  overflow: visible;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add background color handling */
  
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image {
  box-sizing: border-box;
}



.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
      position: relative;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  margin: 0 !important;
  overflow: visible;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add background color handling */
  
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image {
  box-sizing: border-box;
}



.s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container {
      position: relative;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1efc1d4f-7ffb-47ed-8ca0-da9f0e375843 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-efe0abc9-1a0a-412e-a894-c0c495c4fae9 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-efe0abc9-1a0a-412e-a894-c0c495c4fae9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-27ab7db1-6eed-4531-95b2-626988384fee {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image {
  box-sizing: border-box;
}



.s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab7db1-6eed-4531-95b2-626988384fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
      position: relative;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-27ab7db1-6eed-4531-95b2-626988384fee {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image {
  box-sizing: border-box;
}



.s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab7db1-6eed-4531-95b2-626988384fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
      position: relative;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27ab7db1-6eed-4531-95b2-626988384fee {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image {
  box-sizing: border-box;
}



.s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab7db1-6eed-4531-95b2-626988384fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
      position: relative;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27ab7db1-6eed-4531-95b2-626988384fee {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image {
  box-sizing: border-box;
}



.s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab7db1-6eed-4531-95b2-626988384fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
      position: relative;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-27ab7db1-6eed-4531-95b2-626988384fee {
  margin: 0 !important;
  overflow: visible;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27ab7db1-6eed-4531-95b2-626988384fee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add background color handling */
  
}

#s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27ab7db1-6eed-4531-95b2-626988384fee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-27ab7db1-6eed-4531-95b2-626988384fee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image {
  box-sizing: border-box;
}



.s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27ab7db1-6eed-4531-95b2-626988384fee {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container {
      position: relative;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27ab7db1-6eed-4531-95b2-626988384fee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-4a7ac933-12d2-48e0-8d6e-cb739b637d8c {
  margin-left: auto;
margin-right: auto;
}








#s-4a7ac933-12d2-48e0-8d6e-cb739b637d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a7ac933-12d2-48e0-8d6e-cb739b637d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-890a70e9-ee2d-441d-abb0-bade6d2693f8 {
  margin-left: auto;
margin-right: auto;
}

#s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dc18b2e-7cbc-46c8-b9e5-15e3336e47f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-36067735-124a-4882-8c01-e3f3e5f7fd03 {
  margin-left: auto;
margin-right: auto;
}








#s-36067735-124a-4882-8c01-e3f3e5f7fd03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36067735-124a-4882-8c01-e3f3e5f7fd03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4b7d272-7db5-4b5a-b6b5-5aad910f2ed4 {
  margin-left: auto;
margin-right: auto;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image {
  box-sizing: border-box;
}



.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
      position: relative;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image {
  box-sizing: border-box;
}



.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
      position: relative;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image {
  box-sizing: border-box;
}



.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
      position: relative;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image {
  box-sizing: border-box;
}



.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
      position: relative;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image {
  box-sizing: border-box;
}



.s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container {
      position: relative;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c320dd-b9fa-44f6-8449-5ddc1e1f2fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-8b75180d-0b90-45d6-bc01-1613b6250c5f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8b75180d-0b90-45d6-bc01-1613b6250c5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b75180d-0b90-45d6-bc01-1613b6250c5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b75180d-0b90-45d6-bc01-1613b6250c5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b75180d-0b90-45d6-bc01-1613b6250c5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b3c585bc-9224-451e-a447-ee97270e2495 {
  margin-left: auto;
margin-right: auto;
max-width: 2648px;
aspect-ratio: 2648/1783;
text-align: center;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }

    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-link {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2648px;
  }



  img.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
    
    
    
    max-height: 2648px;
  }


.s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
  box-sizing: border-box;
}



.s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3c585bc-9224-451e-a447-ee97270e2495 {
      --shg-aspect-ratio: calc(2648/1783); 
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
      position: relative;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2648px;
    }
  }

@media (min-width: 1200px){#s-b3c585bc-9224-451e-a447-ee97270e2495 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }

    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-link {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2648px;
  }



  img.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
    
    
    
    max-height: 2648px;
  }


.s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
  box-sizing: border-box;
}



.s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3c585bc-9224-451e-a447-ee97270e2495 {
      --shg-aspect-ratio: calc(2648/1783); 
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
      position: relative;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2648px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b3c585bc-9224-451e-a447-ee97270e2495 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }

    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-link {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2648px;
  }



  img.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
    
    
    
    max-height: 2648px;
  }


.s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
  box-sizing: border-box;
}



.s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3c585bc-9224-451e-a447-ee97270e2495 {
      --shg-aspect-ratio: calc(2648/1783); 
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
      position: relative;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2648px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b3c585bc-9224-451e-a447-ee97270e2495 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }

    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-link {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2648px;
  }



  img.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
    
    
    
    max-height: 2648px;
  }


.s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
  box-sizing: border-box;
}



.s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3c585bc-9224-451e-a447-ee97270e2495 {
      --shg-aspect-ratio: calc(2648/1783); 
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
      position: relative;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2648px;
    }
  }

}@media (max-width: 767px){#s-b3c585bc-9224-451e-a447-ee97270e2495 {
  margin: 0 !important;
  overflow: visible;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b3c585bc-9224-451e-a447-ee97270e2495 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add background color handling */
  
}

#s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }

    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-link {
      aspect-ratio: 2648/1783;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3c585bc-9224-451e-a447-ee97270e2495 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2648px;
  }



  img.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
    
    
    
    max-height: 2648px;
  }


.s-b3c585bc-9224-451e-a447-ee97270e2495 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image {
  box-sizing: border-box;
}



.s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b3c585bc-9224-451e-a447-ee97270e2495 {
      --shg-aspect-ratio: calc(2648/1783); 
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container {
      position: relative;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3c585bc-9224-451e-a447-ee97270e2495 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2648px;
    }
  }

}
#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
  box-sizing: border-box;
}



.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
      position: relative;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
  box-sizing: border-box;
}



.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
      position: relative;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
  box-sizing: border-box;
}



.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
      position: relative;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
  box-sizing: border-box;
}



.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
      position: relative;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  margin: 0 !important;
  overflow: visible;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add background color handling */
  
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd .shogun-image-content {
  
    justify-content: center;
  
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image {
  box-sizing: border-box;
}



.s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container {
      position: relative;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7d0a5dc-1c1b-4f3c-93b5-c10ad080bafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-74d585a2-8e10-4f75-82fb-8b3eb106dc26 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-74d585a2-8e10-4f75-82fb-8b3eb106dc26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d585a2-8e10-4f75-82fb-8b3eb106dc26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74d585a2-8e10-4f75-82fb-8b3eb106dc26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d585a2-8e10-4f75-82fb-8b3eb106dc26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  margin-left: auto;
margin-right: auto;
max-width: 2889px;
aspect-ratio: 2889/1986;
text-align: center;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  margin: 0 !important;
  overflow: visible;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add background color handling */
  
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }

    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-link {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2889px;
  }



  img.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
    
    
    
    max-height: 2889px;
  }


.s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
  box-sizing: border-box;
}



.s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
      --shg-aspect-ratio: calc(2889/1986); 
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
      position: relative;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2889px;
    }
  }

@media (min-width: 1200px){#s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  margin: 0 !important;
  overflow: visible;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add background color handling */
  
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }

    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-link {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2889px;
  }



  img.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
    
    
    
    max-height: 2889px;
  }


.s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
  box-sizing: border-box;
}



.s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
      --shg-aspect-ratio: calc(2889/1986); 
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
      position: relative;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2889px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  margin: 0 !important;
  overflow: visible;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add background color handling */
  
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }

    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-link {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2889px;
  }



  img.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
    
    
    
    max-height: 2889px;
  }


.s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
  box-sizing: border-box;
}



.s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
      --shg-aspect-ratio: calc(2889/1986); 
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
      position: relative;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2889px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  margin: 0 !important;
  overflow: visible;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add background color handling */
  
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }

    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-link {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2889px;
  }



  img.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
    
    
    
    max-height: 2889px;
  }


.s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
  box-sizing: border-box;
}



.s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
      --shg-aspect-ratio: calc(2889/1986); 
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
      position: relative;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2889px;
    }
  }

}@media (max-width: 767px){#s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  margin: 0 !important;
  overflow: visible;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add background color handling */
  
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }

    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-link {
      aspect-ratio: 2889/1986;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2889px;
  }



  img.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
    
    
    
    max-height: 2889px;
  }


.s-c0e80eff-8b94-4780-9463-1a36eba3aacf .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image {
  box-sizing: border-box;
}



.s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf {
      --shg-aspect-ratio: calc(2889/1986); 
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container {
      position: relative;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e80eff-8b94-4780-9463-1a36eba3aacf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2889px;
    }
  }

}
#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  margin-left: auto;
margin-right: auto;
max-width: 1974px;
aspect-ratio: 1974/1561;
text-align: center;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }

    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-link {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1974px;
  }



  img.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
    
    
    
    max-height: 1974px;
  }


.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
  box-sizing: border-box;
}



.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
      --shg-aspect-ratio: calc(1974/1561); 
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
      position: relative;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1974px;
    }
  }

@media (min-width: 1200px){#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }

    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-link {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1974px;
  }



  img.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
    
    
    
    max-height: 1974px;
  }


.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
  box-sizing: border-box;
}



.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
      --shg-aspect-ratio: calc(1974/1561); 
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
      position: relative;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1974px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }

    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-link {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1974px;
  }



  img.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
    
    
    
    max-height: 1974px;
  }


.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
  box-sizing: border-box;
}



.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
      --shg-aspect-ratio: calc(1974/1561); 
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
      position: relative;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1974px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }

    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-link {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1974px;
  }



  img.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
    
    
    
    max-height: 1974px;
  }


.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
  box-sizing: border-box;
}



.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
      --shg-aspect-ratio: calc(1974/1561); 
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
      position: relative;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1974px;
    }
  }

}@media (max-width: 767px){#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }

    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-link {
      aspect-ratio: 1974/1561;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1974px;
  }



  img.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
    
    
    
    max-height: 1974px;
  }


.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image {
  box-sizing: border-box;
}



.s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 {
      --shg-aspect-ratio: calc(1974/1561); 
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container {
      position: relative;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7112ca-69b8-4b70-bd9e-c95fb3250f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1974px;
    }
  }

}
#s-3f34a968-acd4-41ae-9713-41d9efabacdc {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(155, 155, 155, 1);
}








#s-3f34a968-acd4-41ae-9713-41d9efabacdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f34a968-acd4-41ae-9713-41d9efabacdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-098452d3-de50-4ad5-8925-eb4102264ea6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-098452d3-de50-4ad5-8925-eb4102264ea6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f29eb49d-1cbe-4a83-8f0e-e204a2e282fb {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-f29eb49d-1cbe-4a83-8f0e-e204a2e282fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f29eb49d-1cbe-4a83-8f0e-e204a2e282fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-f29eb49d-1cbe-4a83-8f0e-e204a2e282fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-f29eb49d-1cbe-4a83-8f0e-e204a2e282fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  margin: 0 !important;
  overflow: visible;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add background color handling */
  
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
    
    
    
    
  }


.s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
  box-sizing: border-box;
}



.s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
      position: relative;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  margin: 0 !important;
  overflow: visible;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add background color handling */
  
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
    
    
    
    
  }


.s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
  box-sizing: border-box;
}



.s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
      position: relative;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  margin: 0 !important;
  overflow: visible;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add background color handling */
  
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
    
    
    
    
  }


.s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
  box-sizing: border-box;
}



.s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
      position: relative;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  margin: 0 !important;
  overflow: visible;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add background color handling */
  
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
    
    
    
    
  }


.s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
  box-sizing: border-box;
}



.s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
      position: relative;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  margin: 0 !important;
  overflow: visible;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add background color handling */
  
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
    
    
    
    
  }


.s-84e29c30-676d-4ca6-9585-398aa6b81f3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image {
  box-sizing: border-box;
}



.s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container {
      position: relative;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84e29c30-676d-4ca6-9585-398aa6b81f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-3892a3d5-718e-4ff0-9067-376282abfc59 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3892a3d5-718e-4ff0-9067-376282abfc59 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c3f610b4-a0e1-4014-9c43-c1ba73beb3f5 {
  margin-left: auto;
margin-right: auto;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
    
    
    
    
  }


.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
  box-sizing: border-box;
}



.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
      position: relative;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
    
    
    
    
  }


.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
  box-sizing: border-box;
}



.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
      position: relative;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
    
    
    
    
  }


.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
  box-sizing: border-box;
}



.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
      position: relative;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
    
    
    
    
  }


.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
  box-sizing: border-box;
}



.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
      position: relative;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
    
    
    
    
  }


.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image {
  box-sizing: border-box;
}



.s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container {
      position: relative;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bb0bf6-440d-48c4-8e07-c6db03a153b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-9a7587aa-15ea-4933-9ae4-815554107907 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a7587aa-15ea-4933-9ae4-815554107907 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3fb918cc-734f-4460-8721-12242f662823 {
  margin-left: auto;
margin-right: auto;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
    
    
    
    
  }


.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
  box-sizing: border-box;
}



.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
      position: relative;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
    
    
    
    
  }


.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
  box-sizing: border-box;
}



.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
      position: relative;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
    
    
    
    
  }


.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
  box-sizing: border-box;
}



.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
      position: relative;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
    
    
    
    
  }


.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
  box-sizing: border-box;
}



.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
      position: relative;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
    
    
    
    
  }


.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image {
  box-sizing: border-box;
}



.s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container {
      position: relative;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab7d6193-0e95-4385-90bf-77e3bae8a7c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-0a566228-cd95-4924-ad30-2ccc94400c77 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a566228-cd95-4924-ad30-2ccc94400c77 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-fc555a3b-2c24-4e9a-9997-0774b30d1d29 {
  margin-left: auto;
margin-right: auto;
}

#s-6775652a-baa0-4db4-a574-fef40501641a {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
min-height: 50px;
max-width: 1400px;
}








#s-6775652a-baa0-4db4-a574-fef40501641a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6775652a-baa0-4db4-a574-fef40501641a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7929b35c-d632-484b-939a-74020ffc0b94 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7929b35c-d632-484b-939a-74020ffc0b94 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 730/487;
text-align: center;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  margin: 0 !important;
  overflow: visible;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add background color handling */
  
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
    
    
    
    
  }


.s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
  box-sizing: border-box;
}



.s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34a385d-80b3-4a48-a55a-9653e61e352c {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
      position: relative;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  margin: 0 !important;
  overflow: visible;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add background color handling */
  
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
    
    
    
    
  }


.s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
  box-sizing: border-box;
}



.s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34a385d-80b3-4a48-a55a-9653e61e352c {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
      position: relative;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  margin: 0 !important;
  overflow: visible;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add background color handling */
  
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
    
    
    
    
  }


.s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
  box-sizing: border-box;
}



.s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34a385d-80b3-4a48-a55a-9653e61e352c {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
      position: relative;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  margin: 0 !important;
  overflow: visible;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add background color handling */
  
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
    
    
    
    
  }


.s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
  box-sizing: border-box;
}



.s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34a385d-80b3-4a48-a55a-9653e61e352c {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
      position: relative;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  margin: 0 !important;
  overflow: visible;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f34a385d-80b3-4a48-a55a-9653e61e352c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add background color handling */
  
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }

    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-link {
      aspect-ratio: 730/487;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f34a385d-80b3-4a48-a55a-9653e61e352c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
    
    
    
    
  }


.s-f34a385d-80b3-4a48-a55a-9653e61e352c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image {
  box-sizing: border-box;
}



.s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f34a385d-80b3-4a48-a55a-9653e61e352c {
      --shg-aspect-ratio: calc(730/487); 
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container {
      position: relative;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f34a385d-80b3-4a48-a55a-9653e61e352c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Noto Sans";
}

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

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

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

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

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

#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b-root {
    text-align: center;
  }


#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b.shg-btn {
  color: #ffffff;
  font-size: 1.3em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b-root {
    text-align: center;
  }


#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b.shg-btn {
  color: #ffffff;
  font-size: 1.3em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b-root {
    text-align: center;
  }


#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b.shg-btn {
  color: #ffffff;
  font-size: 1.3em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b-root {
    text-align: center;
  }


#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b.shg-btn {
  color: #ffffff;
  font-size: 1.3em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b-root {
    text-align: center;
  }


#s-0cca552d-47ca-405d-b3b5-ba0c1bd80f3b.shg-btn {
  color: #ffffff;
  font-size: 1.3em;
  
  
  
  display:  block ;
}
}
#s-c6c48f9b-b13b-49d3-bdc0-3d3b38a42371 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
min-height: 50px;
max-width: 1400px;
}








#s-c6c48f9b-b13b-49d3-bdc0-3d3b38a42371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6c48f9b-b13b-49d3-bdc0-3d3b38a42371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdac639f-9b1b-4bdb-a3b7-a8be8c6ec989 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdac639f-9b1b-4bdb-a3b7-a8be8c6ec989 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f9cb848a-8ea0-4d98-8434-919820b69220 {
  margin-left: auto;
margin-right: auto;
}

#s-06bfa57f-361b-4f4b-b968-13023cfbb889 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06bfa57f-361b-4f4b-b968-13023cfbb889"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-06bfa57f-361b-4f4b-b968-13023cfbb889"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06bfa57f-361b-4f4b-b968-13023cfbb889"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06bfa57f-361b-4f4b-b968-13023cfbb889"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-31fc3e46-dd88-47b7-9d3c-57e92fd9bf6e {
  box-shadow:0px 0px 0px 0px rgba(93, 93, 93, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 50px;
}








#s-31fc3e46-dd88-47b7-9d3c-57e92fd9bf6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31fc3e46-dd88-47b7-9d3c-57e92fd9bf6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-008cf616-4ba4-4da4-8b8e-fb96a481a590 {
  margin-left: auto;
margin-right: auto;
}

#s-7741e7de-5358-41f5-91b9-b458fd1b73df {
  margin-left: auto;
margin-right: auto;
}

#s-7741e7de-5358-41f5-91b9-b458fd1b73df .shogun-icon-wrapper {
  text-align: center;
}


#s-7741e7de-5358-41f5-91b9-b458fd1b73df .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-1a7a2916-32ca-46ae-a05e-14224ecc231a {
  margin-left: auto;
margin-right: auto;
}

#s-651a86d6-d688-459d-a79d-ee80df8b9d21 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-651a86d6-d688-459d-a79d-ee80df8b9d21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-651a86d6-d688-459d-a79d-ee80df8b9d21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33664f5a-1505-49ec-80e1-49f3bc8160d8 {
  margin-left: auto;
margin-right: auto;
}

#s-12e3c0ea-0174-4b24-b128-3932f3080a03 {
  margin-left: auto;
margin-right: auto;
}

#s-12e3c0ea-0174-4b24-b128-3932f3080a03 .shogun-icon-wrapper {
  text-align: center;
}


#s-12e3c0ea-0174-4b24-b128-3932f3080a03 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-8e0f64a8-ae79-4a4f-b755-dbaa02141954 {
  margin-left: auto;
margin-right: auto;
}

#s-1649de65-4cb3-4ece-a17a-1a80d68b8a29 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-1649de65-4cb3-4ece-a17a-1a80d68b8a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1649de65-4cb3-4ece-a17a-1a80d68b8a29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1bea770-79cd-440d-9358-9ef556669e7f {
  margin-left: auto;
margin-right: auto;
}

#s-036abaa0-2bd4-4a2d-aff8-fb2c3daa984e {
  margin-left: auto;
margin-right: auto;
}

#s-036abaa0-2bd4-4a2d-aff8-fb2c3daa984e .shogun-icon-wrapper {
  text-align: center;
}


#s-036abaa0-2bd4-4a2d-aff8-fb2c3daa984e .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-ae51c26f-0950-45cd-b644-438d2329f655 {
  margin-left: auto;
margin-right: auto;
}

#s-f5c0bd6c-b35e-4512-881c-35c0d628a946 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-f5c0bd6c-b35e-4512-881c-35c0d628a946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5c0bd6c-b35e-4512-881c-35c0d628a946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49e133ef-7d43-452a-9eee-f1da8e54a3f1 {
  margin-left: auto;
margin-right: auto;
}

#s-03f84b07-f7bb-4ed0-aede-c038844e4943 {
  margin-left: auto;
margin-right: auto;
}

#s-03f84b07-f7bb-4ed0-aede-c038844e4943 .shogun-icon-wrapper {
  text-align: center;
}


#s-03f84b07-f7bb-4ed0-aede-c038844e4943 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: #495056;
}

#s-0b7e0c1c-a13a-4efc-8e47-f7cd60b4d898 {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
