.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-content-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

@media (min-width: 0px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

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

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

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

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

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

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

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

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

#s-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}
#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 13px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


@media (min-width: 1200px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
    min-height: 0px;
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}



.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 img.shogun-image {
  min-height: 0px;
}


}
#s-bf48c46a-d1bc-40c5-8d76-aa22aa7c167f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bf48c46a-d1bc-40c5-8d76-aa22aa7c167f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf48c46a-d1bc-40c5-8d76-aa22aa7c167f {
  cursor: pointer;
}#s-bf48c46a-d1bc-40c5-8d76-aa22aa7c167f.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-53395b99-801a-4e1e-b63e-8ffb8fc88d2b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(225, 44, 120, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-53395b99-801a-4e1e-b63e-8ffb8fc88d2b {
  background-color: rgba(225, 44, 120, 1);
}
}
#s-53395b99-801a-4e1e-b63e-8ffb8fc88d2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-53395b99-801a-4e1e-b63e-8ffb8fc88d2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-53395b99-801a-4e1e-b63e-8ffb8fc88d2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-e16191c0-90e5-4252-a789-ee8d409cb813 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e16191c0-90e5-4252-a789-ee8d409cb813 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-e16191c0-90e5-4252-a789-ee8d409cb813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e16191c0-90e5-4252-a789-ee8d409cb813 {
  cursor: pointer;
}#s-e16191c0-90e5-4252-a789-ee8d409cb813.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin-left: auto;
margin-right: auto;
max-width: 2270px;
text-align: center;
}
@media (min-width: 1200px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  display: none;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-content-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  display: none;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-content-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  display: none;
}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-s-2680bd2c-26e8-4505-ad97-52bfc98752c9, #wrap-content-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 { display: none !important; }}
#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2270px;

      
    max-width: 2270px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2270px;

      
    max-width: 2270px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2270px;

      
    max-width: 2270px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2270px;

      
    max-width: 2270px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2680bd2c-26e8-4505-ad97-52bfc98752c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9 img.shogun-image {
  width: 100%;
  
  
  max-width: 2270px;

      
    max-width: 2270px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2680bd2c-26e8-4505-ad97-52bfc98752c9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2680bd2c-26e8-4505-ad97-52bfc98752c9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
max-width: 2265px;
text-align: center;
}
@media (max-width: 767px){#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin-top: 15px;
margin-left: 10%;
margin-right: 10%;
}
}
#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 35px;
  margin-bottom: 0px;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 15px;
  
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6f754c15-9156-4e15-b45b-f597bcaa7bcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f754c15-9156-4e15-b45b-f597bcaa7bcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ec2c3dd8-c191-4ff4-9017-f8702b99b288 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-ec2c3dd8-c191-4ff4-9017-f8702b99b288 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
}
#s-ec2c3dd8-c191-4ff4-9017-f8702b99b288 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 1200px){#s-ec2c3dd8-c191-4ff4-9017-f8702b99b288 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


}@media (max-width: 767px){#s-ec2c3dd8-c191-4ff4-9017-f8702b99b288 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-bf2ee4c0-7a71-4fdc-8c74-a2c65debf249 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf2ee4c0-7a71-4fdc-8c74-a2c65debf249"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bf2ee4c0-7a71-4fdc-8c74-a2c65debf249"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf2ee4c0-7a71-4fdc-8c74-a2c65debf249"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf2ee4c0-7a71-4fdc-8c74-a2c65debf249"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-df3470d8-4df9-41b0-8662-d8e42fa97081 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-df3470d8-4df9-41b0-8662-d8e42fa97081:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-df3470d8-4df9-41b0-8662-d8e42fa97081:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-df3470d8-4df9-41b0-8662-d8e42fa97081 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-df3470d8-4df9-41b0-8662-d8e42fa97081 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-df3470d8-4df9-41b0-8662-d8e42fa97081 {
  margin-top: 0px;
margin-left: 15%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: left;
}
}

  #s-df3470d8-4df9-41b0-8662-d8e42fa97081-root {
    text-align: center;
  }


#s-df3470d8-4df9-41b0-8662-d8e42fa97081.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df3470d8-4df9-41b0-8662-d8e42fa97081-root {
    text-align: center;
  }


#s-df3470d8-4df9-41b0-8662-d8e42fa97081.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df3470d8-4df9-41b0-8662-d8e42fa97081-root {
    text-align: center;
  }


#s-df3470d8-4df9-41b0-8662-d8e42fa97081.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df3470d8-4df9-41b0-8662-d8e42fa97081-root {
    text-align: center;
  }


#s-df3470d8-4df9-41b0-8662-d8e42fa97081.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df3470d8-4df9-41b0-8662-d8e42fa97081-root {
    text-align: left;
  }


#s-df3470d8-4df9-41b0-8662-d8e42fa97081.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-43b9b20a-cb7e-499e-b677-2130289e7f61 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-43b9b20a-cb7e-499e-b677-2130289e7f61:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-43b9b20a-cb7e-499e-b677-2130289e7f61:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-43b9b20a-cb7e-499e-b677-2130289e7f61 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-43b9b20a-cb7e-499e-b677-2130289e7f61 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-43b9b20a-cb7e-499e-b677-2130289e7f61 {
  margin-top: 80px;
margin-left: 0%;
margin-right: 40%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: right;
}
}

  #s-43b9b20a-cb7e-499e-b677-2130289e7f61-root {
    text-align: center;
  }


#s-43b9b20a-cb7e-499e-b677-2130289e7f61.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43b9b20a-cb7e-499e-b677-2130289e7f61-root {
    text-align: center;
  }


#s-43b9b20a-cb7e-499e-b677-2130289e7f61.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43b9b20a-cb7e-499e-b677-2130289e7f61-root {
    text-align: center;
  }


#s-43b9b20a-cb7e-499e-b677-2130289e7f61.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43b9b20a-cb7e-499e-b677-2130289e7f61-root {
    text-align: center;
  }


#s-43b9b20a-cb7e-499e-b677-2130289e7f61.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43b9b20a-cb7e-499e-b677-2130289e7f61-root {
    text-align: right;
  }


#s-43b9b20a-cb7e-499e-b677-2130289e7f61.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249 {
  margin-top: 40px;
margin-left: 14%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
}
}

  #s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249-root {
    text-align: center;
  }


#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249-root {
    text-align: center;
  }


#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249-root {
    text-align: center;
  }


#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249-root {
    text-align: center;
  }


#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249-root {
    text-align: center;
  }


#s-761071f5-2d4c-48c0-bb2e-e4a0bf44e249.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8 {
  margin-top: 63px;
margin-left: 64%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
}
}

  #s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8-root {
    text-align: center;
  }


#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8-root {
    text-align: center;
  }


#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8-root {
    text-align: center;
  }


#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8-root {
    text-align: center;
  }


#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8-root {
    text-align: center;
  }


#s-e732a2c0-5bfa-4902-a4a5-f4d439f436e8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb {
  margin-top: 0px;
margin-left: 0%;
margin-right: 10%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: right;
}
}

  #s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb-root {
    text-align: center;
  }


#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb-root {
    text-align: center;
  }


#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb-root {
    text-align: center;
  }


#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb-root {
    text-align: center;
  }


#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb-root {
    text-align: right;
  }


#s-78b4d5f1-dfb5-4e95-b442-cf5f577300cb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f0297966-cd95-45f8-8502-09fc64a1f341 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-f0297966-cd95-45f8-8502-09fc64a1f341:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-f0297966-cd95-45f8-8502-09fc64a1f341:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f0297966-cd95-45f8-8502-09fc64a1f341 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0297966-cd95-45f8-8502-09fc64a1f341 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-f0297966-cd95-45f8-8502-09fc64a1f341 {
  margin-top: 100px;
margin-left: 0%;
margin-right: 10%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: right;
}
}

  #s-f0297966-cd95-45f8-8502-09fc64a1f341-root {
    text-align: center;
  }


#s-f0297966-cd95-45f8-8502-09fc64a1f341.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0297966-cd95-45f8-8502-09fc64a1f341-root {
    text-align: center;
  }


#s-f0297966-cd95-45f8-8502-09fc64a1f341.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0297966-cd95-45f8-8502-09fc64a1f341-root {
    text-align: center;
  }


#s-f0297966-cd95-45f8-8502-09fc64a1f341.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0297966-cd95-45f8-8502-09fc64a1f341-root {
    text-align: center;
  }


#s-f0297966-cd95-45f8-8502-09fc64a1f341.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0297966-cd95-45f8-8502-09fc64a1f341-root {
    text-align: right;
  }


#s-f0297966-cd95-45f8-8502-09fc64a1f341.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  
}
}@media (max-width: 767px){#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  display: none;
}
#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff, #wrap-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff, #wrap-content-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff { display: none !important; }}
#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-59b8bf6e-e4a2-4738-8548-e01dfde52cff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59b8bf6e-e4a2-4738-8548-e01dfde52cff.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
max-width: 2265px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin-top: 20px;
}
}
#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 35px;
  margin-bottom: 0px;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-295b8502-0b6d-428f-be78-b4581a13c2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-295b8502-0b6d-428f-be78-b4581a13c2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-295b8502-0b6d-428f-be78-b4581a13c2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-295b8502-0b6d-428f-be78-b4581a13c2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-295b8502-0b6d-428f-be78-b4581a13c2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-295b8502-0b6d-428f-be78-b4581a13c2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db img.shogun-image {
  width: 100%;
  
  
  max-width: 2265px;

      
    max-width: 2265px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-295b8502-0b6d-428f-be78-b4581a13c2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-295b8502-0b6d-428f-be78-b4581a13c2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-deecda34-24b7-4e55-befe-565c21c7e5ac {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-deecda34-24b7-4e55-befe-565c21c7e5ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 1200px){#s-deecda34-24b7-4e55-befe-565c21c7e5ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


}
#s-421a741f-25f1-49ef-969c-607689020920 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-421a741f-25f1-49ef-969c-607689020920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-421a741f-25f1-49ef-969c-607689020920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-421a741f-25f1-49ef-969c-607689020920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-421a741f-25f1-49ef-969c-607689020920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9d3c18c-25cf-4fb1-a64b-bf8f344f21d1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b9d3c18c-25cf-4fb1-a64b-bf8f344f21d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9d3c18c-25cf-4fb1-a64b-bf8f344f21d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9d3c18c-25cf-4fb1-a64b-bf8f344f21d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9d3c18c-25cf-4fb1-a64b-bf8f344f21d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9 {
  margin-top: 120px;
margin-left: auto;
margin-right: 20%;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9 {
  margin-top: 220px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9 {
  margin-top: 20px;
}
}

  #s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9-root {
    text-align: center;
  }


#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9-root {
    text-align: center;
  }


#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9-root {
    text-align: center;
  }


#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9-root {
    text-align: center;
  }


#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9-root {
    text-align: center;
  }


#s-e1d533bf-1e9d-4d8f-a627-b3fc1cc26dc9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513 {
  margin-top: 340px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513 {
  margin-top: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513 {
  margin-top: 106px;
}
}

  #s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513-root {
    text-align: center;
  }


#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513-root {
    text-align: center;
  }


#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513-root {
    text-align: center;
  }


#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513-root {
    text-align: center;
  }


#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513-root {
    text-align: center;
  }


#s-d9fdd506-68ca-43ed-ad07-3e0d22c6e513.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0 {
  margin-top: 60px;
margin-left: 39%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0 {
  margin-top: 10px;
}
}

  #s-934a1f39-fddc-4ea9-aced-ee0e12086cf0-root {
    text-align: center;
  }


#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-934a1f39-fddc-4ea9-aced-ee0e12086cf0-root {
    text-align: center;
  }


#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-934a1f39-fddc-4ea9-aced-ee0e12086cf0-root {
    text-align: center;
  }


#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-934a1f39-fddc-4ea9-aced-ee0e12086cf0-root {
    text-align: center;
  }


#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-934a1f39-fddc-4ea9-aced-ee0e12086cf0-root {
    text-align: center;
  }


#s-934a1f39-fddc-4ea9-aced-ee0e12086cf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3d5385fd-0092-43b5-9707-c957ee5370db {
  margin-top: 240px;
margin-left: auto;
margin-right: 24%;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-3d5385fd-0092-43b5-9707-c957ee5370db:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-3d5385fd-0092-43b5-9707-c957ee5370db:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3d5385fd-0092-43b5-9707-c957ee5370db {
  margin-top: 260px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d5385fd-0092-43b5-9707-c957ee5370db {
  margin-top: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d5385fd-0092-43b5-9707-c957ee5370db {
  margin-top: 140px;
}
}

  #s-3d5385fd-0092-43b5-9707-c957ee5370db-root {
    text-align: center;
  }


#s-3d5385fd-0092-43b5-9707-c957ee5370db.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d5385fd-0092-43b5-9707-c957ee5370db-root {
    text-align: center;
  }


#s-3d5385fd-0092-43b5-9707-c957ee5370db.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d5385fd-0092-43b5-9707-c957ee5370db-root {
    text-align: center;
  }


#s-3d5385fd-0092-43b5-9707-c957ee5370db.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d5385fd-0092-43b5-9707-c957ee5370db-root {
    text-align: center;
  }


#s-3d5385fd-0092-43b5-9707-c957ee5370db.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d5385fd-0092-43b5-9707-c957ee5370db-root {
    text-align: center;
  }


#s-3d5385fd-0092-43b5-9707-c957ee5370db.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c03221f9-f695-4e30-b92a-86a003ba496e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c03221f9-f695-4e30-b92a-86a003ba496e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b {
  margin-top: 320px;
margin-left: auto;
margin-right: 12%;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b {
  margin-top: 390px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b {
  margin-top: 219px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b {
  margin-top: 140px;
}
}

  #s-f3f70472-8e66-45eb-948a-6f2e71c3b30b-root {
    text-align: center;
  }


#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3f70472-8e66-45eb-948a-6f2e71c3b30b-root {
    text-align: center;
  }


#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3f70472-8e66-45eb-948a-6f2e71c3b30b-root {
    text-align: center;
  }


#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3f70472-8e66-45eb-948a-6f2e71c3b30b-root {
    text-align: center;
  }


#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3f70472-8e66-45eb-948a-6f2e71c3b30b-root {
    text-align: center;
  }


#s-f3f70472-8e66-45eb-948a-6f2e71c3b30b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-48f89b4b-993a-40c6-b896-763710da5c65 {
  margin-top: 160px;
margin-left: 25%;
margin-right: auto;
padding-top: 10px;
padding-left: 11px;
padding-bottom: 10px;
padding-right: 11px;
border-radius: 200px;
background-color: rgba(225, 44, 120, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-48f89b4b-993a-40c6-b896-763710da5c65:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(225, 44, 120, 1) !important;}#s-48f89b4b-993a-40c6-b896-763710da5c65:active {background-color: rgba(243, 140, 177, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-48f89b4b-993a-40c6-b896-763710da5c65 {
  margin-top: 70px;
}
}

  #s-48f89b4b-993a-40c6-b896-763710da5c65-root {
    text-align: left;
  }


#s-48f89b4b-993a-40c6-b896-763710da5c65.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48f89b4b-993a-40c6-b896-763710da5c65-root {
    text-align: left;
  }


#s-48f89b4b-993a-40c6-b896-763710da5c65.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48f89b4b-993a-40c6-b896-763710da5c65-root {
    text-align: left;
  }


#s-48f89b4b-993a-40c6-b896-763710da5c65.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48f89b4b-993a-40c6-b896-763710da5c65-root {
    text-align: left;
  }


#s-48f89b4b-993a-40c6-b896-763710da5c65.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48f89b4b-993a-40c6-b896-763710da5c65-root {
    text-align: left;
  }


#s-48f89b4b-993a-40c6-b896-763710da5c65.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9bca6fcf-bd1a-4d2a-aa18-d9450dcc5dfc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-9bca6fcf-bd1a-4d2a-aa18-d9450dcc5dfc {
  background-color: rgba(242, 242, 242, 1);
}
}







#s-9bca6fcf-bd1a-4d2a-aa18-d9450dcc5dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bca6fcf-bd1a-4d2a-aa18-d9450dcc5dfc {
  cursor: pointer;
}#s-9bca6fcf-bd1a-4d2a-aa18-d9450dcc5dfc.shg-box.shg-c {
  justify-content: center;
}

#s-c6d57a9e-5859-4cc1-8396-3cb0f9b2d009 {
  margin-left: auto;
margin-right: auto;
min-height: 40px;
background-color: rgba(238, 81, 157, 1);
}








#s-c6d57a9e-5859-4cc1-8396-3cb0f9b2d009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6d57a9e-5859-4cc1-8396-3cb0f9b2d009.shg-box.shg-c {
  justify-content: center;
}

#s-6fc25dc6-6af5-4aab-addf-2bd8f41d83f1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6fc25dc6-6af5-4aab-addf-2bd8f41d83f1 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-6fc25dc6-6af5-4aab-addf-2bd8f41d83f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 24px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-6fc25dc6-6af5-4aab-addf-2bd8f41d83f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  
}


}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  display: none;
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d, #wrap-s-bcb4214b-811b-4f8e-923e-8a95c753d50d, #wrap-content-s-bcb4214b-811b-4f8e-923e-8a95c753d50d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  display: none;
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d, #wrap-s-bcb4214b-811b-4f8e-923e-8a95c753d50d, #wrap-content-s-bcb4214b-811b-4f8e-923e-8a95c753d50d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  display: none;
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d, #wrap-s-bcb4214b-811b-4f8e-923e-8a95c753d50d, #wrap-content-s-bcb4214b-811b-4f8e-923e-8a95c753d50d { display: none !important; }}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/480x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/960x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/768x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/1536x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/1024x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/2048x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/1200x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/2048x/);
}
#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-bcb4214b-811b-4f8e-923e-8a95c753d50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcb4214b-811b-4f8e-923e-8a95c753d50d.shg-box.shg-c {
  justify-content: center;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  max-width: 1500px;
text-align: center;
}
@media (min-width: 1200px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  display: none;
}
#s-508b3b0a-fa8c-461c-ad9f-6376913a36de, #wrap-s-508b3b0a-fa8c-461c-ad9f-6376913a36de, #wrap-content-s-508b3b0a-fa8c-461c-ad9f-6376913a36de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  display: none;
}
#s-508b3b0a-fa8c-461c-ad9f-6376913a36de, #wrap-s-508b3b0a-fa8c-461c-ad9f-6376913a36de, #wrap-content-s-508b3b0a-fa8c-461c-ad9f-6376913a36de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  display: none;
}
#s-508b3b0a-fa8c-461c-ad9f-6376913a36de, #wrap-s-508b3b0a-fa8c-461c-ad9f-6376913a36de, #wrap-content-s-508b3b0a-fa8c-461c-ad9f-6376913a36de { display: none !important; }}@media (max-width: 767px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  margin-top: 0px;
margin-bottom: 8px;
}
}
#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  margin: 0 !important;
  overflow: visible;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de-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-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add background color handling */
  
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-508b3b0a-fa8c-461c-ad9f-6376913a36de .shogun-image-content {
  
    justify-content: center;
  
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image {
  box-sizing: border-box;
}



.s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  
}


@media (min-width: 1200px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  margin: 0 !important;
  overflow: visible;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de-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-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add background color handling */
  
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-508b3b0a-fa8c-461c-ad9f-6376913a36de .shogun-image-content {
  
    justify-content: center;
  
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image {
  box-sizing: border-box;
}



.s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  margin: 0 !important;
  overflow: visible;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de-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-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add background color handling */
  
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-508b3b0a-fa8c-461c-ad9f-6376913a36de .shogun-image-content {
  
    justify-content: center;
  
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image {
  box-sizing: border-box;
}



.s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  margin: 0 !important;
  overflow: visible;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de-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-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add background color handling */
  
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-508b3b0a-fa8c-461c-ad9f-6376913a36de .shogun-image-content {
  
    justify-content: center;
  
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image {
  box-sizing: border-box;
}



.s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  
}


}@media (max-width: 767px){#s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  margin: 0 !important;
  overflow: visible;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de-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-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 8px;
}

.shg-image-content-margin-container-s-508b3b0a-fa8c-461c-ad9f-6376913a36de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add background color handling */
  
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-508b3b0a-fa8c-461c-ad9f-6376913a36de .shogun-image-content {
  
    justify-content: center;
  
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508b3b0a-fa8c-461c-ad9f-6376913a36de.shogun-image {
  box-sizing: border-box;
}



.s-508b3b0a-fa8c-461c-ad9f-6376913a36de img.shogun-image {
  
}


}
#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e {
  padding-bottom: 0px;
}
}
#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-da8fc9a6-b023-41d4-a1e4-973e5e91301e .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  
}


}
#s-2eea8765-387b-4af7-82e5-757d17acfcb6 {
  margin-top: -3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2eea8765-387b-4af7-82e5-757d17acfcb6 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-2eea8765-387b-4af7-82e5-757d17acfcb6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2eea8765-387b-4af7-82e5-757d17acfcb6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-2eea8765-387b-4af7-82e5-757d17acfcb6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5e189611-60a4-4b72-8161-253c928792b7 {
  margin-top: 11px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(178, 110, 174, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-5e189611-60a4-4b72-8161-253c928792b7:hover {background-color: rgba(178, 110, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e189611-60a4-4b72-8161-253c928792b7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5e189611-60a4-4b72-8161-253c928792b7 {
  margin-bottom: 21px;
padding-top: 8px;
padding-bottom: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e189611-60a4-4b72-8161-253c928792b7 {
  margin-top: 1px;
margin-bottom: 20px;
padding-top: 8px;
padding-bottom: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e189611-60a4-4b72-8161-253c928792b7 {
  margin-top: 0px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-5e189611-60a4-4b72-8161-253c928792b7 {
  margin-top: 3px;
margin-bottom: 35px;
}
}

  #s-5e189611-60a4-4b72-8161-253c928792b7-root {
    text-align: center;
  }


#s-5e189611-60a4-4b72-8161-253c928792b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e189611-60a4-4b72-8161-253c928792b7-root {
    text-align: center;
  }


#s-5e189611-60a4-4b72-8161-253c928792b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e189611-60a4-4b72-8161-253c928792b7-root {
    text-align: center;
  }


#s-5e189611-60a4-4b72-8161-253c928792b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e189611-60a4-4b72-8161-253c928792b7-root {
    text-align: center;
  }


#s-5e189611-60a4-4b72-8161-253c928792b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e189611-60a4-4b72-8161-253c928792b7-root {
    text-align: center;
  }


#s-5e189611-60a4-4b72-8161-253c928792b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99 {
  display: none;
}
#s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99, #wrap-s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99, #wrap-content-s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3f616dc3-ffdb-479b-a1f8-c1c2ff4bfc99"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  
}
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/480x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/960x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/768x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/1536x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/1024x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/2048x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/1200x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 {
  background-image: url(https://i.shgcdn.com/53cbecf2-90f1-4e3d-b494-50bad89c609d/-/resize/2048x/);
}
#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0215493d-d843-4e5d-8cc5-aaecdf5fc480.shg-box.shg-c {
  justify-content: center;
}

#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 {
  padding-bottom: 0px;
}
}
#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-76890bdf-bb7e-42c0-8b33-d8102dbd5e59 .shogun-heading-component h1 {
  color: rgba(178, 110, 174, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-5ec16748-6923-4a0d-937c-b0d04fe04467 {
  margin-top: -3px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ec16748-6923-4a0d-937c-b0d04fe04467 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-5ec16748-6923-4a0d-937c-b0d04fe04467 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5ec16748-6923-4a0d-937c-b0d04fe04467 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-5ec16748-6923-4a0d-937c-b0d04fe04467 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88 {
  margin-top: 11px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(178, 110, 174, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88:hover {background-color: rgba(178, 110, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88 {
  margin-bottom: 21px;
padding-top: 8px;
padding-bottom: 8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88 {
  margin-top: 1px;
margin-bottom: 20px;
padding-top: 8px;
padding-bottom: 8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88 {
  margin-top: 0px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88 {
  margin-top: 0px;
margin-bottom: 26px;
}
}

  #s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88-root {
    text-align: center;
  }


#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88-root {
    text-align: center;
  }


#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88-root {
    text-align: center;
  }


#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88-root {
    text-align: center;
  }


#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88-root {
    text-align: center;
  }


#s-1ec5e371-dd16-4b2a-b8ed-0bd427229a88.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  max-width: 1500px;
text-align: center;
}
@media (min-width: 1200px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  display: none;
}
#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f, #wrap-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f, #wrap-content-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  display: none;
}
#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f, #wrap-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f, #wrap-content-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  display: none;
}
#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f, #wrap-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f, #wrap-content-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f { display: none !important; }}@media (max-width: 767px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  margin-top: 0px;
margin-bottom: 8px;
}
}
#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  margin: 0 !important;
  overflow: visible;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f-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-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add background color handling */
  
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image {
  box-sizing: border-box;
}



.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  
}


@media (min-width: 1200px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  margin: 0 !important;
  overflow: visible;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f-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-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add background color handling */
  
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image {
  box-sizing: border-box;
}



.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  margin: 0 !important;
  overflow: visible;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f-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-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add background color handling */
  
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image {
  box-sizing: border-box;
}



.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  margin: 0 !important;
  overflow: visible;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f-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-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add background color handling */
  
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image {
  box-sizing: border-box;
}



.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  
}


}@media (max-width: 767px){#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  margin: 0 !important;
  overflow: visible;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f-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-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 8px;
}

.shg-image-content-margin-container-s-e95c3bf4-d40c-4c7f-94c4-d6962545400f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add background color handling */
  
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e95c3bf4-d40c-4c7f-94c4-d6962545400f.shogun-image {
  box-sizing: border-box;
}



.s-e95c3bf4-d40c-4c7f-94c4-d6962545400f img.shogun-image {
  
}


}
#s-9ce7ad2f-705b-491c-a766-8b0be36728b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9ce7ad2f-705b-491c-a766-8b0be36728b4 {
  margin-top: -16px;
margin-bottom: -16px;
display: none;
}
#s-9ce7ad2f-705b-491c-a766-8b0be36728b4, #wrap-s-9ce7ad2f-705b-491c-a766-8b0be36728b4, #wrap-content-s-9ce7ad2f-705b-491c-a766-8b0be36728b4 { display: none !important; }}







#s-9ce7ad2f-705b-491c-a766-8b0be36728b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ce7ad2f-705b-491c-a766-8b0be36728b4.shg-box.shg-c {
  justify-content: center;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  max-width: 1500px;
text-align: center;
}
@media (max-width: 767px){#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  margin-top: 20px;
display: none;
}
#s-a5e7fc81-01f4-4f3b-be35-302efc7add20, #wrap-s-a5e7fc81-01f4-4f3b-be35-302efc7add20, #wrap-content-s-a5e7fc81-01f4-4f3b-be35-302efc7add20 { display: none !important; }}
#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20-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-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image {
  box-sizing: border-box;
}



.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20-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-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image {
  box-sizing: border-box;
}



.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20-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-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image {
  box-sizing: border-box;
}



.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20-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-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image {
  box-sizing: border-box;
}



.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20-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-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-a5e7fc81-01f4-4f3b-be35-302efc7add20 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e7fc81-01f4-4f3b-be35-302efc7add20.shogun-image {
  box-sizing: border-box;
}



.s-a5e7fc81-01f4-4f3b-be35-302efc7add20 img.shogun-image {
  
}


}
#s-4251011c-62a2-40b7-b73c-7ab541dd3b55 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-4251011c-62a2-40b7-b73c-7ab541dd3b55 {
  background-color: rgba(255, 255, 255, 0);
}
}







#s-4251011c-62a2-40b7-b73c-7ab541dd3b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4251011c-62a2-40b7-b73c-7ab541dd3b55 {
  cursor: pointer;
}#s-4251011c-62a2-40b7-b73c-7ab541dd3b55.shg-box.shg-c {
  justify-content: center;
}

#s-f029136d-a877-4971-b995-80fcce29904c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f029136d-a877-4971-b995-80fcce29904c {
  display: none;
}
#s-f029136d-a877-4971-b995-80fcce29904c, #wrap-s-f029136d-a877-4971-b995-80fcce29904c, #wrap-content-s-f029136d-a877-4971-b995-80fcce29904c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f029136d-a877-4971-b995-80fcce29904c {
  display: none;
}
#s-f029136d-a877-4971-b995-80fcce29904c, #wrap-s-f029136d-a877-4971-b995-80fcce29904c, #wrap-content-s-f029136d-a877-4971-b995-80fcce29904c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f029136d-a877-4971-b995-80fcce29904c {
  display: none;
}
#s-f029136d-a877-4971-b995-80fcce29904c, #wrap-s-f029136d-a877-4971-b995-80fcce29904c, #wrap-content-s-f029136d-a877-4971-b995-80fcce29904c { display: none !important; }}@media (max-width: 767px){#s-f029136d-a877-4971-b995-80fcce29904c {
  padding-top: 6px;
padding-bottom: 6px;
}
}
#s-f029136d-a877-4971-b995-80fcce29904c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (max-width: 767px){#s-f029136d-a877-4971-b995-80fcce29904c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}
#s-a1bcd3a9-0909-4d44-8262-3db53dde3559 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a1bcd3a9-0909-4d44-8262-3db53dde3559 {
  display: none;
}
#s-a1bcd3a9-0909-4d44-8262-3db53dde3559, #wrap-s-a1bcd3a9-0909-4d44-8262-3db53dde3559, #wrap-content-s-a1bcd3a9-0909-4d44-8262-3db53dde3559 { display: none !important; }}
#s-a1bcd3a9-0909-4d44-8262-3db53dde3559 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  margin-left: auto;
margin-right: auto;
max-width: 1683px;
text-align: center;
}
@media (min-width: 1200px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  display: none;
}
#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03, #wrap-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03, #wrap-content-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  display: none;
}
#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03, #wrap-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03, #wrap-content-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  display: none;
}
#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03, #wrap-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03, #wrap-content-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 { display: none !important; }}@media (max-width: 767px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  
}
}
#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03-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-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image {
  box-sizing: border-box;
}



.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03-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-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image {
  box-sizing: border-box;
}



.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03-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-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image {
  box-sizing: border-box;
}



.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03-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-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image {
  box-sizing: border-box;
}



.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  margin: 0 !important;
  overflow: visible;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03-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-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add background color handling */
  
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3488a9ca-fec8-4f1f-b133-cf4866edaf03.shogun-image {
  box-sizing: border-box;
}



.s-3488a9ca-fec8-4f1f-b133-cf4866edaf03 img.shogun-image {
  
}


}
#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin-left: auto;
margin-right: auto;
max-width: 1453px;
text-align: center;
}
@media (min-width: 1200px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  display: none;
}
#s-684e3109-9c6c-453b-9ab8-9645584e29ec, #wrap-s-684e3109-9c6c-453b-9ab8-9645584e29ec, #wrap-content-s-684e3109-9c6c-453b-9ab8-9645584e29ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  display: none;
}
#s-684e3109-9c6c-453b-9ab8-9645584e29ec, #wrap-s-684e3109-9c6c-453b-9ab8-9645584e29ec, #wrap-content-s-684e3109-9c6c-453b-9ab8-9645584e29ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  display: none;
}
#s-684e3109-9c6c-453b-9ab8-9645584e29ec, #wrap-s-684e3109-9c6c-453b-9ab8-9645584e29ec, #wrap-content-s-684e3109-9c6c-453b-9ab8-9645584e29ec { display: none !important; }}@media (max-width: 767px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin-top: 7px;
margin-left: 5%;
max-width: 350px;
}
}
#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-684e3109-9c6c-453b-9ab8-9645584e29ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-684e3109-9c6c-453b-9ab8-9645584e29ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-684e3109-9c6c-453b-9ab8-9645584e29ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-684e3109-9c6c-453b-9ab8-9645584e29ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  
  margin-top: 7px;
  
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-684e3109-9c6c-453b-9ab8-9645584e29ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec img.shogun-image {
  width: 100%;
  
  
  max-width: 1453px;

      
    max-width: 1453px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-684e3109-9c6c-453b-9ab8-9645584e29ec .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684e3109-9c6c-453b-9ab8-9645584e29ec.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-80a821c4-ff6f-42ac-a510-124ce33e2e62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-80a821c4-ff6f-42ac-a510-124ce33e2e62 {
  display: none;
}
#s-80a821c4-ff6f-42ac-a510-124ce33e2e62, #wrap-s-80a821c4-ff6f-42ac-a510-124ce33e2e62, #wrap-content-s-80a821c4-ff6f-42ac-a510-124ce33e2e62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80a821c4-ff6f-42ac-a510-124ce33e2e62 {
  display: none;
}
#s-80a821c4-ff6f-42ac-a510-124ce33e2e62, #wrap-s-80a821c4-ff6f-42ac-a510-124ce33e2e62, #wrap-content-s-80a821c4-ff6f-42ac-a510-124ce33e2e62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80a821c4-ff6f-42ac-a510-124ce33e2e62 {
  display: none;
}
#s-80a821c4-ff6f-42ac-a510-124ce33e2e62, #wrap-s-80a821c4-ff6f-42ac-a510-124ce33e2e62, #wrap-content-s-80a821c4-ff6f-42ac-a510-124ce33e2e62 { display: none !important; }}







#s-80a821c4-ff6f-42ac-a510-124ce33e2e62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80a821c4-ff6f-42ac-a510-124ce33e2e62.shg-box.shg-c {
  justify-content: center;
}

#s-e1eb9570-2421-485a-ab1a-e0ae49474495 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1eb9570-2421-485a-ab1a-e0ae49474495 .shogun-heading-component h1 {
  color: rgba(247, 85, 135, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


@media (max-width: 767px){#s-e1eb9570-2421-485a-ab1a-e0ae49474495 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  display: none;
}
#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26, #wrap-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26, #wrap-content-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 { display: none !important; }}
#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaefee8a-7e5a-4e23-be3f-a7c512849a26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3edb715a-ea96-4d42-a553-ed117a1f2e4e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3edb715a-ea96-4d42-a553-ed117a1f2e4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-90ba7fad-6dba-4bbc-9b40-75d8f368e73f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-90ba7fad-6dba-4bbc-9b40-75d8f368e73f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90ba7fad-6dba-4bbc-9b40-75d8f368e73f.shg-box.shg-c {
  justify-content: center;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin-left: auto;
margin-right: auto;
max-width: 1452px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin-top: 30px;
}
}
#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 30px;
  
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 img.shogun-image {
  width: 100%;
  
  
  max-width: 1452px;

      
    max-width: 1452px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afe829c-9cfc-4d60-bd9b-c6cd0146f465.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ca3f117e-b993-4197-875b-1dde83b15620 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ca3f117e-b993-4197-875b-1dde83b15620 {
  margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca3f117e-b993-4197-875b-1dde83b15620 {
  margin-bottom: 30px;
}
}
#s-ca3f117e-b993-4197-875b-1dde83b15620 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-ca3f117e-b993-4197-875b-1dde83b15620 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ca3f117e-b993-4197-875b-1dde83b15620 .shogun-heading-component h1 {
  color: rgba(254, 254, 254, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ca3f117e-b993-4197-875b-1dde83b15620 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}
#s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa48a0bd-2fad-4c2c-80c4-fffd089f2653"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4c54453c-3063-4d93-ad7c-056d8d520683 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-29545fe9-0d58-426d-8fdb-388b383d9e6f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29545fe9-0d58-426d-8fdb-388b383d9e6f img.shogun-image {
  width: 100%;
  height: auto;
}





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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b780b149-d316-4887-9634-e220fc65d77c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b780b149-d316-4887-9634-e220fc65d77c .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-b780b149-d316-4887-9634-e220fc65d77c .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b780b149-d316-4887-9634-e220fc65d77c .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-b780b149-d316-4887-9634-e220fc65d77c .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-0c31cbe6-b5b6-4030-ad77-9556ba0a7d8c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-45b38c0c-410b-4fc7-92d8-0fab70a27819 {
  margin-left: auto;
margin-right: auto;
}

#s-d856c19e-3306-4092-afdd-d20cbfa5efea {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d856c19e-3306-4092-afdd-d20cbfa5efea img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e588e508-327b-4b2e-aa99-dcb48763cd1b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e588e508-327b-4b2e-aa99-dcb48763cd1b .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-e588e508-327b-4b2e-aa99-dcb48763cd1b .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e588e508-327b-4b2e-aa99-dcb48763cd1b .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-e588e508-327b-4b2e-aa99-dcb48763cd1b .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-e9a2f6b0-7758-4b16-a1d2-9a818c8bd691 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f4741714-776e-4675-9b7b-6262001c6f73 {
  margin-left: auto;
margin-right: auto;
}

#s-42bafc27-aca3-4dc7-af44-d245656389ff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42bafc27-aca3-4dc7-af44-d245656389ff img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1c7b2371-87b6-4711-b843-0a14aa872e92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1c7b2371-87b6-4711-b843-0a14aa872e92 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-1c7b2371-87b6-4711-b843-0a14aa872e92 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c7b2371-87b6-4711-b843-0a14aa872e92 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-1c7b2371-87b6-4711-b843-0a14aa872e92 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-15f70f7d-ba3c-4033-864f-d2f1d1e887d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f7839f90-ea3e-4309-b113-7feed412fdc5 {
  margin-left: auto;
margin-right: auto;
}

#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ba293de-92f8-47d3-b2b6-3b4c440f0f83 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cf6e51bf-6ee0-4422-8ca4-2781b4d07e7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cf6e51bf-6ee0-4422-8ca4-2781b4d07e7f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-cf6e51bf-6ee0-4422-8ca4-2781b4d07e7f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf6e51bf-6ee0-4422-8ca4-2781b4d07e7f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-cf6e51bf-6ee0-4422-8ca4-2781b4d07e7f .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-01b33b34-7fcc-411f-a88d-bf1567b7d2fa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}

  #s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf-root {
    text-align: center;
  }


#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf-root {
    text-align: center;
  }


#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf-root {
    text-align: center;
  }


#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf-root {
    text-align: center;
  }


#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf-root {
    text-align: center;
  }


#s-a5655efa-0be8-41e1-b8ce-dd31c72cc4bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0098447b-3008-4409-9106-12ab2caab7fa {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0098447b-3008-4409-9106-12ab2caab7fa {
  background-color: rgba(255, 255, 255, 1);
}
}







#s-0098447b-3008-4409-9106-12ab2caab7fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0098447b-3008-4409-9106-12ab2caab7fa {
  cursor: pointer;
}#s-0098447b-3008-4409-9106-12ab2caab7fa.shg-box.shg-c {
  justify-content: center;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  margin-left: auto;
margin-right: auto;
max-width: 1459px;
text-align: center;
}
@media (min-width: 1200px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  display: none;
}
#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006, #wrap-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006, #wrap-content-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  display: none;
}
#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006, #wrap-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006, #wrap-content-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  display: none;
}
#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006, #wrap-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006, #wrap-content-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 { display: none !important; }}
#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  margin: 0 !important;
  overflow: visible;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006-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-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add background color handling */
  
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image {
  box-sizing: border-box;
}



.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  margin: 0 !important;
  overflow: visible;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006-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-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add background color handling */
  
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image {
  box-sizing: border-box;
}



.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  margin: 0 !important;
  overflow: visible;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006-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-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add background color handling */
  
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image {
  box-sizing: border-box;
}



.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  margin: 0 !important;
  overflow: visible;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006-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-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add background color handling */
  
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image {
  box-sizing: border-box;
}



.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  margin: 0 !important;
  overflow: visible;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006-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-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add background color handling */
  
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a196f4fa-d700-4388-bc4c-5a7ce37d5006.shogun-image {
  box-sizing: border-box;
}



.s-a196f4fa-d700-4388-bc4c-5a7ce37d5006 img.shogun-image {
  
}


}
#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin-left: auto;
margin-right: auto;
max-width: 1143px;
text-align: center;
}
@media (min-width: 1200px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  display: none;
}
#s-ca291554-e2d8-4cae-80b0-400f52ae2975, #wrap-s-ca291554-e2d8-4cae-80b0-400f52ae2975, #wrap-content-s-ca291554-e2d8-4cae-80b0-400f52ae2975 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  display: none;
}
#s-ca291554-e2d8-4cae-80b0-400f52ae2975, #wrap-s-ca291554-e2d8-4cae-80b0-400f52ae2975, #wrap-content-s-ca291554-e2d8-4cae-80b0-400f52ae2975 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  display: none;
}
#s-ca291554-e2d8-4cae-80b0-400f52ae2975, #wrap-s-ca291554-e2d8-4cae-80b0-400f52ae2975, #wrap-content-s-ca291554-e2d8-4cae-80b0-400f52ae2975 { display: none !important; }}@media (max-width: 767px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
max-width: 300px;
}
}
#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975-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-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca291554-e2d8-4cae-80b0-400f52ae2975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image {
  box-sizing: border-box;
}



.s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975-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-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca291554-e2d8-4cae-80b0-400f52ae2975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image {
  box-sizing: border-box;
}



.s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975-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-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca291554-e2d8-4cae-80b0-400f52ae2975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image {
  box-sizing: border-box;
}



.s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975-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-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca291554-e2d8-4cae-80b0-400f52ae2975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image {
  box-sizing: border-box;
}



.s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975-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-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ca291554-e2d8-4cae-80b0-400f52ae2975 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca291554-e2d8-4cae-80b0-400f52ae2975 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca291554-e2d8-4cae-80b0-400f52ae2975.shogun-image {
  box-sizing: border-box;
}



.s-ca291554-e2d8-4cae-80b0-400f52ae2975 img.shogun-image {
  
}


}
#s-b21462ee-b642-445d-a058-62e870917224 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (max-width: 767px){#s-b21462ee-b642-445d-a058-62e870917224 {
  display: none;
}
#s-b21462ee-b642-445d-a058-62e870917224, #wrap-s-b21462ee-b642-445d-a058-62e870917224, #wrap-content-s-b21462ee-b642-445d-a058-62e870917224 { display: none !important; }}
#s-b21462ee-b642-445d-a058-62e870917224 {
  margin: 0 !important;
  overflow: visible;
}

#s-b21462ee-b642-445d-a058-62e870917224-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-b21462ee-b642-445d-a058-62e870917224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b21462ee-b642-445d-a058-62e870917224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add background color handling */
  
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b21462ee-b642-445d-a058-62e870917224 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b21462ee-b642-445d-a058-62e870917224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21462ee-b642-445d-a058-62e870917224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21462ee-b642-445d-a058-62e870917224.shogun-image {
  box-sizing: border-box;
}



.s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b21462ee-b642-445d-a058-62e870917224 {
  margin: 0 !important;
  overflow: visible;
}

#s-b21462ee-b642-445d-a058-62e870917224-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-b21462ee-b642-445d-a058-62e870917224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b21462ee-b642-445d-a058-62e870917224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add background color handling */
  
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b21462ee-b642-445d-a058-62e870917224 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b21462ee-b642-445d-a058-62e870917224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21462ee-b642-445d-a058-62e870917224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21462ee-b642-445d-a058-62e870917224.shogun-image {
  box-sizing: border-box;
}



.s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b21462ee-b642-445d-a058-62e870917224 {
  margin: 0 !important;
  overflow: visible;
}

#s-b21462ee-b642-445d-a058-62e870917224-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-b21462ee-b642-445d-a058-62e870917224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b21462ee-b642-445d-a058-62e870917224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add background color handling */
  
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b21462ee-b642-445d-a058-62e870917224 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b21462ee-b642-445d-a058-62e870917224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21462ee-b642-445d-a058-62e870917224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21462ee-b642-445d-a058-62e870917224.shogun-image {
  box-sizing: border-box;
}



.s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b21462ee-b642-445d-a058-62e870917224 {
  margin: 0 !important;
  overflow: visible;
}

#s-b21462ee-b642-445d-a058-62e870917224-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-b21462ee-b642-445d-a058-62e870917224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b21462ee-b642-445d-a058-62e870917224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add background color handling */
  
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b21462ee-b642-445d-a058-62e870917224 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b21462ee-b642-445d-a058-62e870917224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21462ee-b642-445d-a058-62e870917224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21462ee-b642-445d-a058-62e870917224.shogun-image {
  box-sizing: border-box;
}



.s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b21462ee-b642-445d-a058-62e870917224 {
  margin: 0 !important;
  overflow: visible;
}

#s-b21462ee-b642-445d-a058-62e870917224-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-b21462ee-b642-445d-a058-62e870917224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b21462ee-b642-445d-a058-62e870917224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add background color handling */
  
}

#s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b21462ee-b642-445d-a058-62e870917224 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b21462ee-b642-445d-a058-62e870917224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21462ee-b642-445d-a058-62e870917224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21462ee-b642-445d-a058-62e870917224.shogun-image {
  box-sizing: border-box;
}



.s-b21462ee-b642-445d-a058-62e870917224 img.shogun-image {
  
}


}
#s-d083e201-a9de-4744-b773-a706672d2db8 {
  margin-top: 7px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
max-width: 450px;
text-align: left;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d083e201-a9de-4744-b773-a706672d2db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d083e201-a9de-4744-b773-a706672d2db8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d083e201-a9de-4744-b773-a706672d2db8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d083e201-a9de-4744-b773-a706672d2db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d083e201-a9de-4744-b773-a706672d2db8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d083e201-a9de-4744-b773-a706672d2db8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d083e201-a9de-4744-b773-a706672d2db8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d083e201-a9de-4744-b773-a706672d2db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d083e201-a9de-4744-b773-a706672d2db8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d083e201-a9de-4744-b773-a706672d2db8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d083e201-a9de-4744-b773-a706672d2db8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d083e201-a9de-4744-b773-a706672d2db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d083e201-a9de-4744-b773-a706672d2db8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d083e201-a9de-4744-b773-a706672d2db8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d083e201-a9de-4744-b773-a706672d2db8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d083e201-a9de-4744-b773-a706672d2db8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d083e201-a9de-4744-b773-a706672d2db8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d083e201-a9de-4744-b773-a706672d2db8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d083e201-a9de-4744-b773-a706672d2db8 img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d083e201-a9de-4744-b773-a706672d2db8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d083e201-a9de-4744-b773-a706672d2db8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f29f3987-2144-4bdc-975c-d6cce089ecab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab {
  display: none;
}
#s-f29f3987-2144-4bdc-975c-d6cce089ecab, #wrap-s-f29f3987-2144-4bdc-975c-d6cce089ecab, #wrap-content-s-f29f3987-2144-4bdc-975c-d6cce089ecab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab {
  display: none;
}
#s-f29f3987-2144-4bdc-975c-d6cce089ecab, #wrap-s-f29f3987-2144-4bdc-975c-d6cce089ecab, #wrap-content-s-f29f3987-2144-4bdc-975c-d6cce089ecab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab {
  display: none;
}
#s-f29f3987-2144-4bdc-975c-d6cce089ecab, #wrap-s-f29f3987-2144-4bdc-975c-d6cce089ecab, #wrap-content-s-f29f3987-2144-4bdc-975c-d6cce089ecab { display: none !important; }}@media (max-width: 767px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f29f3987-2144-4bdc-975c-d6cce089ecab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  italic ;
  font-size: 69px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  italic ;
  font-size: 63px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Lora";
  font-style:  italic ;
  font-size: 50px;
  
  
  
}


}@media (max-width: 767px){#s-f29f3987-2144-4bdc-975c-d6cce089ecab .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-44a499fe-ef55-4e39-9492-6f5f8c06794e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 1px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e {
  padding-top: 30px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e {
  padding-top: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e {
  display: none;
}
#s-44a499fe-ef55-4e39-9492-6f5f8c06794e, #wrap-s-44a499fe-ef55-4e39-9492-6f5f8c06794e, #wrap-content-s-44a499fe-ef55-4e39-9492-6f5f8c06794e { display: none !important; }}
#s-44a499fe-ef55-4e39-9492-6f5f8c06794e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


@media (min-width: 1200px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-44a499fe-ef55-4e39-9492-6f5f8c06794e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  
}


}
#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc {
  padding-top: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc {
  padding-top: 5px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc {
  padding-top: 3px;
}
}@media (max-width: 767px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc {
  margin-top: -1px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
}
}
#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc .shogun-heading-component h1 {
  color: rgba(111, 139, 59, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-f30d54d1-fd40-443f-adb6-84a67b9b9cbc .shogun-heading-component h1 {
  color: rgba(225, 44, 120, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}
#s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a4f8c2ee-811f-47c1-b03f-a8b36db47b76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-62e86630-9623-43c2-bf36-a6e766f322fd {
  margin-left: auto;
margin-right: auto;
}

#s-685ffedd-7daf-4461-aee2-a0c2434681b4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-685ffedd-7daf-4461-aee2-a0c2434681b4 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d20e2ecc-4623-4976-9934-38fa08b01e49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d20e2ecc-4623-4976-9934-38fa08b01e49 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-d20e2ecc-4623-4976-9934-38fa08b01e49 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d20e2ecc-4623-4976-9934-38fa08b01e49 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d20e2ecc-4623-4976-9934-38fa08b01e49 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-d20e2ecc-4623-4976-9934-38fa08b01e49 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-e9a3c2c4-287c-4520-9d87-3caa93eee09b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-042adde9-fa83-4257-b99a-fdcd267b41cb {
  margin-left: auto;
margin-right: auto;
}

#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c00d4b6f-36e8-4db9-a099-feaa355a4fe5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4bd85e4f-8814-4797-9566-0a2b0ce28398 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4bd85e4f-8814-4797-9566-0a2b0ce28398 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-4bd85e4f-8814-4797-9566-0a2b0ce28398 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bd85e4f-8814-4797-9566-0a2b0ce28398 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bd85e4f-8814-4797-9566-0a2b0ce28398 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-4bd85e4f-8814-4797-9566-0a2b0ce28398 .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-0a16088d-b50a-4c9a-85c3-1a4ea9c2d024 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f32776ce-6cef-4aef-a6c3-c8f0dac158a3 {
  margin-left: auto;
margin-right: auto;
}

#s-9d110cc7-d531-49b6-964c-399f71db28a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d110cc7-d531-49b6-964c-399f71db28a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bba7672f-107f-4d75-b80d-9b94e77c4c6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bba7672f-107f-4d75-b80d-9b94e77c4c6a .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-bba7672f-107f-4d75-b80d-9b94e77c4c6a .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bba7672f-107f-4d75-b80d-9b94e77c4c6a .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bba7672f-107f-4d75-b80d-9b94e77c4c6a .shg-product-title-component h1 span {
  color: rgba(2, 2, 2, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-bba7672f-107f-4d75-b80d-9b94e77c4c6a .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-97a37a55-33ef-4efb-9edf-76f127c62d78 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-97a37a55-33ef-4efb-9edf-76f127c62d78 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-97a37a55-33ef-4efb-9edf-76f127c62d78 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-97a37a55-33ef-4efb-9edf-76f127c62d78 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-97a37a55-33ef-4efb-9edf-76f127c62d78 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-97a37a55-33ef-4efb-9edf-76f127c62d78 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-97a37a55-33ef-4efb-9edf-76f127c62d78 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-8e481d6c-1bce-420f-b05e-f7828f077255 {
  margin-left: auto;
margin-right: auto;
}

#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3f80f072-e4a1-4f3c-8937-0d3e58b0b61c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-757bd95d-7fd8-47ea-889c-f169de21192d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-757bd95d-7fd8-47ea-889c-f169de21192d .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
@media (min-width: 1200px){#s-757bd95d-7fd8-47ea-889c-f169de21192d .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-757bd95d-7fd8-47ea-889c-f169de21192d .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-757bd95d-7fd8-47ea-889c-f169de21192d .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  
}
}@media (max-width: 767px){#s-757bd95d-7fd8-47ea-889c-f169de21192d .shg-product-title-component h1 span {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  
}
}
#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 .shg-product-sold-out {
  display: none;
  color: rgba(153, 52, 150, 1);
  font-size: 28px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 .shg-product-price {
  color: rgba(153, 52, 150, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 28px;
}

#s-f9d28a66-e2e1-4a23-bc0d-0460170b77f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-f95115d7-f1c1-469e-a85c-85ee02529f71 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-f95115d7-f1c1-469e-a85c-85ee02529f71:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f95115d7-f1c1-469e-a85c-85ee02529f71:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f95115d7-f1c1-469e-a85c-85ee02529f71 {
  margin-top: 10px;
margin-bottom: 25px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f95115d7-f1c1-469e-a85c-85ee02529f71 {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f95115d7-f1c1-469e-a85c-85ee02529f71 {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-f95115d7-f1c1-469e-a85c-85ee02529f71 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}

  #s-f95115d7-f1c1-469e-a85c-85ee02529f71-root {
    text-align: center;
  }


#s-f95115d7-f1c1-469e-a85c-85ee02529f71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f95115d7-f1c1-469e-a85c-85ee02529f71-root {
    text-align: center;
  }


#s-f95115d7-f1c1-469e-a85c-85ee02529f71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f95115d7-f1c1-469e-a85c-85ee02529f71-root {
    text-align: center;
  }


#s-f95115d7-f1c1-469e-a85c-85ee02529f71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f95115d7-f1c1-469e-a85c-85ee02529f71-root {
    text-align: center;
  }


#s-f95115d7-f1c1-469e-a85c-85ee02529f71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f95115d7-f1c1-469e-a85c-85ee02529f71-root {
    text-align: center;
  }


#s-f95115d7-f1c1-469e-a85c-85ee02529f71.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-146cff17-7e71-49e2-a5e7-7c1cde7e804f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-146cff17-7e71-49e2-a5e7-7c1cde7e804f {
  background-color: rgba(255, 255, 255, 0);
}
}







#s-146cff17-7e71-49e2-a5e7-7c1cde7e804f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-146cff17-7e71-49e2-a5e7-7c1cde7e804f {
  cursor: pointer;
}#s-146cff17-7e71-49e2-a5e7-7c1cde7e804f.shg-box.shg-c {
  justify-content: center;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  margin-left: auto;
margin-right: auto;
max-width: 3806px;
text-align: center;
}
@media (max-width: 767px){#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  display: none;
}
#s-bb40e4a6-df70-4129-a15f-9f4fe86256de, #wrap-s-bb40e4a6-df70-4129-a15f-9f4fe86256de, #wrap-content-s-bb40e4a6-df70-4129-a15f-9f4fe86256de { display: none !important; }}
#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  margin: 0 !important;
  overflow: visible;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de-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-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add background color handling */
  
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb40e4a6-df70-4129-a15f-9f4fe86256de .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image {
  box-sizing: border-box;
}



.s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  
}


@media (min-width: 1200px){#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  margin: 0 !important;
  overflow: visible;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de-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-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add background color handling */
  
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb40e4a6-df70-4129-a15f-9f4fe86256de .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image {
  box-sizing: border-box;
}



.s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  margin: 0 !important;
  overflow: visible;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de-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-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add background color handling */
  
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb40e4a6-df70-4129-a15f-9f4fe86256de .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image {
  box-sizing: border-box;
}



.s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  margin: 0 !important;
  overflow: visible;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de-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-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add background color handling */
  
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb40e4a6-df70-4129-a15f-9f4fe86256de .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image {
  box-sizing: border-box;
}



.s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  
}


}@media (max-width: 767px){#s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  margin: 0 !important;
  overflow: visible;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de-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-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb40e4a6-df70-4129-a15f-9f4fe86256de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add background color handling */
  
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb40e4a6-df70-4129-a15f-9f4fe86256de .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb40e4a6-df70-4129-a15f-9f4fe86256de.shogun-image {
  box-sizing: border-box;
}



.s-bb40e4a6-df70-4129-a15f-9f4fe86256de img.shogun-image {
  
}


}
#s-d4d56e3c-b938-41ee-b0e9-8022814d4ca3 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4d56e3c-b938-41ee-b0e9-8022814d4ca3 {
  padding-top: 20px;
}
}
#s-d4d56e3c-b938-41ee-b0e9-8022814d4ca3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d4d56e3c-b938-41ee-b0e9-8022814d4ca3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4d56e3c-b938-41ee-b0e9-8022814d4ca3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  margin-left: 0%;
margin-right: 0%;
max-width: 600px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  max-width: 530px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  max-width: 400px;
}
}
#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b23f55e0-9ebe-4885-ac06-3d3679e2da33.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c40bbce-3edb-44de-9e98-aa537629770c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c40bbce-3edb-44de-9e98-aa537629770c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2c40bbce-3edb-44de-9e98-aa537629770c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c40bbce-3edb-44de-9e98-aa537629770c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-6b18be57-5d43-4e0e-855d-d84f70a824dd {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-6b18be57-5d43-4e0e-855d-d84f70a824dd:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b18be57-5d43-4e0e-855d-d84f70a824dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6b18be57-5d43-4e0e-855d-d84f70a824dd {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-6b18be57-5d43-4e0e-855d-d84f70a824dd {
  margin-bottom: 30px;
}
}

  #s-6b18be57-5d43-4e0e-855d-d84f70a824dd-root {
    text-align: center;
  }


#s-6b18be57-5d43-4e0e-855d-d84f70a824dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b18be57-5d43-4e0e-855d-d84f70a824dd-root {
    text-align: center;
  }


#s-6b18be57-5d43-4e0e-855d-d84f70a824dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b18be57-5d43-4e0e-855d-d84f70a824dd-root {
    text-align: center;
  }


#s-6b18be57-5d43-4e0e-855d-d84f70a824dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b18be57-5d43-4e0e-855d-d84f70a824dd-root {
    text-align: center;
  }


#s-6b18be57-5d43-4e0e-855d-d84f70a824dd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b18be57-5d43-4e0e-855d-d84f70a824dd-root {
    text-align: center;
  }


#s-6b18be57-5d43-4e0e-855d-d84f70a824dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  margin-left: auto;
margin-right: auto;
max-width: 1903px;
text-align: center;
}
@media (min-width: 1200px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  display: none;
}
#s-f58b9c84-3970-49b4-b9ad-4633e5255a54, #wrap-s-f58b9c84-3970-49b4-b9ad-4633e5255a54, #wrap-content-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  display: none;
}
#s-f58b9c84-3970-49b4-b9ad-4633e5255a54, #wrap-s-f58b9c84-3970-49b4-b9ad-4633e5255a54, #wrap-content-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  display: none;
}
#s-f58b9c84-3970-49b4-b9ad-4633e5255a54, #wrap-s-f58b9c84-3970-49b4-b9ad-4633e5255a54, #wrap-content-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 { display: none !important; }}@media (max-width: 767px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  
}
}
#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54-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-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image {
  box-sizing: border-box;
}



.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54-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-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image {
  box-sizing: border-box;
}



.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54-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-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image {
  box-sizing: border-box;
}



.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54-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-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image {
  box-sizing: border-box;
}



.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54-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-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b9c84-3970-49b4-b9ad-4633e5255a54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b9c84-3970-49b4-b9ad-4633e5255a54.shogun-image {
  box-sizing: border-box;
}



.s-f58b9c84-3970-49b4-b9ad-4633e5255a54 img.shogun-image {
  
}


}
#s-88344e13-2c8d-474e-8b8d-be549b1da4ba {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88344e13-2c8d-474e-8b8d-be549b1da4ba {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-88344e13-2c8d-474e-8b8d-be549b1da4ba {
  padding-top: 10px;
}
}
#s-88344e13-2c8d-474e-8b8d-be549b1da4ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-88344e13-2c8d-474e-8b8d-be549b1da4ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-88344e13-2c8d-474e-8b8d-be549b1da4ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-88344e13-2c8d-474e-8b8d-be549b1da4ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin-left: 0%;
margin-right: 0%;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin-bottom: 30px;
max-width: 330px;
}
}
#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5849c729-5de7-4f7c-979b-3982f884d6bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5849c729-5de7-4f7c-979b-3982f884d6bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5849c729-5de7-4f7c-979b-3982f884d6bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5849c729-5de7-4f7c-979b-3982f884d6bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5849c729-5de7-4f7c-979b-3982f884d6bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5849c729-5de7-4f7c-979b-3982f884d6bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5849c729-5de7-4f7c-979b-3982f884d6bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eb314ec3-218a-44f5-b49e-17faa3501df3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 {
  display: none;
}
#s-eb314ec3-218a-44f5-b49e-17faa3501df3, #wrap-s-eb314ec3-218a-44f5-b49e-17faa3501df3, #wrap-content-s-eb314ec3-218a-44f5-b49e-17faa3501df3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 {
  display: none;
}
#s-eb314ec3-218a-44f5-b49e-17faa3501df3, #wrap-s-eb314ec3-218a-44f5-b49e-17faa3501df3, #wrap-content-s-eb314ec3-218a-44f5-b49e-17faa3501df3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 {
  display: none;
}
#s-eb314ec3-218a-44f5-b49e-17faa3501df3, #wrap-s-eb314ec3-218a-44f5-b49e-17faa3501df3, #wrap-content-s-eb314ec3-218a-44f5-b49e-17faa3501df3 { display: none !important; }}@media (max-width: 767px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-eb314ec3-218a-44f5-b49e-17faa3501df3 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-eb314ec3-218a-44f5-b49e-17faa3501df3 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca {
  display: none;
}
#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca, #wrap-s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca, #wrap-content-s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca {
  display: none;
}
#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca, #wrap-s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca, #wrap-content-s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca {
  display: none;
}
#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca, #wrap-s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca, #wrap-content-s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca { display: none !important; }}







#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebb87f43-502a-466f-b9c6-19b59ab0d2ca.shg-box.shg-c {
  justify-content: center;
}

#s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d94f041-b3c8-4b24-9be8-9a2c9ba0245b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76e5c857-a7c1-453c-a689-83b25530b1b0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-76e5c857-a7c1-453c-a689-83b25530b1b0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5c857-a7c1-453c-a689-83b25530b1b0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-141abafe-9416-44f7-9e74-8df09292ea47 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-141abafe-9416-44f7-9e74-8df09292ea47 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-141abafe-9416-44f7-9e74-8df09292ea47 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-141abafe-9416-44f7-9e74-8df09292ea47 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-141abafe-9416-44f7-9e74-8df09292ea47 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-141abafe-9416-44f7-9e74-8df09292ea47 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-141abafe-9416-44f7-9e74-8df09292ea47 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-141abafe-9416-44f7-9e74-8df09292ea47 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-141abafe-9416-44f7-9e74-8df09292ea47 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-141abafe-9416-44f7-9e74-8df09292ea47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-141abafe-9416-44f7-9e74-8df09292ea47 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-141abafe-9416-44f7-9e74-8df09292ea47.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc19ed0-3c24-41ab-a913-d147935a7ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2d97f2f1-da4f-4484-b86c-604dc30c5537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2d97f2f1-da4f-4484-b86c-604dc30c5537 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d97f2f1-da4f-4484-b86c-604dc30c5537.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-709ddbf7-21d5-453a-9b5c-dd32ae343b23 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-709ddbf7-21d5-453a-9b5c-dd32ae343b23 {
  display: none;
}
#s-709ddbf7-21d5-453a-9b5c-dd32ae343b23, #wrap-s-709ddbf7-21d5-453a-9b5c-dd32ae343b23, #wrap-content-s-709ddbf7-21d5-453a-9b5c-dd32ae343b23 { display: none !important; }}







#s-709ddbf7-21d5-453a-9b5c-dd32ae343b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-709ddbf7-21d5-453a-9b5c-dd32ae343b23.shg-box.shg-c {
  justify-content: center;
}

#s-31337c81-513d-4d6d-bc89-0dbfa9bd7963 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-31337c81-513d-4d6d-bc89-0dbfa9bd7963 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31337c81-513d-4d6d-bc89-0dbfa9bd7963 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-31337c81-513d-4d6d-bc89-0dbfa9bd7963 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-31337c81-513d-4d6d-bc89-0dbfa9bd7963"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-31337c81-513d-4d6d-bc89-0dbfa9bd7963"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-31337c81-513d-4d6d-bc89-0dbfa9bd7963"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-31337c81-513d-4d6d-bc89-0dbfa9bd7963"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6032c44c-5be9-49e7-9e0a-89f4b22c2e83.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c14389f-7aae-4223-a9b2-3ecbf7e77879.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6180192f-0909-4be2-9f38-2525007fab0f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6180192f-0909-4be2-9f38-2525007fab0f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6180192f-0909-4be2-9f38-2525007fab0f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6180192f-0909-4be2-9f38-2525007fab0f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6180192f-0909-4be2-9f38-2525007fab0f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6180192f-0909-4be2-9f38-2525007fab0f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6180192f-0909-4be2-9f38-2525007fab0f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6180192f-0909-4be2-9f38-2525007fab0f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6180192f-0909-4be2-9f38-2525007fab0f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6180192f-0909-4be2-9f38-2525007fab0f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6180192f-0909-4be2-9f38-2525007fab0f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6180192f-0909-4be2-9f38-2525007fab0f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6180192f-0909-4be2-9f38-2525007fab0f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6180192f-0909-4be2-9f38-2525007fab0f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6180192f-0909-4be2-9f38-2525007fab0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6180192f-0909-4be2-9f38-2525007fab0f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6180192f-0909-4be2-9f38-2525007fab0f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5e13b4df-c895-4280-9683-553c1c5c91f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5e13b4df-c895-4280-9683-553c1c5c91f5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e13b4df-c895-4280-9683-553c1c5c91f5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33079302-e5d6-40ee-9177-d4750bf6ed76 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-33079302-e5d6-40ee-9177-d4750bf6ed76:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-33079302-e5d6-40ee-9177-d4750bf6ed76:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-33079302-e5d6-40ee-9177-d4750bf6ed76 {
  display: none;
}
#s-33079302-e5d6-40ee-9177-d4750bf6ed76, #wrap-s-33079302-e5d6-40ee-9177-d4750bf6ed76, #wrap-content-s-33079302-e5d6-40ee-9177-d4750bf6ed76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33079302-e5d6-40ee-9177-d4750bf6ed76 {
  display: none;
}
#s-33079302-e5d6-40ee-9177-d4750bf6ed76, #wrap-s-33079302-e5d6-40ee-9177-d4750bf6ed76, #wrap-content-s-33079302-e5d6-40ee-9177-d4750bf6ed76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33079302-e5d6-40ee-9177-d4750bf6ed76 {
  display: none;
}
#s-33079302-e5d6-40ee-9177-d4750bf6ed76, #wrap-s-33079302-e5d6-40ee-9177-d4750bf6ed76, #wrap-content-s-33079302-e5d6-40ee-9177-d4750bf6ed76 { display: none !important; }}@media (max-width: 767px){#s-33079302-e5d6-40ee-9177-d4750bf6ed76 {
  margin-bottom: 30px;
}
}

  #s-33079302-e5d6-40ee-9177-d4750bf6ed76-root {
    text-align: center;
  }


#s-33079302-e5d6-40ee-9177-d4750bf6ed76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33079302-e5d6-40ee-9177-d4750bf6ed76-root {
    text-align: center;
  }


#s-33079302-e5d6-40ee-9177-d4750bf6ed76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33079302-e5d6-40ee-9177-d4750bf6ed76-root {
    text-align: center;
  }


#s-33079302-e5d6-40ee-9177-d4750bf6ed76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33079302-e5d6-40ee-9177-d4750bf6ed76-root {
    text-align: center;
  }


#s-33079302-e5d6-40ee-9177-d4750bf6ed76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33079302-e5d6-40ee-9177-d4750bf6ed76-root {
    text-align: center;
  }


#s-33079302-e5d6-40ee-9177-d4750bf6ed76.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4e6e1b1e-3530-4840-929e-6500985c9847 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-4e6e1b1e-3530-4840-929e-6500985c9847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e6e1b1e-3530-4840-929e-6500985c9847 {
  cursor: pointer;
}#s-4e6e1b1e-3530-4840-929e-6500985c9847.shg-box.shg-c {
  justify-content: center;
}

#s-344b5800-fcec-4a6d-88d0-0b2835c5c272 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-344b5800-fcec-4a6d-88d0-0b2835c5c272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-344b5800-fcec-4a6d-88d0-0b2835c5c272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-344b5800-fcec-4a6d-88d0-0b2835c5c272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-344b5800-fcec-4a6d-88d0-0b2835c5c272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  
}
}
#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-479bbbcb-e6a5-4513-b599-bf22f9cb3045.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 {
  padding-top: 30px;
padding-bottom: 18px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 {
  margin-top: -1px;
margin-left: 0%;
margin-right: 0%;
padding-top: 100px;
}
}
#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 .shogun-heading-component h1 {
  color: rgba(111, 139, 59, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-b6b4fdee-5a74-42a4-80d0-d5d2614e7e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.2em;
  
  
}


}
#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin-top: 10px;
}
}
#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 9%;
  padding-right: 9%;
  
  
}


.shg-image-content-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 11%;
  padding-right: 11%;
  
  
}


.shg-image-content-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ad8f64-42b9-44ac-b36c-1262367e8fb2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-205973c8-b5d4-4172-ae52-6583557b9317 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-205973c8-b5d4-4172-ae52-6583557b9317 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-205973c8-b5d4-4172-ae52-6583557b9317 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-205973c8-b5d4-4172-ae52-6583557b9317 {
  margin-top: 10px;
margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
padding-top: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-205973c8-b5d4-4172-ae52-6583557b9317 {
  
}
}
#s-205973c8-b5d4-4172-ae52-6583557b9317 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 1200px){#s-205973c8-b5d4-4172-ae52-6583557b9317 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-205973c8-b5d4-4172-ae52-6583557b9317 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-205973c8-b5d4-4172-ae52-6583557b9317 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-205973c8-b5d4-4172-ae52-6583557b9317 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872 {
  margin-top: 10px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872 {
  background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
}

  #s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872-root {
    text-align: center;
  }


#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872-root {
    text-align: center;
  }


#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872-root {
    text-align: center;
  }


#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872-root {
    text-align: center;
  }


#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872-root {
    text-align: center;
  }


#s-4d3ea51e-9b5a-4dbc-be68-67afdaf8b872.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ea00e252-2d4d-4a08-b7e3-3d875134caa8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ea00e252-2d4d-4a08-b7e3-3d875134caa8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ea00e252-2d4d-4a08-b7e3-3d875134caa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea00e252-2d4d-4a08-b7e3-3d875134caa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea00e252-2d4d-4a08-b7e3-3d875134caa8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b3261d74-eb46-4820-9105-d6a791c44ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b3261d74-eb46-4820-9105-d6a791c44ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3261d74-eb46-4820-9105-d6a791c44ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cec971a7-2839-49aa-96db-1c29a617840b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cec971a7-2839-49aa-96db-1c29a617840b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cec971a7-2839-49aa-96db-1c29a617840b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cec971a7-2839-49aa-96db-1c29a617840b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cec971a7-2839-49aa-96db-1c29a617840b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cec971a7-2839-49aa-96db-1c29a617840b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cec971a7-2839-49aa-96db-1c29a617840b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cec971a7-2839-49aa-96db-1c29a617840b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cec971a7-2839-49aa-96db-1c29a617840b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cec971a7-2839-49aa-96db-1c29a617840b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cec971a7-2839-49aa-96db-1c29a617840b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cec971a7-2839-49aa-96db-1c29a617840b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cec971a7-2839-49aa-96db-1c29a617840b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cec971a7-2839-49aa-96db-1c29a617840b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cec971a7-2839-49aa-96db-1c29a617840b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cec971a7-2839-49aa-96db-1c29a617840b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cec971a7-2839-49aa-96db-1c29a617840b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-129f0d64-8961-41ca-891a-101f6e60e3be {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-129f0d64-8961-41ca-891a-101f6e60e3be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-129f0d64-8961-41ca-891a-101f6e60e3be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-129f0d64-8961-41ca-891a-101f6e60e3be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-129f0d64-8961-41ca-891a-101f6e60e3be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a4b76c-2c2c-4c75-925f-16f7aff53db7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

      
    max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dee758b0-6807-4f96-a8f7-c11dc14e3db2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-59dc162b-11b5-419f-970b-8a4513ee053e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-59dc162b-11b5-419f-970b-8a4513ee053e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59dc162b-11b5-419f-970b-8a4513ee053e.shg-box.shg-c {
  justify-content: center;
}

#s-1b3e3204-be07-421e-a7e3-d69976952dd2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-1b3e3204-be07-421e-a7e3-d69976952dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b3e3204-be07-421e-a7e3-d69976952dd2.shg-box.shg-c {
  justify-content: center;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  margin-top: 30px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
max-width: 1927px;
text-align: center;
}
@media (max-width: 767px){#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  display: none;
}
#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4, #wrap-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4, #wrap-content-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 { display: none !important; }}
#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 30px;
  margin-bottom: 15px;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1927px;

      
    max-width: 1927px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1927px;

      
    max-width: 1927px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1927px;

      
    max-width: 1927px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1927px;

      
    max-width: 1927px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1927px;

      
    max-width: 1927px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0335c9d9-3cf5-4f19-8283-738787f8b7d4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  margin-top: 30px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
max-width: 1120px;
text-align: center;
}
@media (min-width: 1200px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  display: none;
}
#s-d81953a8-1a3d-4315-9da9-a403c35fddc5, #wrap-s-d81953a8-1a3d-4315-9da9-a403c35fddc5, #wrap-content-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  display: none;
}
#s-d81953a8-1a3d-4315-9da9-a403c35fddc5, #wrap-s-d81953a8-1a3d-4315-9da9-a403c35fddc5, #wrap-content-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  display: none;
}
#s-d81953a8-1a3d-4315-9da9-a403c35fddc5, #wrap-s-d81953a8-1a3d-4315-9da9-a403c35fddc5, #wrap-content-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 { display: none !important; }}
#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 30px;
  margin-bottom: 15px;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1120px;

      
    max-width: 1120px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1120px;

      
    max-width: 1120px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1120px;

      
    max-width: 1120px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1120px;

      
    max-width: 1120px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d81953a8-1a3d-4315-9da9-a403c35fddc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1120px;

      
    max-width: 1120px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d81953a8-1a3d-4315-9da9-a403c35fddc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81953a8-1a3d-4315-9da9-a403c35fddc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
max-width: 2600px;
text-align: center;
}
@media (max-width: 767px){#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin-left: -5%;
margin-right: -5%;
}
}
#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  
  margin-bottom: 30px;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2600px;

      
    max-width: 2600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2600px;

      
    max-width: 2600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2600px;

      
    max-width: 2600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2600px;

      
    max-width: 2600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -5%;
  margin-right: -5%;
  
  
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-6633a09f-aea9-45ea-893b-1c68dd9258bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb img.shogun-image {
  width: 100%;
  
  
  max-width: 2600px;

      
    max-width: 2600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6633a09f-aea9-45ea-893b-1c68dd9258bb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6633a09f-aea9-45ea-893b-1c68dd9258bb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d {
  margin-left: 1%;
margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d {
  display: none;
}
#s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d, #wrap-s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d, #wrap-content-s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d { display: none !important; }}
@media (min-width: 0px) {
[id="s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4abd081-2ec4-41d8-a37a-96d2fc681e3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

}

#s-8dc41df8-9825-411e-a43c-9d8462229589 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8dc41df8-9825-411e-a43c-9d8462229589 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dc41df8-9825-411e-a43c-9d8462229589 {
  cursor: pointer;
}#s-8dc41df8-9825-411e-a43c-9d8462229589.shg-box.shg-c {
  justify-content: center;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87-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-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7d1c9227-047e-4a07-9924-a6d29266fa87 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image {
  box-sizing: border-box;
}



.s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87-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-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7d1c9227-047e-4a07-9924-a6d29266fa87 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image {
  box-sizing: border-box;
}



.s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87-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-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7d1c9227-047e-4a07-9924-a6d29266fa87 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image {
  box-sizing: border-box;
}



.s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87-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-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7d1c9227-047e-4a07-9924-a6d29266fa87 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image {
  box-sizing: border-box;
}



.s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87-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-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d1c9227-047e-4a07-9924-a6d29266fa87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7d1c9227-047e-4a07-9924-a6d29266fa87 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d1c9227-047e-4a07-9924-a6d29266fa87.shogun-image {
  box-sizing: border-box;
}



.s-7d1c9227-047e-4a07-9924-a6d29266fa87 img.shogun-image {
  
}


}
#s-d50792df-1503-4d58-8557-df1d064ffda7 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d50792df-1503-4d58-8557-df1d064ffda7 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-d50792df-1503-4d58-8557-df1d064ffda7 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-d50792df-1503-4d58-8557-df1d064ffda7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d50792df-1503-4d58-8557-df1d064ffda7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-caf6aef1-9ac4-4489-85e7-f844d8e30ad0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-caf6aef1-9ac4-4489-85e7-f844d8e30ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caf6aef1-9ac4-4489-85e7-f844d8e30ad0 {
  cursor: pointer;
}#s-caf6aef1-9ac4-4489-85e7-f844d8e30ad0.shg-box.shg-c {
  justify-content: center;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-27584140-ee4d-401c-884b-50284ce201b4-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-27584140-ee4d-401c-884b-50284ce201b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27584140-ee4d-401c-884b-50284ce201b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27584140-ee4d-401c-884b-50284ce201b4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image {
  box-sizing: border-box;
}



.s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-27584140-ee4d-401c-884b-50284ce201b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-27584140-ee4d-401c-884b-50284ce201b4-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-27584140-ee4d-401c-884b-50284ce201b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27584140-ee4d-401c-884b-50284ce201b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27584140-ee4d-401c-884b-50284ce201b4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image {
  box-sizing: border-box;
}



.s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27584140-ee4d-401c-884b-50284ce201b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-27584140-ee4d-401c-884b-50284ce201b4-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-27584140-ee4d-401c-884b-50284ce201b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27584140-ee4d-401c-884b-50284ce201b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27584140-ee4d-401c-884b-50284ce201b4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image {
  box-sizing: border-box;
}



.s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-27584140-ee4d-401c-884b-50284ce201b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-27584140-ee4d-401c-884b-50284ce201b4-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-27584140-ee4d-401c-884b-50284ce201b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27584140-ee4d-401c-884b-50284ce201b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27584140-ee4d-401c-884b-50284ce201b4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image {
  box-sizing: border-box;
}



.s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-27584140-ee4d-401c-884b-50284ce201b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-27584140-ee4d-401c-884b-50284ce201b4-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-27584140-ee4d-401c-884b-50284ce201b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27584140-ee4d-401c-884b-50284ce201b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27584140-ee4d-401c-884b-50284ce201b4 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27584140-ee4d-401c-884b-50284ce201b4.shogun-image {
  box-sizing: border-box;
}



.s-27584140-ee4d-401c-884b-50284ce201b4 img.shogun-image {
  
}


}
#s-659ed24e-d576-4db7-992f-213b86dfe313 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-659ed24e-d576-4db7-992f-213b86dfe313 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-659ed24e-d576-4db7-992f-213b86dfe313 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-659ed24e-d576-4db7-992f-213b86dfe313 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-659ed24e-d576-4db7-992f-213b86dfe313 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-648c9bfe-478f-4ef1-b4f7-5ea3f6b450de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-648c9bfe-478f-4ef1-b4f7-5ea3f6b450de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-648c9bfe-478f-4ef1-b4f7-5ea3f6b450de {
  cursor: pointer;
}#s-648c9bfe-478f-4ef1-b4f7-5ea3f6b450de.shg-box.shg-c {
  justify-content: center;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c-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-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image {
  box-sizing: border-box;
}



.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  
}


@media (min-width: 1200px){#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c-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-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image {
  box-sizing: border-box;
}



.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c-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-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image {
  box-sizing: border-box;
}



.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c-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-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image {
  box-sizing: border-box;
}



.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  
}


}@media (max-width: 767px){#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  margin: 0 !important;
  overflow: visible;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c-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-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add background color handling */
  
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c.shogun-image {
  box-sizing: border-box;
}



.s-bb1fb36e-bac2-4fd7-bcc4-8d1c7693be1c img.shogun-image {
  
}


}
#s-c61b383b-cb6d-4aed-9b8e-3ecc1a70ae4e {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c61b383b-cb6d-4aed-9b8e-3ecc1a70ae4e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c61b383b-cb6d-4aed-9b8e-3ecc1a70ae4e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c61b383b-cb6d-4aed-9b8e-3ecc1a70ae4e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c61b383b-cb6d-4aed-9b8e-3ecc1a70ae4e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a {
  display: none;
}
#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a, #wrap-s-37d2a8b7-7ab6-46c6-a021-8a948f69924a, #wrap-content-s-37d2a8b7-7ab6-46c6-a021-8a948f69924a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a {
  margin-left: 3%;
margin-right: 3%;
display: none;
}
#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a, #wrap-s-37d2a8b7-7ab6-46c6-a021-8a948f69924a, #wrap-content-s-37d2a8b7-7ab6-46c6-a021-8a948f69924a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a, #wrap-s-37d2a8b7-7ab6-46c6-a021-8a948f69924a, #wrap-content-s-37d2a8b7-7ab6-46c6-a021-8a948f69924a { display: none !important; }}@media (max-width: 767px){#s-37d2a8b7-7ab6-46c6-a021-8a948f69924a {
  margin-left: 11%;
margin-right: 11%;
}
}
@media (min-width: 0px) {
[id="s-37d2a8b7-7ab6-46c6-a021-8a948f69924a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37d2a8b7-7ab6-46c6-a021-8a948f69924a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-37d2a8b7-7ab6-46c6-a021-8a948f69924a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-37d2a8b7-7ab6-46c6-a021-8a948f69924a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-f980fde5-dbee-4da9-a3eb-9b8b8c21443e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f980fde5-dbee-4da9-a3eb-9b8b8c21443e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f980fde5-dbee-4da9-a3eb-9b8b8c21443e {
  cursor: pointer;
}#s-f980fde5-dbee-4da9-a3eb-9b8b8c21443e.shg-box.shg-c {
  justify-content: center;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f-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-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image {
  box-sizing: border-box;
}



.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  
}


@media (min-width: 1200px){#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f-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-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image {
  box-sizing: border-box;
}



.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f-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-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image {
  box-sizing: border-box;
}



.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f-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-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image {
  box-sizing: border-box;
}



.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  
}


}@media (max-width: 767px){#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f-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-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f.shogun-image {
  box-sizing: border-box;
}



.s-0ba73a3e-c77e-493a-b8fe-518ffd9ecf2f img.shogun-image {
  
}


}
#s-360d862b-39d6-43e8-b9a1-0bd1a5811b5f {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-360d862b-39d6-43e8-b9a1-0bd1a5811b5f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-360d862b-39d6-43e8-b9a1-0bd1a5811b5f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-360d862b-39d6-43e8-b9a1-0bd1a5811b5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-360d862b-39d6-43e8-b9a1-0bd1a5811b5f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-360d862b-39d6-43e8-b9a1-0bd1a5811b5f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-c0c820ea-4569-40a9-97a2-25a7d51b7023 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0c820ea-4569-40a9-97a2-25a7d51b7023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0c820ea-4569-40a9-97a2-25a7d51b7023 {
  cursor: pointer;
}#s-c0c820ea-4569-40a9-97a2-25a7d51b7023.shg-box.shg-c {
  justify-content: center;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  margin: 0 !important;
  overflow: visible;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e-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-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add background color handling */
  
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image {
  box-sizing: border-box;
}



.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  
}


@media (min-width: 1200px){#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  margin: 0 !important;
  overflow: visible;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e-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-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add background color handling */
  
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image {
  box-sizing: border-box;
}



.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  margin: 0 !important;
  overflow: visible;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e-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-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add background color handling */
  
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image {
  box-sizing: border-box;
}



.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  margin: 0 !important;
  overflow: visible;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e-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-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add background color handling */
  
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image {
  box-sizing: border-box;
}



.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  
}


}@media (max-width: 767px){#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  margin: 0 !important;
  overflow: visible;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e-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-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add background color handling */
  
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e.shogun-image {
  box-sizing: border-box;
}



.s-90bca3e0-96d2-4561-92bf-c8f1f8acc97e img.shogun-image {
  
}


}
#s-15b8c967-ba7d-4b42-addd-7d096894337e {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-15b8c967-ba7d-4b42-addd-7d096894337e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-15b8c967-ba7d-4b42-addd-7d096894337e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-15b8c967-ba7d-4b42-addd-7d096894337e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-15b8c967-ba7d-4b42-addd-7d096894337e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-15b8c967-ba7d-4b42-addd-7d096894337e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-53e6dda2-070a-4759-a28e-0958343c848e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53e6dda2-070a-4759-a28e-0958343c848e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53e6dda2-070a-4759-a28e-0958343c848e {
  cursor: pointer;
}#s-53e6dda2-070a-4759-a28e-0958343c848e.shg-box.shg-c {
  justify-content: center;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 {
  margin: 0 !important;
  overflow: visible;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404-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-51210469-68a8-48d6-a9a0-244fb6042404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51210469-68a8-48d6-a9a0-244fb6042404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add background color handling */
  
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51210469-68a8-48d6-a9a0-244fb6042404 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image {
  box-sizing: border-box;
}



.s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  
}


@media (min-width: 1200px){#s-51210469-68a8-48d6-a9a0-244fb6042404 {
  margin: 0 !important;
  overflow: visible;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404-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-51210469-68a8-48d6-a9a0-244fb6042404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51210469-68a8-48d6-a9a0-244fb6042404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add background color handling */
  
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51210469-68a8-48d6-a9a0-244fb6042404 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image {
  box-sizing: border-box;
}



.s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-51210469-68a8-48d6-a9a0-244fb6042404 {
  margin: 0 !important;
  overflow: visible;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404-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-51210469-68a8-48d6-a9a0-244fb6042404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51210469-68a8-48d6-a9a0-244fb6042404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add background color handling */
  
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51210469-68a8-48d6-a9a0-244fb6042404 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image {
  box-sizing: border-box;
}



.s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-51210469-68a8-48d6-a9a0-244fb6042404 {
  margin: 0 !important;
  overflow: visible;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404-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-51210469-68a8-48d6-a9a0-244fb6042404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51210469-68a8-48d6-a9a0-244fb6042404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add background color handling */
  
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51210469-68a8-48d6-a9a0-244fb6042404 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image {
  box-sizing: border-box;
}



.s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  
}


}@media (max-width: 767px){#s-51210469-68a8-48d6-a9a0-244fb6042404 {
  margin: 0 !important;
  overflow: visible;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404-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-51210469-68a8-48d6-a9a0-244fb6042404 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51210469-68a8-48d6-a9a0-244fb6042404 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add background color handling */
  
}

#s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-51210469-68a8-48d6-a9a0-244fb6042404 .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51210469-68a8-48d6-a9a0-244fb6042404.shogun-image {
  box-sizing: border-box;
}



.s-51210469-68a8-48d6-a9a0-244fb6042404 img.shogun-image {
  
}


}
#s-9e99d4a2-d90a-4c1e-95a5-3801cabb4fd6 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e99d4a2-d90a-4c1e-95a5-3801cabb4fd6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-9e99d4a2-d90a-4c1e-95a5-3801cabb4fd6 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-9e99d4a2-d90a-4c1e-95a5-3801cabb4fd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9e99d4a2-d90a-4c1e-95a5-3801cabb4fd6 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}@media (max-width: 767px){#s-9e99d4a2-d90a-4c1e-95a5-3801cabb4fd6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-901a078d-2a6e-4095-bdb2-05585dd78be5 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-901a078d-2a6e-4095-bdb2-05585dd78be5 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-901a078d-2a6e-4095-bdb2-05585dd78be5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-901a078d-2a6e-4095-bdb2-05585dd78be5 {
  cursor: pointer;
}#s-901a078d-2a6e-4095-bdb2-05585dd78be5.shg-box.shg-c {
  justify-content: center;
}

#s-fb1ffad3-7f5f-4e65-8b9f-f23d3be30840 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 1346px;
}
@media (min-width: 1200px){#s-fb1ffad3-7f5f-4e65-8b9f-f23d3be30840 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-fb1ffad3-7f5f-4e65-8b9f-f23d3be30840 {
  display: none;
}
#s-fb1ffad3-7f5f-4e65-8b9f-f23d3be30840, #wrap-s-fb1ffad3-7f5f-4e65-8b9f-f23d3be30840, #wrap-content-s-fb1ffad3-7f5f-4e65-8b9f-f23d3be30840 { display: none !important; }}
#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 {
  display: none;
}
#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332, #wrap-s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332, #wrap-content-s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 {
  display: none;
}
#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332, #wrap-s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332, #wrap-content-s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 {
  display: none;
}
#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332, #wrap-s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332, #wrap-content-s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 { display: none !important; }}@media (max-width: 767px){#s-e50f8243-fa5f-4de1-8e37-ec81fbfe6332 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b55dd8ce-bd33-43de-b3c9-641a6229af53 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b55dd8ce-bd33-43de-b3c9-641a6229af53 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-b55dd8ce-bd33-43de-b3c9-641a6229af53 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-b55dd8ce-bd33-43de-b3c9-641a6229af53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b55dd8ce-bd33-43de-b3c9-641a6229af53.shg-box.shg-c {
  justify-content: center;
}

#s-ea70b0e4-b58e-4101-9785-d41cfb813c0f {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-ea70b0e4-b58e-4101-9785-d41cfb813c0f {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-ea70b0e4-b58e-4101-9785-d41cfb813c0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-ea70b0e4-b58e-4101-9785-d41cfb813c0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-ea70b0e4-b58e-4101-9785-d41cfb813c0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea70b0e4-b58e-4101-9785-d41cfb813c0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-8647487f-973c-4b9a-b6d2-2434614bd825 {
  min-height: 50px;
}








#s-8647487f-973c-4b9a-b6d2-2434614bd825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8647487f-973c-4b9a-b6d2-2434614bd825 {
  cursor: pointer;
}#s-8647487f-973c-4b9a-b6d2-2434614bd825.shg-box.shg-c {
  justify-content: center;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f-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-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
  box-sizing: border-box;
}



.s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
      position: relative;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

@media (min-width: 1200px){#s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f-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-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
  box-sizing: border-box;
}



.s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
      position: relative;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f-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-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
  box-sizing: border-box;
}



.s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
      position: relative;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f-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-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
  box-sizing: border-box;
}



.s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
      position: relative;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}@media (max-width: 767px){#s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  margin: 0 !important;
  overflow: visible;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f-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-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add background color handling */
  
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1946px;
  }



  img.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
    
    
    
    max-height: 1946px;
  }


.s-4af74346-05ac-4b50-9245-cbb1b0730b6f .shogun-image-content {
  
    justify-content: center;
  
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image {
  box-sizing: border-box;
}



.s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container {
      position: relative;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af74346-05ac-4b50-9245-cbb1b0730b6f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1946px;
    }
  }

}
#s-1760b50f-4e7e-4963-bb1b-78a46efc18e2 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-799ff4cb-a858-44b5-a0f6-437a3ebf1a76 {
  min-height: 50px;
}








#s-799ff4cb-a858-44b5-a0f6-437a3ebf1a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-799ff4cb-a858-44b5-a0f6-437a3ebf1a76 {
  cursor: pointer;
}#s-799ff4cb-a858-44b5-a0f6-437a3ebf1a76.shg-box.shg-c {
  justify-content: center;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39-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-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image {
  box-sizing: border-box;
}



.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39-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-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image {
  box-sizing: border-box;
}



.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39-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-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image {
  box-sizing: border-box;
}



.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39-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-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image {
  box-sizing: border-box;
}



.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  margin: 0 !important;
  overflow: visible;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39-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-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add background color handling */
  
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39.shogun-image {
  box-sizing: border-box;
}



.s-8b606fdd-8ad8-4d1a-9ce3-374ff060cd39 img.shogun-image {
  
}


}
#s-ece2e0d2-17e4-4882-8194-01b4439b02b4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-759cf809-7867-44aa-ba01-04a68345396c {
  min-height: 50px;
}








#s-759cf809-7867-44aa-ba01-04a68345396c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-759cf809-7867-44aa-ba01-04a68345396c {
  cursor: pointer;
}#s-759cf809-7867-44aa-ba01-04a68345396c.shg-box.shg-c {
  justify-content: center;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f {
  margin: 0 !important;
  overflow: visible;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f-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-96fa108e-8611-4284-8c10-4b4880af626f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-96fa108e-8611-4284-8c10-4b4880af626f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add background color handling */
  
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-96fa108e-8611-4284-8c10-4b4880af626f .shogun-image-content {
  
    justify-content: center;
  
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image {
  box-sizing: border-box;
}



.s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  
}


@media (min-width: 1200px){#s-96fa108e-8611-4284-8c10-4b4880af626f {
  margin: 0 !important;
  overflow: visible;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f-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-96fa108e-8611-4284-8c10-4b4880af626f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96fa108e-8611-4284-8c10-4b4880af626f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add background color handling */
  
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96fa108e-8611-4284-8c10-4b4880af626f .shogun-image-content {
  
    justify-content: center;
  
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image {
  box-sizing: border-box;
}



.s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-96fa108e-8611-4284-8c10-4b4880af626f {
  margin: 0 !important;
  overflow: visible;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f-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-96fa108e-8611-4284-8c10-4b4880af626f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96fa108e-8611-4284-8c10-4b4880af626f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add background color handling */
  
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96fa108e-8611-4284-8c10-4b4880af626f .shogun-image-content {
  
    justify-content: center;
  
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image {
  box-sizing: border-box;
}



.s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-96fa108e-8611-4284-8c10-4b4880af626f {
  margin: 0 !important;
  overflow: visible;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f-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-96fa108e-8611-4284-8c10-4b4880af626f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96fa108e-8611-4284-8c10-4b4880af626f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add background color handling */
  
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96fa108e-8611-4284-8c10-4b4880af626f .shogun-image-content {
  
    justify-content: center;
  
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image {
  box-sizing: border-box;
}



.s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  
}


}@media (max-width: 767px){#s-96fa108e-8611-4284-8c10-4b4880af626f {
  margin: 0 !important;
  overflow: visible;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f-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-96fa108e-8611-4284-8c10-4b4880af626f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96fa108e-8611-4284-8c10-4b4880af626f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add background color handling */
  
}

#s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96fa108e-8611-4284-8c10-4b4880af626f .shogun-image-content {
  
    justify-content: center;
  
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96fa108e-8611-4284-8c10-4b4880af626f.shogun-image {
  box-sizing: border-box;
}



.s-96fa108e-8611-4284-8c10-4b4880af626f img.shogun-image {
  
}


}
#s-ef6ff576-b0d3-450f-a1b3-ebc766d3e8a1 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-9da2ef20-eee3-4336-a288-2d426ca57217 {
  min-height: 50px;
}








#s-9da2ef20-eee3-4336-a288-2d426ca57217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9da2ef20-eee3-4336-a288-2d426ca57217 {
  cursor: pointer;
}#s-9da2ef20-eee3-4336-a288-2d426ca57217.shg-box.shg-c {
  justify-content: center;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  margin: 0 !important;
  overflow: visible;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa-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-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add background color handling */
  
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image {
  box-sizing: border-box;
}



.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  
}


@media (min-width: 1200px){#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  margin: 0 !important;
  overflow: visible;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa-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-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add background color handling */
  
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image {
  box-sizing: border-box;
}



.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  margin: 0 !important;
  overflow: visible;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa-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-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add background color handling */
  
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image {
  box-sizing: border-box;
}



.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  margin: 0 !important;
  overflow: visible;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa-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-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add background color handling */
  
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image {
  box-sizing: border-box;
}



.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  
}


}@media (max-width: 767px){#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  margin: 0 !important;
  overflow: visible;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa-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-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add background color handling */
  
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa.shogun-image {
  box-sizing: border-box;
}



.s-76e5ae8d-361e-4e3f-9512-4a644f44a3aa img.shogun-image {
  
}


}
#s-9e7534ec-99d6-4b32-baad-139f84acac71 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

@media (max-width: 767px){#s-4cbb2ac3-fa46-4a25-b2d9-4548f14f6611 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-4cbb2ac3-fa46-4a25-b2d9-4548f14f6611"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-4cbb2ac3-fa46-4a25-b2d9-4548f14f6611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-4cbb2ac3-fa46-4a25-b2d9-4548f14f6611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-4cbb2ac3-fa46-4a25-b2d9-4548f14f6611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-3b8bd475-3f3b-4fdd-b192-987186789889 {
  min-height: 50px;
}








#s-3b8bd475-3f3b-4fdd-b192-987186789889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b8bd475-3f3b-4fdd-b192-987186789889 {
  cursor: pointer;
}#s-3b8bd475-3f3b-4fdd-b192-987186789889.shg-box.shg-c {
  justify-content: center;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1346px;
text-align: center;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04-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-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image {
  box-sizing: border-box;
}



.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04-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-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image {
  box-sizing: border-box;
}



.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04-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-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image {
  box-sizing: border-box;
}



.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04-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-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image {
  box-sizing: border-box;
}



.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04-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-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd73cf6d-44a1-45da-b6f4-e5053d584a04.shogun-image {
  box-sizing: border-box;
}



.s-bd73cf6d-44a1-45da-b6f4-e5053d584a04 img.shogun-image {
  
}


}
#s-c1bcec11-fe63-412a-9e1e-28f74976fa92 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1314e141-6bf5-4d1a-b3be-3fca22514756 {
  min-height: 50px;
}








#s-1314e141-6bf5-4d1a-b3be-3fca22514756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1314e141-6bf5-4d1a-b3be-3fca22514756 {
  cursor: pointer;
}#s-1314e141-6bf5-4d1a-b3be-3fca22514756.shg-box.shg-c {
  justify-content: center;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  margin-top: 6px;
max-width: 1346px;
text-align: center;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd-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-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image {
  box-sizing: border-box;
}



.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  
}


@media (min-width: 1200px){#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd-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-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image {
  box-sizing: border-box;
}



.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd-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-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image {
  box-sizing: border-box;
}



.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd-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-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image {
  box-sizing: border-box;
}



.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  
}


}@media (max-width: 767px){#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  margin: 0 !important;
  overflow: visible;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd-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-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add background color handling */
  
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd .shogun-image-content {
  
    justify-content: center;
  
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd.shogun-image {
  box-sizing: border-box;
}



.s-da5de5fa-99aa-43f3-b1da-af8eb577c3dd img.shogun-image {
  
}


}
#s-0bd117d9-9a8e-4dff-aa82-04c17fccd0b9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-2ad06af4-8f85-44ea-997d-d94e2cc6558f {
  min-height: 50px;
}








#s-2ad06af4-8f85-44ea-997d-d94e2cc6558f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ad06af4-8f85-44ea-997d-d94e2cc6558f {
  cursor: pointer;
}#s-2ad06af4-8f85-44ea-997d-d94e2cc6558f.shg-box.shg-c {
  justify-content: center;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440-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-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image {
  box-sizing: border-box;
}



.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440-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-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image {
  box-sizing: border-box;
}



.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440-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-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image {
  box-sizing: border-box;
}



.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440-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-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image {
  box-sizing: border-box;
}



.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440-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-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4dfb9f5-474d-45ba-b691-9a9ac1151440.shogun-image {
  box-sizing: border-box;
}



.s-e4dfb9f5-474d-45ba-b691-9a9ac1151440 img.shogun-image {
  
}


}
#s-0b1363ce-7c66-4bf3-9bd0-70afa6f2415e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-5ead59fe-c996-44e5-841a-45a3a14fe04c {
  min-height: 50px;
}








#s-5ead59fe-c996-44e5-841a-45a3a14fe04c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ead59fe-c996-44e5-841a-45a3a14fe04c {
  cursor: pointer;
}#s-5ead59fe-c996-44e5-841a-45a3a14fe04c.shg-box.shg-c {
  justify-content: center;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  margin-top: 6px;
max-width: 1426px;
text-align: center;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292-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-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 6px;
  
}

.shg-image-content-margin-container-s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image {
  box-sizing: border-box;
}



.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292-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-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image {
  box-sizing: border-box;
}



.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292-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-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image {
  box-sizing: border-box;
}



.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292-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-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image {
  box-sizing: border-box;
}



.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292-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-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292.shogun-image {
  box-sizing: border-box;
}



.s-3b4e0ca0-8eb2-426a-9ea6-089f2f709292 img.shogun-image {
  
}


}
#s-0fba57d5-0486-4c86-bd82-39a9a4644af1 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-17d6712e-e438-412d-9708-364e33461c3c {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-17d6712e-e438-412d-9708-364e33461c3c {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-17d6712e-e438-412d-9708-364e33461c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d6712e-e438-412d-9708-364e33461c3c.shg-box.shg-c {
  justify-content: center;
}

#s-2fc160e6-6f31-4e46-9796-4ee62301cd45 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-f078e16e-742e-4148-b6f0-19b84dc1fd77 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f078e16e-742e-4148-b6f0-19b84dc1fd77 {
  display: none;
}
#s-f078e16e-742e-4148-b6f0-19b84dc1fd77, #wrap-s-f078e16e-742e-4148-b6f0-19b84dc1fd77, #wrap-content-s-f078e16e-742e-4148-b6f0-19b84dc1fd77 { display: none !important; }}







#s-f078e16e-742e-4148-b6f0-19b84dc1fd77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f078e16e-742e-4148-b6f0-19b84dc1fd77.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a452dbd0-16c0-4d4f-95ab-d9dd4608af84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a452dbd0-16c0-4d4f-95ab-d9dd4608af84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-a452dbd0-16c0-4d4f-95ab-d9dd4608af84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-a452dbd0-16c0-4d4f-95ab-d9dd4608af84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-d7348229-6096-4716-9091-d92a59a59eed {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-d7348229-6096-4716-9091-d92a59a59eed {
  background-image: url();
}








#s-d7348229-6096-4716-9091-d92a59a59eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7348229-6096-4716-9091-d92a59a59eed {
  cursor: pointer;
}#s-d7348229-6096-4716-9091-d92a59a59eed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22-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-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image {
  box-sizing: border-box;
}



.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22-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-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image {
  box-sizing: border-box;
}



.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22-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-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image {
  box-sizing: border-box;
}



.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22-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-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image {
  box-sizing: border-box;
}



.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22-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-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22.shogun-image {
  box-sizing: border-box;
}



.s-c1853f6a-43a5-4a28-aaa4-1fa2de3e8f22 img.shogun-image {
  
}


}
#s-38e7b884-9090-4cc4-a2f0-d96e79a9b442 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-38e7b884-9090-4cc4-a2f0-d96e79a9b442 {
  display: none;
}
#s-38e7b884-9090-4cc4-a2f0-d96e79a9b442, #wrap-s-38e7b884-9090-4cc4-a2f0-d96e79a9b442, #wrap-content-s-38e7b884-9090-4cc4-a2f0-d96e79a9b442 { display: none !important; }}
#s-a2ece4bd-30ed-4604-988b-374b950c4939 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-a2ece4bd-30ed-4604-988b-374b950c4939 {
  display: none;
}
#s-a2ece4bd-30ed-4604-988b-374b950c4939, #wrap-s-a2ece4bd-30ed-4604-988b-374b950c4939, #wrap-content-s-a2ece4bd-30ed-4604-988b-374b950c4939 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ece4bd-30ed-4604-988b-374b950c4939 {
  display: none;
}
#s-a2ece4bd-30ed-4604-988b-374b950c4939, #wrap-s-a2ece4bd-30ed-4604-988b-374b950c4939, #wrap-content-s-a2ece4bd-30ed-4604-988b-374b950c4939 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2ece4bd-30ed-4604-988b-374b950c4939 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-a2ece4bd-30ed-4604-988b-374b950c4939 {
  display: none;
}
#s-a2ece4bd-30ed-4604-988b-374b950c4939, #wrap-s-a2ece4bd-30ed-4604-988b-374b950c4939, #wrap-content-s-a2ece4bd-30ed-4604-988b-374b950c4939 { display: none !important; }}
#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4-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-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
  box-sizing: border-box;
}



.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
      position: relative;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4-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-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
  box-sizing: border-box;
}



.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
      position: relative;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4-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-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
  box-sizing: border-box;
}



.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
      position: relative;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4-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-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
  box-sizing: border-box;
}



.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
      position: relative;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4-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-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image {
  box-sizing: border-box;
}



.s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container {
      position: relative;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b76dc61-0e0f-4945-97d6-b9f370dd0bb4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-58ea8a54-3de8-4fad-8c12-280188a9dfe0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-e8f05d78-d3c0-49e8-aa20-8e66589aba08 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-e8f05d78-d3c0-49e8-aa20-8e66589aba08 {
  background-image: url();
}








#s-e8f05d78-d3c0-49e8-aa20-8e66589aba08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8f05d78-d3c0-49e8-aa20-8e66589aba08 {
  cursor: pointer;
}#s-e8f05d78-d3c0-49e8-aa20-8e66589aba08.shg-box.shg-c {
  justify-content: flex-start;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  margin: 0 !important;
  overflow: visible;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c-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-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add background color handling */
  
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image {
  box-sizing: border-box;
}



.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  
}


@media (min-width: 1200px){#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  margin: 0 !important;
  overflow: visible;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c-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-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add background color handling */
  
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image {
  box-sizing: border-box;
}



.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  margin: 0 !important;
  overflow: visible;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c-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-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add background color handling */
  
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image {
  box-sizing: border-box;
}



.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  margin: 0 !important;
  overflow: visible;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c-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-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add background color handling */
  
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image {
  box-sizing: border-box;
}



.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  
}


}@media (max-width: 767px){#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  margin: 0 !important;
  overflow: visible;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c-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-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add background color handling */
  
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c .shogun-image-content {
  
    justify-content: center;
  
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c.shogun-image {
  box-sizing: border-box;
}



.s-716248c8-5a17-4e6f-8f9a-1413bf2bd99c img.shogun-image {
  
}


}
#s-d2223513-d9b0-4e31-80a7-e248ba7d792f {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2223513-d9b0-4e31-80a7-e248ba7d792f {
  display: none;
}
#s-d2223513-d9b0-4e31-80a7-e248ba7d792f, #wrap-s-d2223513-d9b0-4e31-80a7-e248ba7d792f, #wrap-content-s-d2223513-d9b0-4e31-80a7-e248ba7d792f { display: none !important; }}
#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 {
  display: none;
}
#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91, #wrap-s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91, #wrap-content-s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 {
  display: none;
}
#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91, #wrap-s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91, #wrap-content-s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 { display: none !important; }}@media (max-width: 767px){#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 {
  display: none;
}
#s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91, #wrap-s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91, #wrap-content-s-20d2fc0e-c1f2-4780-b16c-2a1cd7728b91 { display: none !important; }}
#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee-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-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
  box-sizing: border-box;
}



.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
      position: relative;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee-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-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
  box-sizing: border-box;
}



.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
      position: relative;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee-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-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
  box-sizing: border-box;
}



.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
      position: relative;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee-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-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
  box-sizing: border-box;
}



.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
      position: relative;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  margin: 0 !important;
  overflow: visible;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee-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-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add background color handling */
  
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image {
  box-sizing: border-box;
}



.s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container {
      position: relative;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6450a1b4-3f07-4640-bac6-f54f0342f1ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-ab0cf4c7-5788-4ef3-b983-c75b99100d3a {
  margin-left: 5%;
margin-right: 5%;
}

#s-7df568a3-8f7b-45a4-a29a-35dab946263a {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-7df568a3-8f7b-45a4-a29a-35dab946263a {
  background-image: url();
}








#s-7df568a3-8f7b-45a4-a29a-35dab946263a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7df568a3-8f7b-45a4-a29a-35dab946263a {
  cursor: pointer;
}#s-7df568a3-8f7b-45a4-a29a-35dab946263a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b-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-54309915-8fdd-41b9-b371-de1691a37b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-54309915-8fdd-41b9-b371-de1691a37b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54309915-8fdd-41b9-b371-de1691a37b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image {
  box-sizing: border-box;
}



.s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  
}


@media (min-width: 1200px){#s-54309915-8fdd-41b9-b371-de1691a37b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b-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-54309915-8fdd-41b9-b371-de1691a37b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54309915-8fdd-41b9-b371-de1691a37b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54309915-8fdd-41b9-b371-de1691a37b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image {
  box-sizing: border-box;
}



.s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54309915-8fdd-41b9-b371-de1691a37b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b-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-54309915-8fdd-41b9-b371-de1691a37b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54309915-8fdd-41b9-b371-de1691a37b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54309915-8fdd-41b9-b371-de1691a37b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image {
  box-sizing: border-box;
}



.s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-54309915-8fdd-41b9-b371-de1691a37b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b-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-54309915-8fdd-41b9-b371-de1691a37b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54309915-8fdd-41b9-b371-de1691a37b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54309915-8fdd-41b9-b371-de1691a37b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image {
  box-sizing: border-box;
}



.s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  
}


}@media (max-width: 767px){#s-54309915-8fdd-41b9-b371-de1691a37b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b-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-54309915-8fdd-41b9-b371-de1691a37b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54309915-8fdd-41b9-b371-de1691a37b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54309915-8fdd-41b9-b371-de1691a37b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54309915-8fdd-41b9-b371-de1691a37b8b.shogun-image {
  box-sizing: border-box;
}



.s-54309915-8fdd-41b9-b371-de1691a37b8b img.shogun-image {
  
}


}
#s-a375faab-3844-4371-bb66-6a7930b25e84 {
  margin-top: 8px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a375faab-3844-4371-bb66-6a7930b25e84 {
  display: none;
}
#s-a375faab-3844-4371-bb66-6a7930b25e84, #wrap-s-a375faab-3844-4371-bb66-6a7930b25e84, #wrap-content-s-a375faab-3844-4371-bb66-6a7930b25e84 { display: none !important; }}
#s-6ad7be38-df7f-41a1-b694-d6df838692f0 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-6ad7be38-df7f-41a1-b694-d6df838692f0 {
  display: none;
}
#s-6ad7be38-df7f-41a1-b694-d6df838692f0, #wrap-s-6ad7be38-df7f-41a1-b694-d6df838692f0, #wrap-content-s-6ad7be38-df7f-41a1-b694-d6df838692f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ad7be38-df7f-41a1-b694-d6df838692f0 {
  display: none;
}
#s-6ad7be38-df7f-41a1-b694-d6df838692f0, #wrap-s-6ad7be38-df7f-41a1-b694-d6df838692f0, #wrap-content-s-6ad7be38-df7f-41a1-b694-d6df838692f0 { display: none !important; }}@media (max-width: 767px){#s-6ad7be38-df7f-41a1-b694-d6df838692f0 {
  display: none;
}
#s-6ad7be38-df7f-41a1-b694-d6df838692f0, #wrap-s-6ad7be38-df7f-41a1-b694-d6df838692f0, #wrap-content-s-6ad7be38-df7f-41a1-b694-d6df838692f0 { display: none !important; }}
#s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f-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-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
  box-sizing: border-box;
}



.s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
      position: relative;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f-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-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
  box-sizing: border-box;
}



.s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
      position: relative;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f-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-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
  box-sizing: border-box;
}



.s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
      position: relative;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f-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-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
  box-sizing: border-box;
}



.s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
      position: relative;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  margin: 0 !important;
  overflow: visible;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f-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-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add background color handling */
  
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-3732343d-05db-4f6e-bf64-5de1b4428b4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image {
  box-sizing: border-box;
}



.s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container {
      position: relative;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3732343d-05db-4f6e-bf64-5de1b4428b4f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-db86ef21-e150-40fe-844b-2ca2c039fabc {
  margin-left: 5%;
margin-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c {
  display: none;
}
#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c, #wrap-s-6dbe7a8a-fe87-4b9d-890d-f975c011139c, #wrap-content-s-6dbe7a8a-fe87-4b9d-890d-f975c011139c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c {
  display: none;
}
#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c, #wrap-s-6dbe7a8a-fe87-4b9d-890d-f975c011139c, #wrap-content-s-6dbe7a8a-fe87-4b9d-890d-f975c011139c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c {
  display: none;
}
#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c, #wrap-s-6dbe7a8a-fe87-4b9d-890d-f975c011139c, #wrap-content-s-6dbe7a8a-fe87-4b9d-890d-f975c011139c { display: none !important; }}
#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c .shg-sld-nav-button.shg-sld-left,
#s-6dbe7a8a-fe87-4b9d-890d-f975c011139c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8fd89220-0447-4976-82a8-8247e1d022c8 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-8fd89220-0447-4976-82a8-8247e1d022c8 {
  background-image: url();
}








#s-8fd89220-0447-4976-82a8-8247e1d022c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fd89220-0447-4976-82a8-8247e1d022c8 {
  cursor: pointer;
}#s-8fd89220-0447-4976-82a8-8247e1d022c8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1-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-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35fdc5ff-e144-4597-a771-2e15a63139e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image {
  box-sizing: border-box;
}



.s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1-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-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35fdc5ff-e144-4597-a771-2e15a63139e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image {
  box-sizing: border-box;
}



.s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1-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-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35fdc5ff-e144-4597-a771-2e15a63139e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image {
  box-sizing: border-box;
}



.s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1-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-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35fdc5ff-e144-4597-a771-2e15a63139e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image {
  box-sizing: border-box;
}



.s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1-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-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35fdc5ff-e144-4597-a771-2e15a63139e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35fdc5ff-e144-4597-a771-2e15a63139e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35fdc5ff-e144-4597-a771-2e15a63139e1.shogun-image {
  box-sizing: border-box;
}



.s-35fdc5ff-e144-4597-a771-2e15a63139e1 img.shogun-image {
  
}


}
#s-ec46d210-eace-4bf4-bc0f-a1baca02dc4b {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec46d210-eace-4bf4-bc0f-a1baca02dc4b {
  display: none;
}
#s-ec46d210-eace-4bf4-bc0f-a1baca02dc4b, #wrap-s-ec46d210-eace-4bf4-bc0f-a1baca02dc4b, #wrap-content-s-ec46d210-eace-4bf4-bc0f-a1baca02dc4b { display: none !important; }}@media (max-width: 767px){#s-ec46d210-eace-4bf4-bc0f-a1baca02dc4b {
  margin-top: 6px;
}
}
#s-25555e38-a531-45b5-9f51-cd32304307b4 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-25555e38-a531-45b5-9f51-cd32304307b4 {
  display: none;
}
#s-25555e38-a531-45b5-9f51-cd32304307b4, #wrap-s-25555e38-a531-45b5-9f51-cd32304307b4, #wrap-content-s-25555e38-a531-45b5-9f51-cd32304307b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25555e38-a531-45b5-9f51-cd32304307b4 {
  display: none;
}
#s-25555e38-a531-45b5-9f51-cd32304307b4, #wrap-s-25555e38-a531-45b5-9f51-cd32304307b4, #wrap-content-s-25555e38-a531-45b5-9f51-cd32304307b4 { display: none !important; }}@media (max-width: 767px){#s-25555e38-a531-45b5-9f51-cd32304307b4 {
  display: none;
}
#s-25555e38-a531-45b5-9f51-cd32304307b4, #wrap-s-25555e38-a531-45b5-9f51-cd32304307b4, #wrap-content-s-25555e38-a531-45b5-9f51-cd32304307b4 { display: none !important; }}
#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709-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-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
  box-sizing: border-box;
}



.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
      position: relative;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709-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-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
  box-sizing: border-box;
}



.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
      position: relative;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709-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-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
  box-sizing: border-box;
}



.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
      position: relative;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709-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-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
  box-sizing: border-box;
}



.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
      position: relative;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  margin: 0 !important;
  overflow: visible;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709-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-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add background color handling */
  
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image {
  box-sizing: border-box;
}



.s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container {
      position: relative;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd76b1f7-a97b-4fd7-a727-7663d7c7a709 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-b5946256-ad4b-4589-8bd0-ee4eb40c9757 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d01fc150-6845-465d-b03e-d690bf81cc3f {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-d01fc150-6845-465d-b03e-d690bf81cc3f {
  background-image: url();
}








#s-d01fc150-6845-465d-b03e-d690bf81cc3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d01fc150-6845-465d-b03e-d690bf81cc3f {
  cursor: pointer;
}#s-d01fc150-6845-465d-b03e-d690bf81cc3f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7-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-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image {
  box-sizing: border-box;
}



.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7-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-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image {
  box-sizing: border-box;
}



.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7-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-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image {
  box-sizing: border-box;
}



.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7-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-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image {
  box-sizing: border-box;
}



.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7-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-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7.shogun-image {
  box-sizing: border-box;
}



.s-f1f0167a-dcd0-4ce5-a5f4-539efd9e91e7 img.shogun-image {
  
}


}
#s-02ce29d0-c7e6-4320-97eb-869cc55c9553 {
  margin-top: 6px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-02ce29d0-c7e6-4320-97eb-869cc55c9553 {
  display: none;
}
#s-02ce29d0-c7e6-4320-97eb-869cc55c9553, #wrap-s-02ce29d0-c7e6-4320-97eb-869cc55c9553, #wrap-content-s-02ce29d0-c7e6-4320-97eb-869cc55c9553 { display: none !important; }}
#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 {
  display: none;
}
#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075, #wrap-s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075, #wrap-content-s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 {
  display: none;
}
#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075, #wrap-s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075, #wrap-content-s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 { display: none !important; }}@media (max-width: 767px){#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 {
  display: none;
}
#s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075, #wrap-s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075, #wrap-content-s-d1a5c7fd-6958-4d1d-80dd-7b3b4ddd0075 { display: none !important; }}
#s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  margin: 0 !important;
  overflow: visible;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743-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-6432e29c-7546-493c-a1c8-84f604fd2743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add background color handling */
  
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
  box-sizing: border-box;
}



.s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6432e29c-7546-493c-a1c8-84f604fd2743 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
      position: relative;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  margin: 0 !important;
  overflow: visible;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743-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-6432e29c-7546-493c-a1c8-84f604fd2743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add background color handling */
  
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
  box-sizing: border-box;
}



.s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6432e29c-7546-493c-a1c8-84f604fd2743 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
      position: relative;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  margin: 0 !important;
  overflow: visible;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743-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-6432e29c-7546-493c-a1c8-84f604fd2743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add background color handling */
  
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
  box-sizing: border-box;
}



.s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6432e29c-7546-493c-a1c8-84f604fd2743 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
      position: relative;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  margin: 0 !important;
  overflow: visible;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743-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-6432e29c-7546-493c-a1c8-84f604fd2743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add background color handling */
  
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
  box-sizing: border-box;
}



.s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6432e29c-7546-493c-a1c8-84f604fd2743 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
      position: relative;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  margin: 0 !important;
  overflow: visible;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743-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-6432e29c-7546-493c-a1c8-84f604fd2743 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6432e29c-7546-493c-a1c8-84f604fd2743 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add background color handling */
  
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6432e29c-7546-493c-a1c8-84f604fd2743 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-6432e29c-7546-493c-a1c8-84f604fd2743 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image {
  box-sizing: border-box;
}



.s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6432e29c-7546-493c-a1c8-84f604fd2743 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container {
      position: relative;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6432e29c-7546-493c-a1c8-84f604fd2743 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-fb4d9347-c097-4bee-81d5-01f444a9606f {
  margin-left: 5%;
margin-right: 5%;
}

#s-575b35aa-7f99-4fdf-aa9a-fef4b8757d85 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-575b35aa-7f99-4fdf-aa9a-fef4b8757d85 {
  background-image: url();
}








#s-575b35aa-7f99-4fdf-aa9a-fef4b8757d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-575b35aa-7f99-4fdf-aa9a-fef4b8757d85 {
  cursor: pointer;
}#s-575b35aa-7f99-4fdf-aa9a-fef4b8757d85.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3-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-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image {
  box-sizing: border-box;
}



.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3-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-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image {
  box-sizing: border-box;
}



.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3-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-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image {
  box-sizing: border-box;
}



.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3-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-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image {
  box-sizing: border-box;
}



.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3-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-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb92dc1c-2b61-4218-920b-cfcf033e55b3.shogun-image {
  box-sizing: border-box;
}



.s-cb92dc1c-2b61-4218-920b-cfcf033e55b3 img.shogun-image {
  
}


}
#s-81f3ffe8-7bd9-4e6f-a42e-a98301f5e468 {
  margin-top: 6px;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-81f3ffe8-7bd9-4e6f-a42e-a98301f5e468 {
  display: none;
}
#s-81f3ffe8-7bd9-4e6f-a42e-a98301f5e468, #wrap-s-81f3ffe8-7bd9-4e6f-a42e-a98301f5e468, #wrap-content-s-81f3ffe8-7bd9-4e6f-a42e-a98301f5e468 { display: none !important; }}@media (max-width: 767px){#s-81f3ffe8-7bd9-4e6f-a42e-a98301f5e468 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-42142d83-8c75-4789-a5ef-715d89dbc8c6 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-42142d83-8c75-4789-a5ef-715d89dbc8c6 {
  display: none;
}
#s-42142d83-8c75-4789-a5ef-715d89dbc8c6, #wrap-s-42142d83-8c75-4789-a5ef-715d89dbc8c6, #wrap-content-s-42142d83-8c75-4789-a5ef-715d89dbc8c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42142d83-8c75-4789-a5ef-715d89dbc8c6 {
  display: none;
}
#s-42142d83-8c75-4789-a5ef-715d89dbc8c6, #wrap-s-42142d83-8c75-4789-a5ef-715d89dbc8c6, #wrap-content-s-42142d83-8c75-4789-a5ef-715d89dbc8c6 { display: none !important; }}@media (max-width: 767px){#s-42142d83-8c75-4789-a5ef-715d89dbc8c6 {
  display: none;
}
#s-42142d83-8c75-4789-a5ef-715d89dbc8c6, #wrap-s-42142d83-8c75-4789-a5ef-715d89dbc8c6, #wrap-content-s-42142d83-8c75-4789-a5ef-715d89dbc8c6 { display: none !important; }}
#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762-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-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 21%;
  margin-right: 21%;
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
  box-sizing: border-box;
}



.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
      position: relative;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762-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-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
  box-sizing: border-box;
}



.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
      position: relative;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762-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-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
  box-sizing: border-box;
}



.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
      position: relative;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762-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-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
  box-sizing: border-box;
}



.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
      position: relative;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  margin: 0 !important;
  overflow: visible;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762-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-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add background color handling */
  
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image {
  box-sizing: border-box;
}



.s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container {
      position: relative;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1896e1e0-eb91-40a7-a1cf-5dd376d70762 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-07e32af0-55b9-4e3e-a1fc-31026bcd222b {
  margin-left: 5%;
margin-right: 5%;
}

#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-position: center top;
background-repeat: repeat;
background-color: rgba(242, 242, 242, 0);
}








#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d19c1f2c-8748-473b-8c0f-240c5aae1228 {
  cursor: pointer;
}#s-d19c1f2c-8748-473b-8c0f-240c5aae1228.shg-box.shg-c {
  justify-content: center;
}

#s-88efeb98-80eb-4c0c-9772-5c6a7e995e26 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-88efeb98-80eb-4c0c-9772-5c6a7e995e26"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28ff9286-7f79-4675-8267-0d4825fa5ac0 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
min-height: 50px;
}








#s-28ff9286-7f79-4675-8267-0d4825fa5ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ff9286-7f79-4675-8267-0d4825fa5ac0.shg-box.shg-c {
  justify-content: center;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-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-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-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-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-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-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-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-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8-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-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
  box-sizing: border-box;
}



.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
  
}


}
#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2 {
  cursor: pointer;
}#s-45a0575f-ee4d-4d4d-b484-97cb6deffcc2.shg-box.shg-c {
  justify-content: center;
}

#s-9208a5e6-33c9-45b7-8258-9acc0db49dea {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-9208a5e6-33c9-45b7-8258-9acc0db49dea .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin-left: 4%;
margin-right: 4%;
max-width: 1507px;
aspect-ratio: 1507/333;
text-align: center;
}
@media (max-width: 767px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-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-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

@media (min-width: 1200px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-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-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-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-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-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-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}@media (max-width: 767px){#s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  margin: 0 !important;
  overflow: visible;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79-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-1f8024da-5635-4ff1-850e-495e92b27c79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 1%;
  margin-right: 1%;
  
  
}

.shg-image-content-margin-container-s-1f8024da-5635-4ff1-850e-495e92b27c79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add background color handling */
  
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }

    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-link {
      aspect-ratio: 1507/333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1f8024da-5635-4ff1-850e-495e92b27c79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1507px;
  }



  img.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
    
    
    
    max-height: 1507px;
  }


.s-1f8024da-5635-4ff1-850e-495e92b27c79 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image {
  box-sizing: border-box;
}



.s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1f8024da-5635-4ff1-850e-495e92b27c79 {
      --shg-aspect-ratio: calc(1507/333); 
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container {
      position: relative;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f8024da-5635-4ff1-850e-495e92b27c79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1507px;
    }
  }

}
#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 {
  margin-left: 13%;
margin-right: 13%;
}
}
#s-5add1eb3-1dc5-40f4-ac77-102b7b2d0bb7 .shogun-heading-component h1 {
  color: rgba(37, 37, 37, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9-root {
    text-align: center;
  }


#s-b6d9cbbb-1a90-4c31-9999-9fd6f92c5ea9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c {
  background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center center;
}








#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c {
  cursor: pointer;
}#s-69f6fb7d-da30-4ec9-bf6f-5ddb2656305c.shg-box.shg-c {
  justify-content: center;
}

#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  margin-top: 0px;
margin-left: -2%;
margin-bottom: -10px;
margin-right: -2%;
}
@media (min-width: 1200px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  display: none;
}
#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7, #wrap-content-s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 { display: none !important; }}@media (max-width: 767px){#s-b554f55c-55a2-4f6b-82c2-2f6f048e1dc7 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-a377116b-b513-4ebd-8d67-8112cacc582a {
  margin-top: 0px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-a377116b-b513-4ebd-8d67-8112cacc582a {
  display: none;
}
#s-a377116b-b513-4ebd-8d67-8112cacc582a, #wrap-s-a377116b-b513-4ebd-8d67-8112cacc582a, #wrap-content-s-a377116b-b513-4ebd-8d67-8112cacc582a { display: none !important; }}
#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(127, 14, 125, 1);
letter-spacing: 0px;
}
#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707:hover {background-color: rgba(226, 177, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(54, 54, 54, 1) !important;}#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707 {
  margin-left: -3%;
margin-right: -3%;
}
}

  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707-root {
    text-align: center;
  }


#s-c7f1a50c-1e01-4486-b0c7-38ca7b9ea707.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-917879da-6a86-41e5-bfb3-83fa9a2e3938 {
  margin-top: -12px;
margin-left: 2%;
margin-bottom: -10px;
margin-right: 2%;
}
@media (max-width: 767px){#s-917879da-6a86-41e5-bfb3-83fa9a2e3938 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-77979b04-e0ff-49c4-b314-260af7d27fb3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c7ff8ef9-76b5-435d-9f08-04095a56583f {
  margin-top: 35px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c7ff8ef9-76b5-435d-9f08-04095a56583f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7ff8ef9-76b5-435d-9f08-04095a56583f {
  cursor: pointer;
}#s-c7ff8ef9-76b5-435d-9f08-04095a56583f.shg-box.shg-c {
  justify-content: center;
}

#s-df14f7f2-bf74-40f0-be22-31b537950867 {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df14f7f2-bf74-40f0-be22-31b537950867 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-cd67c860-ed50-4ac4-a1ce-9d18842e1194 {
  margin-bottom: -20px;
}
@media (max-width: 767px){#s-cd67c860-ed50-4ac4-a1ce-9d18842e1194 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-474b229f-e2e9-405c-91c6-b36360a7899d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-60b12d6d-cd5e-4fba-bb0d-a91819c378df {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-60b12d6d-cd5e-4fba-bb0d-a91819c378df {
  
}
}







#s-60b12d6d-cd5e-4fba-bb0d-a91819c378df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60b12d6d-cd5e-4fba-bb0d-a91819c378df {
  cursor: pointer;
}#s-60b12d6d-cd5e-4fba-bb0d-a91819c378df.shg-box.shg-c {
  justify-content: center;
}

#s-0ea9d489-d110-4daf-be43-bdec99ff0963 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ea9d489-d110-4daf-be43-bdec99ff0963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ea9d489-d110-4daf-be43-bdec99ff0963.shg-box.shg-c {
  justify-content: center;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  margin-left: 40%;
margin-right: 40%;
max-width: 454px;
aspect-ratio: 454/369;
text-align: center;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7-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-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
  box-sizing: border-box;
}



.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
      position: relative;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

@media (min-width: 1200px){#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7-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-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
  box-sizing: border-box;
}



.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
      position: relative;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7-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-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
  box-sizing: border-box;
}



.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
      position: relative;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7-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-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
  box-sizing: border-box;
}



.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
      position: relative;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (max-width: 767px){#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7-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-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image {
  box-sizing: border-box;
}



.s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container {
      position: relative;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bf8a357-d11a-49dd-8af5-28b4d3f27dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}
#s-c12485e6-d513-4027-bfc7-e838fbe24e2f {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c12485e6-d513-4027-bfc7-e838fbe24e2f .shogun-heading-component h1 {
  color: rgba(24, 102, 35, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-c12485e6-d513-4027-bfc7-e838fbe24e2f .shogun-heading-component h1 {
  color: rgba(24, 102, 35, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3e3ced-114a-4b88-8d2d-149c44fbb01e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-390096f8-5bba-43cf-93bf-e8853bfc24c8 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-390096f8-5bba-43cf-93bf-e8853bfc24c8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-390096f8-5bba-43cf-93bf-e8853bfc24c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-390096f8-5bba-43cf-93bf-e8853bfc24c8.shg-box.shg-c {
  justify-content: center;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin-bottom: 13px;
}
}
#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52-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-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}






.s-5cf943b4-0ff3-474b-af0b-926e727dff52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image {
  box-sizing: border-box;
}



.s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52-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-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cf943b4-0ff3-474b-af0b-926e727dff52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image {
  box-sizing: border-box;
}



.s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52-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-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cf943b4-0ff3-474b-af0b-926e727dff52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image {
  box-sizing: border-box;
}



.s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52-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-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cf943b4-0ff3-474b-af0b-926e727dff52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image {
  box-sizing: border-box;
}



.s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52-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-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 13px;
}

.shg-image-content-margin-container-s-5cf943b4-0ff3-474b-af0b-926e727dff52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cf943b4-0ff3-474b-af0b-926e727dff52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cf943b4-0ff3-474b-af0b-926e727dff52.shogun-image {
  box-sizing: border-box;
}



.s-5cf943b4-0ff3-474b-af0b-926e727dff52 img.shogun-image {
  
}


}
#s-b87cd42e-3525-4e6d-9615-a64504794fe7 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b87cd42e-3525-4e6d-9615-a64504794fe7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-b87cd42e-3525-4e6d-9615-a64504794fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b87cd42e-3525-4e6d-9615-a64504794fe7.shg-box.shg-c {
  justify-content: center;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 8333px;
text-align: center;
}
@media (max-width: 767px){#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin-top: 20px;
}
}
#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547-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-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 6px;

}






.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image {
  box-sizing: border-box;
}



.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547-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-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image {
  box-sizing: border-box;
}



.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547-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-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image {
  box-sizing: border-box;
}



.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547-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-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image {
  box-sizing: border-box;
}



.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547-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-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd5ba47-19e3-4e68-b2f9-97445fcde547.shogun-image {
  box-sizing: border-box;
}



.s-cdd5ba47-19e3-4e68-b2f9-97445fcde547 img.shogun-image {
  
}


}
#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-fdd46511-ddf2-4606-b164-5bb8c102bea9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


}
#s-a1b4a64f-686f-4716-b32b-019b49c709d4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-a1b4a64f-686f-4716-b32b-019b49c709d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1b4a64f-686f-4716-b32b-019b49c709d4 {
  padding-top: 5px;
}
}
#s-a1b4a64f-686f-4716-b32b-019b49c709d4 .shogun-heading-component h1 {
  color: rgba(254, 194, 20, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-a1b4a64f-686f-4716-b32b-019b49c709d4 .shogun-heading-component h1 {
  color: rgba(254, 194, 20, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1em;
  
  
}


}
#s-31cbbbbd-fdf3-4553-b96a-fc14922f8317 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 1200px){#s-31cbbbbd-fdf3-4553-b96a-fc14922f8317 {
  
}
}
#s-31cbbbbd-fdf3-4553-b96a-fc14922f8317 .shogun-heading-component h1 {
  color: rgba(254, 194, 20, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-331ced74-93ca-4a38-8a88-4ce98736b095 {
  margin-top: 13px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 102, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
color: rgba(255, 255, 255, 1);
}
#s-331ced74-93ca-4a38-8a88-4ce98736b095:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 221, 255, 1) !important;}#s-331ced74-93ca-4a38-8a88-4ce98736b095:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-331ced74-93ca-4a38-8a88-4ce98736b095 {
  color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(24, 102, 35, 1);
hover-type: color;
}
#s-331ced74-93ca-4a38-8a88-4ce98736b095:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(246, 222, 255, 1) !important;}}

  #s-331ced74-93ca-4a38-8a88-4ce98736b095-root {
    text-align: center;
  }


#s-331ced74-93ca-4a38-8a88-4ce98736b095.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-331ced74-93ca-4a38-8a88-4ce98736b095-root {
    text-align: center;
  }


#s-331ced74-93ca-4a38-8a88-4ce98736b095.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-331ced74-93ca-4a38-8a88-4ce98736b095-root {
    text-align: center;
  }


#s-331ced74-93ca-4a38-8a88-4ce98736b095.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-331ced74-93ca-4a38-8a88-4ce98736b095-root {
    text-align: center;
  }


#s-331ced74-93ca-4a38-8a88-4ce98736b095.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-331ced74-93ca-4a38-8a88-4ce98736b095-root {
    text-align: center;
  }


#s-331ced74-93ca-4a38-8a88-4ce98736b095.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-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-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-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-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-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-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-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-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-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-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-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-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-69125d95-755a-4499-9021-337f23042ff3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-69125d95-755a-4499-9021-337f23042ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69125d95-755a-4499-9021-337f23042ff3.shg-box.shg-c {
  justify-content: center;
}

#s-f10ed7fa-f3d4-48dd-a0c4-98333d2861d7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f10ed7fa-f3d4-48dd-a0c4-98333d2861d7 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-f10ed7fa-f3d4-48dd-a0c4-98333d2861d7 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f10ed7fa-f3d4-48dd-a0c4-98333d2861d7 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f10ed7fa-f3d4-48dd-a0c4-98333d2861d7 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0em;
  
  
}


}@media (max-width: 767px){#s-f10ed7fa-f3d4-48dd-a0c4-98333d2861d7 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-14ae97c0-b9ef-4df1-8174-62c577939682 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-14ae97c0-b9ef-4df1-8174-62c577939682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14ae97c0-b9ef-4df1-8174-62c577939682"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14ae97c0-b9ef-4df1-8174-62c577939682"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14ae97c0-b9ef-4df1-8174-62c577939682"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-59e784eb-d3e2-4e31-a75b-a3dd9962438e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-59e784eb-d3e2-4e31-a75b-a3dd9962438e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59e784eb-d3e2-4e31-a75b-a3dd9962438e.shg-box.shg-c {
  justify-content: center;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  margin-top: 10px;
margin-left: 32%;
margin-right: 32%;
max-width: 300px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 1200px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  max-width: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  max-width: 378px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  max-width: 251px;
}
}@media (max-width: 767px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  max-width: 450px;
}
}
#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  margin: 0 !important;
  overflow: visible;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a-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-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 32%;
  margin-right: 32%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add background color handling */
  
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-content {
  
    justify-content: center;
  
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
  box-sizing: border-box;
}



.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
      position: relative;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  margin: 0 !important;
  overflow: visible;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a-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-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add background color handling */
  
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-content {
  
    justify-content: center;
  
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
  box-sizing: border-box;
}



.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
      position: relative;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  margin: 0 !important;
  overflow: visible;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a-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-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add background color handling */
  
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-content {
  
    justify-content: center;
  
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
  box-sizing: border-box;
}



.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
      position: relative;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  margin: 0 !important;
  overflow: visible;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a-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-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add background color handling */
  
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-content {
  
    justify-content: center;
  
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
  box-sizing: border-box;
}



.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
      position: relative;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  margin: 0 !important;
  overflow: visible;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a-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-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add background color handling */
  
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a .shogun-image-content {
  
    justify-content: center;
  
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image {
  box-sizing: border-box;
}



.s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container {
      position: relative;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46114fa7-e150-4653-b1b6-c8d0eb4e136a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-ddfd7a70-a3d3-453d-a053-f4dfea2e8234 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ddfd7a70-a3d3-453d-a053-f4dfea2e8234 {
  margin-top: 0px;
}
}
#s-ddfd7a70-a3d3-453d-a053-f4dfea2e8234 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ddfd7a70-a3d3-453d-a053-f4dfea2e8234 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-ad87aad5-08f8-4e39-abc0-5e1b227aa5e5 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad87aad5-08f8-4e39-abc0-5e1b227aa5e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ad87aad5-08f8-4e39-abc0-5e1b227aa5e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-ad87aad5-08f8-4e39-abc0-5e1b227aa5e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-38cc9a54-1cc9-4320-9734-7fe36eaa0d25 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-38cc9a54-1cc9-4320-9734-7fe36eaa0d25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38cc9a54-1cc9-4320-9734-7fe36eaa0d25.shg-box.shg-c {
  justify-content: center;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin-top: 10px;
margin-left: 31%;
margin-right: 31%;
max-width: 300px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9-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-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 31%;
  margin-right: 31%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
  box-sizing: border-box;
}



.s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
      position: relative;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9-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-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
  box-sizing: border-box;
}



.s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
      position: relative;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9-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-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
  box-sizing: border-box;
}



.s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
      position: relative;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9-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-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
  box-sizing: border-box;
}



.s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
      position: relative;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9-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-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ff57f647-f87c-4b32-acee-3d6b015336f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image {
  box-sizing: border-box;
}



.s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container {
      position: relative;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff57f647-f87c-4b32-acee-3d6b015336f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-7cc681ca-222e-4c01-944e-031ce213d3f6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7cc681ca-222e-4c01-944e-031ce213d3f6 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7cc681ca-222e-4c01-944e-031ce213d3f6 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-7cc681ca-222e-4c01-944e-031ce213d3f6 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-e370ba02-cf80-4045-a1cd-abb7ea7f672e {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e370ba02-cf80-4045-a1cd-abb7ea7f672e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e370ba02-cf80-4045-a1cd-abb7ea7f672e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-e370ba02-cf80-4045-a1cd-abb7ea7f672e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-cf9d19c8-0adf-4d5c-a604-ade1c0db0f5f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf9d19c8-0adf-4d5c-a604-ade1c0db0f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf9d19c8-0adf-4d5c-a604-ade1c0db0f5f.shg-box.shg-c {
  justify-content: center;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin-top: 10px;
margin-left: 30%;
margin-right: 30%;
max-width: 300px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1-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-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
  box-sizing: border-box;
}



.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
      position: relative;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1-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-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
  box-sizing: border-box;
}



.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
      position: relative;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1-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-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
  box-sizing: border-box;
}



.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
      position: relative;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1-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-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
  box-sizing: border-box;
}



.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
      position: relative;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  margin: 0 !important;
  overflow: visible;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1-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-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add background color handling */
  
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image {
  box-sizing: border-box;
}



.s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container {
      position: relative;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee920c78-94f3-4f63-a9ae-0b6d14bee1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-c6598f1d-03dc-417f-b248-a0bd96234e3c {
  margin-top: 13px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c6598f1d-03dc-417f-b248-a0bd96234e3c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-c6598f1d-03dc-417f-b248-a0bd96234e3c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c6598f1d-03dc-417f-b248-a0bd96234e3c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c6598f1d-03dc-417f-b248-a0bd96234e3c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-c6598f1d-03dc-417f-b248-a0bd96234e3c .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-5d3f7dda-4656-4876-bf83-ba09f30ddcad {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d3f7dda-4656-4876-bf83-ba09f30ddcad .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5d3f7dda-4656-4876-bf83-ba09f30ddcad .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-5d3f7dda-4656-4876-bf83-ba09f30ddcad .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9744accb-3fd8-4fb3-9d7f-4454cce9e44f.shg-box.shg-c {
  justify-content: center;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 2500/93;
text-align: center;
}
@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin-bottom: -2px;
display: none;
}
#s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-s-d9d18169-4e52-40e1-b581-14a0848c3286, #wrap-content-s-d9d18169-4e52-40e1-b581-14a0848c3286 { display: none !important; }}
#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-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-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-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-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-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-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-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-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  margin: 0 !important;
  overflow: visible;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286-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-d9d18169-4e52-40e1-b581-14a0848c3286 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -2px;
}

.shg-image-content-margin-container-s-d9d18169-4e52-40e1-b581-14a0848c3286 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add background color handling */
  
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }

    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-link {
      aspect-ratio: 2500/93;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d9d18169-4e52-40e1-b581-14a0848c3286 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
    
    
    
    
  }


.s-d9d18169-4e52-40e1-b581-14a0848c3286 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image {
  box-sizing: border-box;
}



.s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d9d18169-4e52-40e1-b581-14a0848c3286 {
      --shg-aspect-ratio: calc(2500/93); 
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container {
      position: relative;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d9d18169-4e52-40e1-b581-14a0848c3286 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-628f3d15-4de2-47c6-abb7-634d14632cac {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
background-position: center top;
}








#s-628f3d15-4de2-47c6-abb7-634d14632cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-628f3d15-4de2-47c6-abb7-634d14632cac.shg-box.shg-c {
  justify-content: center;
}

#s-0d3cc044-f3a7-4a71-becd-a1ff401b9147 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-0d3cc044-f3a7-4a71-becd-a1ff401b9147 {
  margin-bottom: 1px;
}
}
#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-left: 18%;
margin-right: 18%;
}
}@media (max-width: 767px){#s-526618e6-71d4-49cb-af16-cc80278b9065 {
  margin-top: 11px;
margin-left: 6%;
margin-right: 6%;
}
}
#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}








#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d9282a9-63f6-4f69-9ff2-7ffafc520801.shg-box.shg-c {
  justify-content: center;
}

#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-19671702-3a04-4f6a-a2ae-2954caaaea4f {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-19671702-3a04-4f6a-a2ae-2954caaaea4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-08889f8c-8617-4c33-925d-5e9186d66bee {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-08889f8c-8617-4c33-925d-5e9186d66bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08889f8c-8617-4c33-925d-5e9186d66bee {
  cursor: pointer;
}#s-08889f8c-8617-4c33-925d-5e9186d66bee.shg-box.shg-c {
  justify-content: center;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-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-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-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-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-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-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-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-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  margin: 0 !important;
  overflow: visible;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e-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-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add background color handling */
  
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-7a7cba64-b041-4d9b-805f-da549c9fd09e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image {
  box-sizing: border-box;
}



.s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container {
      position: relative;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a7cba64-b041-4d9b-805f-da549c9fd09e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-adf95eb3-fdb1-4f8c-b41a-0b9da646fc00 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38bb88cd-3a33-409a-a344-e0cffdbe923c {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5 {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cdb2073-9fef-4353-a29b-c2057eb25ca5-root {
    text-align: center;
  }


#s-6cdb2073-9fef-4353-a29b-c2057eb25ca5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-876d23c3-23d4-4f55-84d3-87b85f726862 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-876d23c3-23d4-4f55-84d3-87b85f726862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-876d23c3-23d4-4f55-84d3-87b85f726862 {
  cursor: pointer;
}#s-876d23c3-23d4-4f55-84d3-87b85f726862.shg-box.shg-c {
  justify-content: center;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-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-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-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-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-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-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-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-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  margin: 0 !important;
  overflow: visible;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80-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-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add background color handling */
  
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image {
  box-sizing: border-box;
}



.s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container {
      position: relative;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4529c398-dd76-4ec8-b2e2-ff9a53196e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-6daf4d42-a511-4a8b-9c9b-4feedcfcf986 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-ea13e823-4bd7-4f78-8297-e5f240121645 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783 {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783-root {
    text-align: center;
  }


#s-2449fa2c-b25f-4f1b-b98d-3013ff6d4783.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 470px;
background-color: rgba(244, 244, 244, 1);
}








#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f {
  cursor: pointer;
}#s-ef18935c-e3d6-45e8-936b-bf8b220f8f5f.shg-box.shg-c {
  justify-content: center;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-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-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-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-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-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-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-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-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f011a085-51af-49e6-97ea-380c21c22e65 {
  margin: 0 !important;
  overflow: visible;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65-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-f011a085-51af-49e6-97ea-380c21c22e65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f011a085-51af-49e6-97ea-380c21c22e65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add background color handling */
  
}

#s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f011a085-51af-49e6-97ea-380c21c22e65 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f011a085-51af-49e6-97ea-380c21c22e65 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image {
  box-sizing: border-box;
}



.s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f011a085-51af-49e6-97ea-380c21c22e65 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container {
      position: relative;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f011a085-51af-49e6-97ea-380c21c22e65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-913bd9b9-2aa2-4b17-bd89-9cf33b5089f5 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-4e2ff665-1a75-4cb7-b8e1-57d4c6fa3922 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-b44857c5-421c-428b-b0c2-be1d486dce4c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-b44857c5-421c-428b-b0c2-be1d486dce4c:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b44857c5-421c-428b-b0c2-be1d486dce4c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b44857c5-421c-428b-b0c2-be1d486dce4c {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b44857c5-421c-428b-b0c2-be1d486dce4c-root {
    text-align: center;
  }


#s-b44857c5-421c-428b-b0c2-be1d486dce4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
max-width: 900px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93024e17-c420-40a3-8fb4-336cf5803575:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93024e17-c420-40a3-8fb4-336cf5803575:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}