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

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#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 {
  
  
}

.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-83dcfd01-ebd4-4b5e-88b5-7268d1df665b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-83dcfd01-ebd4-4b5e-88b5-7268d1df665b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83dcfd01-ebd4-4b5e-88b5-7268d1df665b {
  cursor: pointer;
}#s-83dcfd01-ebd4-4b5e-88b5-7268d1df665b.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;
  
  
  text-transform: none;
  
  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-f6f87c9f-8194-4293-b43d-6c7dde98c108 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(199, 0, 109, 1);
}
@media (min-width: 1200px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 {
  background-color: rgba(255, 114, 60, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 {
  background-color: rgba(255, 114, 60, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 {
  margin-bottom: 10px;
background-color: rgba(255, 114, 60, 1);
}
}@media (max-width: 767px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 {
  background-color: rgba(255, 114, 60, 1);
}
}
#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 .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: 1200px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-f6f87c9f-8194-4293-b43d-6c7dde98c108 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-e6968035-c949-42f8-8a1c-9fd8f0bc968a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}

#s-e6968035-c949-42f8-8a1c-9fd8f0bc968a {
  background-image: url();
}








#s-e6968035-c949-42f8-8a1c-9fd8f0bc968a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6968035-c949-42f8-8a1c-9fd8f0bc968a {
  cursor: pointer;
}#s-e6968035-c949-42f8-8a1c-9fd8f0bc968a.shg-box.shg-c {
  justify-content: center;
}

#s-bc5cd3ab-a7eb-4169-925d-85ca2d6925ef {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bc5cd3ab-a7eb-4169-925d-85ca2d6925ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc5cd3ab-a7eb-4169-925d-85ca2d6925ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc5cd3ab-a7eb-4169-925d-85ca2d6925ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc5cd3ab-a7eb-4169-925d-85ca2d6925ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bc5cd3ab-a7eb-4169-925d-85ca2d6925ef"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-766a7e27-cae3-4b75-8d54-d2f564aa34d7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-766a7e27-cae3-4b75-8d54-d2f564aa34d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-766a7e27-cae3-4b75-8d54-d2f564aa34d7.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-0866419e-8fdc-452f-8cd1-992d7801427a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0866419e-8fdc-452f-8cd1-992d7801427a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0866419e-8fdc-452f-8cd1-992d7801427a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0866419e-8fdc-452f-8cd1-992d7801427a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-0866419e-8fdc-452f-8cd1-992d7801427a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev svg,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev svg,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev svg,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev svg,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev svg,
#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0866419e-8fdc-452f-8cd1-992d7801427a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  margin-left: auto;
margin-right: auto;
max-width: 1296px;
text-align: left;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  margin: 0 !important;
  overflow: visible;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add background color handling */
  
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image {
  box-sizing: border-box;
}



.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  
}


@media (min-width: 1200px){#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  margin: 0 !important;
  overflow: visible;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add background color handling */
  
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image {
  box-sizing: border-box;
}



.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  margin: 0 !important;
  overflow: visible;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add background color handling */
  
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image {
  box-sizing: border-box;
}



.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  margin: 0 !important;
  overflow: visible;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add background color handling */
  
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image {
  box-sizing: border-box;
}



.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  
}


}@media (max-width: 767px){#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  margin: 0 !important;
  overflow: visible;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add background color handling */
  
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e.shogun-image {
  box-sizing: border-box;
}



.s-6e9a09f2-9a9a-4a97-909d-5ad591a6a15e img.shogun-image {
  
}


}
#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: left;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  margin: 0 !important;
  overflow: visible;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add background color handling */
  
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image {
  box-sizing: border-box;
}



.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  
}


@media (min-width: 1200px){#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  margin: 0 !important;
  overflow: visible;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add background color handling */
  
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image {
  box-sizing: border-box;
}



.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  margin: 0 !important;
  overflow: visible;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add background color handling */
  
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image {
  box-sizing: border-box;
}



.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  margin: 0 !important;
  overflow: visible;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add background color handling */
  
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image {
  box-sizing: border-box;
}



.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  
}


}@media (max-width: 767px){#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  margin: 0 !important;
  overflow: visible;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add background color handling */
  
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28.shogun-image {
  box-sizing: border-box;
}



.s-10e057d8-07cb-44b6-ae1b-1f5ae484eb28 img.shogun-image {
  
}


}
#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: left;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image {
  box-sizing: border-box;
}



.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image {
  box-sizing: border-box;
}



.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image {
  box-sizing: border-box;
}



.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image {
  box-sizing: border-box;
}



.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9.shogun-image {
  box-sizing: border-box;
}



.s-4e4fe6be-3af3-40f2-8cdd-50f8ee1275e9 img.shogun-image {
  
}


}
#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: left;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image {
  box-sizing: border-box;
}



.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image {
  box-sizing: border-box;
}



.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image {
  box-sizing: border-box;
}



.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image {
  box-sizing: border-box;
}



.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59.shogun-image {
  box-sizing: border-box;
}



.s-3f9d3c5b-9b4c-4499-9b98-dfbe55984e59 img.shogun-image {
  
}


}
#s-952b870b-e81d-4c3d-a82d-354168054c8b {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: left;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b {
  margin: 0 !important;
  overflow: visible;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add background color handling */
  
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-952b870b-e81d-4c3d-a82d-354168054c8b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image {
  box-sizing: border-box;
}



.s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  
}


@media (min-width: 1200px){#s-952b870b-e81d-4c3d-a82d-354168054c8b {
  margin: 0 !important;
  overflow: visible;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add background color handling */
  
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-952b870b-e81d-4c3d-a82d-354168054c8b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image {
  box-sizing: border-box;
}



.s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-952b870b-e81d-4c3d-a82d-354168054c8b {
  margin: 0 !important;
  overflow: visible;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add background color handling */
  
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-952b870b-e81d-4c3d-a82d-354168054c8b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image {
  box-sizing: border-box;
}



.s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-952b870b-e81d-4c3d-a82d-354168054c8b {
  margin: 0 !important;
  overflow: visible;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add background color handling */
  
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-952b870b-e81d-4c3d-a82d-354168054c8b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image {
  box-sizing: border-box;
}



.s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  
}


}@media (max-width: 767px){#s-952b870b-e81d-4c3d-a82d-354168054c8b {
  margin: 0 !important;
  overflow: visible;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-952b870b-e81d-4c3d-a82d-354168054c8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add background color handling */
  
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-952b870b-e81d-4c3d-a82d-354168054c8b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-952b870b-e81d-4c3d-a82d-354168054c8b.shogun-image {
  box-sizing: border-box;
}



.s-952b870b-e81d-4c3d-a82d-354168054c8b img.shogun-image {
  
}


}
#s-a522a920-c688-4787-8948-98429732f23d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/480x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/960x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/768x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/1536x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/1024x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/2048x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/1200x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-a522a920-c688-4787-8948-98429732f23d {
  background-image: url(https://i.shgcdn.com/3de24e18-eadb-4fb3-af0f-666d7e03897d/-/resize/2048x/);
}
#s-a522a920-c688-4787-8948-98429732f23d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-a522a920-c688-4787-8948-98429732f23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a522a920-c688-4787-8948-98429732f23d.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-a522a920-c688-4787-8948-98429732f23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a522a920-c688-4787-8948-98429732f23d.shg-box.shg-c {
  justify-content: center;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-18602f34-ca7d-4df9-b32d-5087f3656143 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-18602f34-ca7d-4df9-b32d-5087f3656143 {
  margin-top: 20px;
}
}
#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size,
#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 1200px){#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size,
#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 124;
    
    
    font-size: 1.24em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size,
#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 128;
    
    
    font-size: 1.28em;
  
}
}@media (max-width: 767px){#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size,
#s-18602f34-ca7d-4df9-b32d-5087f3656143 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 94;
    
    
    font-size: 0.94em;
  
}
}
.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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin-top: -20px;
margin-bottom: 10px;
max-width: 230px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin-top: -20px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin-top: -20px;
max-width: 130px;
}
}
#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad-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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad .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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

  /* 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-126df3f3-7155-4f2e-ae1a-771cff11c7ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad-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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad .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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

  /* 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-126df3f3-7155-4f2e-ae1a-771cff11c7ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad-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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad .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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

  /* 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-126df3f3-7155-4f2e-ae1a-771cff11c7ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad-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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad .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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

  /* 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-126df3f3-7155-4f2e-ae1a-771cff11c7ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad-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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad .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-126df3f3-7155-4f2e-ae1a-771cff11c7ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad img.shogun-image {
  width: 100%;
  
  
  max-width: 200px;

      
    max-width: 200px;

  /* 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-126df3f3-7155-4f2e-ae1a-771cff11c7ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126df3f3-7155-4f2e-ae1a-771cff11c7ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin-left: 10%;
margin-right: 10%;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc-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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc .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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc 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-e1186737-68c1-4bed-81de-0dc6158f38bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc-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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc .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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc 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-e1186737-68c1-4bed-81de-0dc6158f38bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc-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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc .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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc 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-e1186737-68c1-4bed-81de-0dc6158f38bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc-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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc .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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc 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-e1186737-68c1-4bed-81de-0dc6158f38bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e1186737-68c1-4bed-81de-0dc6158f38bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc-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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc .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-e1186737-68c1-4bed-81de-0dc6158f38bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e1186737-68c1-4bed-81de-0dc6158f38bc 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-e1186737-68c1-4bed-81de-0dc6158f38bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1186737-68c1-4bed-81de-0dc6158f38bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 {
  padding-top: 29px;
padding-bottom: 29px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 {
  margin-top: 11px;
margin-left: 15%;
margin-bottom: 11px;
margin-right: 15%;
padding-top: 4px;
padding-bottom: 14px;
}
}
#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-d507fc73-703c-4c0e-bf61-fa043c75e1f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


}
#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(245, 35, 70, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5:hover {background-color: rgba(225, 44, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5:active {background-color: rgba(16, 16, 16, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5:hover {background-color: rgba(248, 149, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5:hover {background-color: rgba(248, 149, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5 {
  margin-bottom: 25px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5:hover {background-color: rgba(248, 149, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5 {
  margin-bottom: 40px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5:hover {background-color: rgba(248, 149, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e98f22f8-d884-41bd-9245-ed6d9cb421c5-root {
    text-align: center;
  }


#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e98f22f8-d884-41bd-9245-ed6d9cb421c5-root {
    text-align: center;
  }


#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e98f22f8-d884-41bd-9245-ed6d9cb421c5-root {
    text-align: center;
  }


#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e98f22f8-d884-41bd-9245-ed6d9cb421c5-root {
    text-align: center;
  }


#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e98f22f8-d884-41bd-9245-ed6d9cb421c5-root {
    text-align: center;
  }


#s-e98f22f8-d884-41bd-9245-ed6d9cb421c5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-135ae0bb-d407-4f9b-856f-3119481d06d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-135ae0bb-d407-4f9b-856f-3119481d06d4 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-135ae0bb-d407-4f9b-856f-3119481d06d4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-135ae0bb-d407-4f9b-856f-3119481d06d4 {
  margin-top: 20px;
}
}







#s-135ae0bb-d407-4f9b-856f-3119481d06d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-135ae0bb-d407-4f9b-856f-3119481d06d4 {
  cursor: pointer;
}#s-135ae0bb-d407-4f9b-856f-3119481d06d4.shg-box.shg-c {
  justify-content: center;
}

#s-6c029722-f324-45f5-be3b-26d0d2e4ff0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6c029722-f324-45f5-be3b-26d0d2e4ff0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c029722-f324-45f5-be3b-26d0d2e4ff0d.shg-box.shg-c {
  justify-content: center;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  display: none;
}
#s-f512c6fd-87ec-40d2-b6ec-211d8755410f, #wrap-s-f512c6fd-87ec-40d2-b6ec-211d8755410f, #wrap-content-s-f512c6fd-87ec-40d2-b6ec-211d8755410f { display: none !important; }}
#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f-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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f .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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f 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-f512c6fd-87ec-40d2-b6ec-211d8755410f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f-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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f .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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f 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-f512c6fd-87ec-40d2-b6ec-211d8755410f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f-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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f .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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f 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-f512c6fd-87ec-40d2-b6ec-211d8755410f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f-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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f .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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f 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-f512c6fd-87ec-40d2-b6ec-211d8755410f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f-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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f .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-f512c6fd-87ec-40d2-b6ec-211d8755410f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f 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-f512c6fd-87ec-40d2-b6ec-211d8755410f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f512c6fd-87ec-40d2-b6ec-211d8755410f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 53, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20 {
  margin-top: 420px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20 {
  margin-top: 280px;
margin-bottom: 280px;
line-height: 1.5em;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20 {
  margin-top: 180px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20-root {
    text-align: center;
  }


#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20-root {
    text-align: center;
  }


#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20-root {
    text-align: center;
  }


#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20-root {
    text-align: center;
  }


#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20-root {
    text-align: center;
  }


#s-8b7fa632-6912-4a6a-9d35-cd677c0b3b20.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 {
  background-image: url(https://i.shgcdn.com/30dba033-3116-453f-9cd7-4ecba8cd17f9/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-position: center center;
}
@media (min-width: 1200px){#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 {
  display: none;
}
#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791, #wrap-s-a7a098dc-52b8-4b5f-a2bc-64b1af996791, #wrap-content-s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 {
  display: none;
}
#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791, #wrap-s-a7a098dc-52b8-4b5f-a2bc-64b1af996791, #wrap-content-s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 {
  display: none;
}
#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791, #wrap-s-a7a098dc-52b8-4b5f-a2bc-64b1af996791, #wrap-content-s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 { display: none !important; }}@media (max-width: 767px){#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 {
  background-color: rgba(152, 53, 150, 1);
}
}
#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  
  
  
}


@media (max-width: 767px){#s-a7a098dc-52b8-4b5f-a2bc-64b1af996791 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  display: none;
}
#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1, #wrap-s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1, #wrap-content-s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  display: none;
}
#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1, #wrap-s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1, #wrap-content-s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  display: none;
}
#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1, #wrap-s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1, #wrap-content-s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 { display: none !important; }}
#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1-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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1-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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1-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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1-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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1-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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 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-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d486f1a4-d2e1-444b-ab61-1b3a8b1430f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 53, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb {
  margin-bottom: 30px;
line-height: 1.5em;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb {
  margin-top: 180px;
margin-bottom: 0px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb-root {
    text-align: center;
  }


#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb-root {
    text-align: center;
  }


#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb-root {
    text-align: center;
  }


#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb-root {
    text-align: center;
  }


#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb-root {
    text-align: center;
  }


#s-56f11861-5d4a-4fbf-8a8f-6a9c8044aecb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 {
  margin-top: 20px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 {
  margin-top: 5px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 {
  margin-top: 15px;
margin-bottom: 5px;
}
}
#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-7107d89b-9ded-4c8e-adb7-1512b0e1bd62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}
#s-b031d823-07a9-47e8-924b-f74eed4a7bb2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b031d823-07a9-47e8-924b-f74eed4a7bb2 {
  margin-top: 10px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-b031d823-07a9-47e8-924b-f74eed4a7bb2 {
  
}
}
@media (min-width: 0px) {
[id="s-b031d823-07a9-47e8-924b-f74eed4a7bb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b031d823-07a9-47e8-924b-f74eed4a7bb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b031d823-07a9-47e8-924b-f74eed4a7bb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b031d823-07a9-47e8-924b-f74eed4a7bb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b343fec4-ba13-4f44-bf7a-a86e92390785 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b343fec4-ba13-4f44-bf7a-a86e92390785 {
  margin-bottom: 10px;
}
}







#s-b343fec4-ba13-4f44-bf7a-a86e92390785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b343fec4-ba13-4f44-bf7a-a86e92390785 {
  cursor: pointer;
}#s-b343fec4-ba13-4f44-bf7a-a86e92390785.shg-box.shg-c {
  justify-content: center;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin-bottom: 10px;
}
}
#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin: 0 !important;
  overflow: visible;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add background color handling */
  
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image {
  box-sizing: border-box;
}



.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin: 0 !important;
  overflow: visible;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add background color handling */
  
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image {
  box-sizing: border-box;
}



.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin: 0 !important;
  overflow: visible;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add background color handling */
  
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image {
  box-sizing: border-box;
}



.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin: 0 !important;
  overflow: visible;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add background color handling */
  
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image {
  box-sizing: border-box;
}



.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  margin: 0 !important;
  overflow: visible;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7440efe6-dc53-4ec2-b432-1ce85ba37193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add background color handling */
  
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7440efe6-dc53-4ec2-b432-1ce85ba37193.shogun-image {
  box-sizing: border-box;
}



.s-7440efe6-dc53-4ec2-b432-1ce85ba37193 img.shogun-image {
  
}


}
#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
}@media (max-width: 767px){#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  max-width: 60px;
}
}
#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5-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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5-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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5-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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5-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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5-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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d277bb3c-f5a5-4854-b6b6-879b2bd3b8a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-38ddf9e5-affc-4453-8fae-89846ccb77fb {
  margin-left: auto;
margin-right: auto;
}

#s-061dc608-3f76-41d2-8d8c-520f46ecb84f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-061dc608-3f76-41d2-8d8c-520f46ecb84f {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-061dc608-3f76-41d2-8d8c-520f46ecb84f .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-061dc608-3f76-41d2-8d8c-520f46ecb84f .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-061dc608-3f76-41d2-8d8c-520f46ecb84f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-061dc608-3f76-41d2-8d8c-520f46ecb84f .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 24px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-061dc608-3f76-41d2-8d8c-520f46ecb84f .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-061dc608-3f76-41d2-8d8c-520f46ecb84f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-3e232b98-8b09-4d2d-bd25-218e059c3b44 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-3e232b98-8b09-4d2d-bd25-218e059c3b44 {
  margin-bottom: 10px;
}
}







#s-3e232b98-8b09-4d2d-bd25-218e059c3b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e232b98-8b09-4d2d-bd25-218e059c3b44 {
  cursor: pointer;
}#s-3e232b98-8b09-4d2d-bd25-218e059c3b44.shg-box.shg-c {
  justify-content: center;
}

#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin-bottom: 10px;
}
}
#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin: 0 !important;
  overflow: visible;
}

#s-88efce0b-e980-474f-9462-8262026e5555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add background color handling */
  
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-88efce0b-e980-474f-9462-8262026e5555 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-88efce0b-e980-474f-9462-8262026e5555.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-88efce0b-e980-474f-9462-8262026e5555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88efce0b-e980-474f-9462-8262026e5555.shogun-image {
  box-sizing: border-box;
}



.s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  
}


@media (min-width: 1200px){#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin: 0 !important;
  overflow: visible;
}

#s-88efce0b-e980-474f-9462-8262026e5555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add background color handling */
  
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-88efce0b-e980-474f-9462-8262026e5555 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-88efce0b-e980-474f-9462-8262026e5555.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-88efce0b-e980-474f-9462-8262026e5555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88efce0b-e980-474f-9462-8262026e5555.shogun-image {
  box-sizing: border-box;
}



.s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin: 0 !important;
  overflow: visible;
}

#s-88efce0b-e980-474f-9462-8262026e5555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add background color handling */
  
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-88efce0b-e980-474f-9462-8262026e5555 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-88efce0b-e980-474f-9462-8262026e5555.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-88efce0b-e980-474f-9462-8262026e5555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88efce0b-e980-474f-9462-8262026e5555.shogun-image {
  box-sizing: border-box;
}



.s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin: 0 !important;
  overflow: visible;
}

#s-88efce0b-e980-474f-9462-8262026e5555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add background color handling */
  
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-88efce0b-e980-474f-9462-8262026e5555 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-88efce0b-e980-474f-9462-8262026e5555.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-88efce0b-e980-474f-9462-8262026e5555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88efce0b-e980-474f-9462-8262026e5555.shogun-image {
  box-sizing: border-box;
}



.s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  
}


}@media (max-width: 767px){#s-88efce0b-e980-474f-9462-8262026e5555 {
  margin: 0 !important;
  overflow: visible;
}

#s-88efce0b-e980-474f-9462-8262026e5555-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88efce0b-e980-474f-9462-8262026e5555 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add background color handling */
  
}

#s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-88efce0b-e980-474f-9462-8262026e5555 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-88efce0b-e980-474f-9462-8262026e5555.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-88efce0b-e980-474f-9462-8262026e5555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88efce0b-e980-474f-9462-8262026e5555.shogun-image {
  box-sizing: border-box;
}



.s-88efce0b-e980-474f-9462-8262026e5555 img.shogun-image {
  
}


}
#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
}@media (max-width: 767px){#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  max-width: 60px;
}
}
#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818-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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818-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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818-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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818-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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818-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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-ae5a4fa8-0357-44c5-9e49-290f1f7bd818 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae5a4fa8-0357-44c5-9e49-290f1f7bd818.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4e910901-9863-4889-9429-d274f987a261 {
  margin-left: auto;
margin-right: auto;
}

#s-00303141-9548-44b0-8eee-578133715fa7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-00303141-9548-44b0-8eee-578133715fa7 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-00303141-9548-44b0-8eee-578133715fa7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-00303141-9548-44b0-8eee-578133715fa7 .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-00303141-9548-44b0-8eee-578133715fa7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-00303141-9548-44b0-8eee-578133715fa7 .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 24px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-00303141-9548-44b0-8eee-578133715fa7 .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-00303141-9548-44b0-8eee-578133715fa7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-6214996a-7886-4da2-87b6-f4d0f0421882 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6214996a-7886-4da2-87b6-f4d0f0421882 {
  
}
}







#s-6214996a-7886-4da2-87b6-f4d0f0421882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6214996a-7886-4da2-87b6-f4d0f0421882 {
  cursor: pointer;
}#s-6214996a-7886-4da2-87b6-f4d0f0421882.shg-box.shg-c {
  justify-content: center;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: right;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 {
  margin: 0 !important;
  overflow: visible;
}

#s-74a20de8-4818-4095-806d-219d2fb07419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add background color handling */
  
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-74a20de8-4818-4095-806d-219d2fb07419 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image {
  box-sizing: border-box;
}



.s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  
}


@media (min-width: 1200px){#s-74a20de8-4818-4095-806d-219d2fb07419 {
  margin: 0 !important;
  overflow: visible;
}

#s-74a20de8-4818-4095-806d-219d2fb07419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add background color handling */
  
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-74a20de8-4818-4095-806d-219d2fb07419 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image {
  box-sizing: border-box;
}



.s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-74a20de8-4818-4095-806d-219d2fb07419 {
  margin: 0 !important;
  overflow: visible;
}

#s-74a20de8-4818-4095-806d-219d2fb07419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add background color handling */
  
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-74a20de8-4818-4095-806d-219d2fb07419 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image {
  box-sizing: border-box;
}



.s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-74a20de8-4818-4095-806d-219d2fb07419 {
  margin: 0 !important;
  overflow: visible;
}

#s-74a20de8-4818-4095-806d-219d2fb07419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add background color handling */
  
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-74a20de8-4818-4095-806d-219d2fb07419 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image {
  box-sizing: border-box;
}



.s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  
}


}@media (max-width: 767px){#s-74a20de8-4818-4095-806d-219d2fb07419 {
  margin: 0 !important;
  overflow: visible;
}

#s-74a20de8-4818-4095-806d-219d2fb07419-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-74a20de8-4818-4095-806d-219d2fb07419 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add background color handling */
  
}

#s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-74a20de8-4818-4095-806d-219d2fb07419 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a20de8-4818-4095-806d-219d2fb07419.shogun-image {
  box-sizing: border-box;
}



.s-74a20de8-4818-4095-806d-219d2fb07419 img.shogun-image {
  
}


}
#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
}@media (max-width: 767px){#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  max-width: 60px;
}
}
#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8-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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 .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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-8509e467-ed39-43aa-8510-8b4a9f0699c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8-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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 .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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-8509e467-ed39-43aa-8510-8b4a9f0699c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8-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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 .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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-8509e467-ed39-43aa-8510-8b4a9f0699c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8-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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 .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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-8509e467-ed39-43aa-8510-8b4a9f0699c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8-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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 .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-8509e467-ed39-43aa-8510-8b4a9f0699c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-8509e467-ed39-43aa-8510-8b4a9f0699c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8509e467-ed39-43aa-8510-8b4a9f0699c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d99ae57f-8a39-4713-bc4e-d2c382bdadb1 {
  margin-left: auto;
margin-right: auto;
}

#s-8a994ee4-1381-465d-85dc-08d860ebd581 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a994ee4-1381-465d-85dc-08d860ebd581 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-8a994ee4-1381-465d-85dc-08d860ebd581 .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8a994ee4-1381-465d-85dc-08d860ebd581 .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-8a994ee4-1381-465d-85dc-08d860ebd581 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-8a994ee4-1381-465d-85dc-08d860ebd581 .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 24px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8a994ee4-1381-465d-85dc-08d860ebd581 .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-8a994ee4-1381-465d-85dc-08d860ebd581 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-9167d2fa-7205-481e-beab-a3362d703e6f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-9167d2fa-7205-481e-beab-a3362d703e6f {
  
}
}







#s-9167d2fa-7205-481e-beab-a3362d703e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9167d2fa-7205-481e-beab-a3362d703e6f {
  cursor: pointer;
}#s-9167d2fa-7205-481e-beab-a3362d703e6f.shg-box.shg-c {
  justify-content: center;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  margin-left: auto;
margin-right: auto;
max-width: 1346px;
text-align: right;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image {
  box-sizing: border-box;
}



.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image {
  box-sizing: border-box;
}



.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image {
  box-sizing: border-box;
}



.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image {
  box-sizing: border-box;
}



.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  margin: 0 !important;
  overflow: visible;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba8a497e-6a33-49fe-be60-b0280c70cf95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add background color handling */
  
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba8a497e-6a33-49fe-be60-b0280c70cf95.shogun-image {
  box-sizing: border-box;
}



.s-ba8a497e-6a33-49fe-be60-b0280c70cf95 img.shogun-image {
  
}


}
#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
max-width: 80px;
text-align: left;
}
}@media (max-width: 767px){#s-7856c84f-887b-47ac-828c-fd83a285512f {
  max-width: 60px;
}
}
#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f-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-7856c84f-887b-47ac-828c-fd83a285512f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f .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-7856c84f-887b-47ac-828c-fd83a285512f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7856c84f-887b-47ac-828c-fd83a285512f img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-7856c84f-887b-47ac-828c-fd83a285512f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f-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-7856c84f-887b-47ac-828c-fd83a285512f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7856c84f-887b-47ac-828c-fd83a285512f .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-7856c84f-887b-47ac-828c-fd83a285512f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7856c84f-887b-47ac-828c-fd83a285512f img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-7856c84f-887b-47ac-828c-fd83a285512f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f-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-7856c84f-887b-47ac-828c-fd83a285512f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f .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-7856c84f-887b-47ac-828c-fd83a285512f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7856c84f-887b-47ac-828c-fd83a285512f img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-7856c84f-887b-47ac-828c-fd83a285512f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f-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-7856c84f-887b-47ac-828c-fd83a285512f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7856c84f-887b-47ac-828c-fd83a285512f .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-7856c84f-887b-47ac-828c-fd83a285512f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7856c84f-887b-47ac-828c-fd83a285512f img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-7856c84f-887b-47ac-828c-fd83a285512f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7856c84f-887b-47ac-828c-fd83a285512f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f-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-7856c84f-887b-47ac-828c-fd83a285512f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7856c84f-887b-47ac-828c-fd83a285512f .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-7856c84f-887b-47ac-828c-fd83a285512f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7856c84f-887b-47ac-828c-fd83a285512f img.shogun-image {
  width: 100%;
  
  
  max-width: 80px;

      
    max-width: 80px;

  /* 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-7856c84f-887b-47ac-828c-fd83a285512f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7856c84f-887b-47ac-828c-fd83a285512f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-883daceb-6f9a-4d7b-931e-45912d964b25 {
  margin-left: auto;
margin-right: auto;
}

#s-074b290f-e7d8-4369-a0b9-f65948802100 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-074b290f-e7d8-4369-a0b9-f65948802100 {
  margin-top: 0px;
margin-bottom: 10px;
}
}
#s-074b290f-e7d8-4369-a0b9-f65948802100 .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-074b290f-e7d8-4369-a0b9-f65948802100 .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-074b290f-e7d8-4369-a0b9-f65948802100 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-074b290f-e7d8-4369-a0b9-f65948802100 .shg-product-sold-out {
  display: none;
  color: rgba(255, 114, 60, 1);
  font-size: 24px;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-074b290f-e7d8-4369-a0b9-f65948802100 .shg-product-price {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-074b290f-e7d8-4369-a0b9-f65948802100 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
@media (min-width: 1200px){#s-313346dd-ecf5-4a87-993e-9f61bc962784 {
  margin-top: -10px;
}
}
#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 53, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4 {
  margin-bottom: 30px;
line-height: 1.5em;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4 {
  margin-bottom: 20px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4:hover {background-color: rgba(255, 126, 3, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4-root {
    text-align: center;
  }


#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4-root {
    text-align: center;
  }


#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4-root {
    text-align: center;
  }


#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4-root {
    text-align: center;
  }


#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4-root {
    text-align: center;
  }


#s-60efcea5-af6c-4157-ba9b-1f39eddaa9f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cb1c3b11-ded7-49c6-8fd3-f4906d7aba09 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-cb1c3b11-ded7-49c6-8fd3-f4906d7aba09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb1c3b11-ded7-49c6-8fd3-f4906d7aba09 {
  cursor: pointer;
}#s-cb1c3b11-ded7-49c6-8fd3-f4906d7aba09.shg-box.shg-c {
  justify-content: center;
}

#s-6f58ee5b-af73-4a60-be24-e47d5792ec58 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(239, 239, 243, 0.77);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6f58ee5b-af73-4a60-be24-e47d5792ec58 {
  background-color: rgba(239, 239, 243, 1);
}
}
@media (min-width: 0px) {
[id="s-6f58ee5b-af73-4a60-be24-e47d5792ec58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f58ee5b-af73-4a60-be24-e47d5792ec58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f58ee5b-af73-4a60-be24-e47d5792ec58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f58ee5b-af73-4a60-be24-e47d5792ec58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aba10d0c-1054-4690-8e15-b9217b9e550c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aba10d0c-1054-4690-8e15-b9217b9e550c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aba10d0c-1054-4690-8e15-b9217b9e550c.shg-box.shg-c {
  justify-content: center;
}

#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 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-3e6a2069-3e5c-49e1-9dd3-596279b0c249 .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-3e6a2069-3e5c-49e1-9dd3-596279b0c249 .shogun-heading-component h1 {
  color: rgba(214, 19, 19, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}
#s-4281817f-0a9a-4d30-8e96-bc3903114eff {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4281817f-0a9a-4d30-8e96-bc3903114eff {
  margin-top: 0px;
margin-left: 15%;
margin-right: 15%;
}
}
#s-4281817f-0a9a-4d30-8e96-bc3903114eff .shogun-heading-component h1 {
  color: rgba(220, 0, 47, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-4281817f-0a9a-4d30-8e96-bc3903114eff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 41px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4281817f-0a9a-4d30-8e96-bc3903114eff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4281817f-0a9a-4d30-8e96-bc3903114eff .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-4281817f-0a9a-4d30-8e96-bc3903114eff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}
#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b {
  margin-left: auto;
margin-right: auto;
padding-top: 13px;
padding-bottom: 13px;
text-align: center;
}
@media (min-width: 1200px){#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b {
  padding-top: 13px;
padding-bottom: 13px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b {
  margin-top: 2px;
margin-left: 11%;
margin-bottom: 4px;
margin-right: 11%;
padding-top: 8px;
padding-bottom: 8px;
}
}
#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-360e98d6-3b9a-40f6-8bac-558b38e83f8b .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-854975a0-7c79-4396-8493-84bc59115629 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 5px;
padding-left: 29px;
padding-bottom: 5px;
padding-right: 29px;
border-radius: 2px;
background-color: rgba(214, 19, 19, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-854975a0-7c79-4396-8493-84bc59115629:hover {background-color: rgba(2, 2, 2, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-854975a0-7c79-4396-8493-84bc59115629:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-854975a0-7c79-4396-8493-84bc59115629 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(214, 19, 19, 1);
hover-type: color;
}
#s-854975a0-7c79-4396-8493-84bc59115629:hover {background-color: rgba(220, 0, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-854975a0-7c79-4396-8493-84bc59115629 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(214, 19, 19, 1);
hover-type: color;
}
#s-854975a0-7c79-4396-8493-84bc59115629:hover {background-color: rgba(4, 4, 4, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-854975a0-7c79-4396-8493-84bc59115629 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(214, 19, 19, 1);
hover-type: color;
}
#s-854975a0-7c79-4396-8493-84bc59115629:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-854975a0-7c79-4396-8493-84bc59115629 {
  display: none;
}
#s-854975a0-7c79-4396-8493-84bc59115629, #wrap-s-854975a0-7c79-4396-8493-84bc59115629, #wrap-content-s-854975a0-7c79-4396-8493-84bc59115629 { display: none !important; }}

  #s-854975a0-7c79-4396-8493-84bc59115629-root {
    text-align: center;
  }


#s-854975a0-7c79-4396-8493-84bc59115629.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-854975a0-7c79-4396-8493-84bc59115629-root {
    text-align: center;
  }


#s-854975a0-7c79-4396-8493-84bc59115629.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-854975a0-7c79-4396-8493-84bc59115629-root {
    text-align: center;
  }


#s-854975a0-7c79-4396-8493-84bc59115629.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-854975a0-7c79-4396-8493-84bc59115629-root {
    text-align: center;
  }


#s-854975a0-7c79-4396-8493-84bc59115629.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-854975a0-7c79-4396-8493-84bc59115629-root {
    text-align: center;
  }


#s-854975a0-7c79-4396-8493-84bc59115629.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c2a9115-3c18-4cd8-8d0c-c6f39991b05c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3c2a9115-3c18-4cd8-8d0c-c6f39991b05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c2a9115-3c18-4cd8-8d0c-c6f39991b05c.shg-box.shg-c {
  justify-content: center;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 {
  margin-left: auto;
margin-right: auto;
max-width: 1298px;
text-align: center;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9d78e393-3afe-41ad-85d8-92fded291840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image {
  box-sizing: border-box;
}



.s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9d78e393-3afe-41ad-85d8-92fded291840 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9d78e393-3afe-41ad-85d8-92fded291840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image {
  box-sizing: border-box;
}



.s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9d78e393-3afe-41ad-85d8-92fded291840 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9d78e393-3afe-41ad-85d8-92fded291840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image {
  box-sizing: border-box;
}



.s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9d78e393-3afe-41ad-85d8-92fded291840 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9d78e393-3afe-41ad-85d8-92fded291840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image {
  box-sizing: border-box;
}



.s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9d78e393-3afe-41ad-85d8-92fded291840 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d78e393-3afe-41ad-85d8-92fded291840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9d78e393-3afe-41ad-85d8-92fded291840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d78e393-3afe-41ad-85d8-92fded291840.shogun-image {
  box-sizing: border-box;
}



.s-9d78e393-3afe-41ad-85d8-92fded291840 img.shogun-image {
  
}


}
#s-f51df2c9-c4d5-4c2b-b898-174cc137372c {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 3px;
padding-left: 29px;
padding-bottom: 3px;
padding-right: 29px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f51df2c9-c4d5-4c2b-b898-174cc137372c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f51df2c9-c4d5-4c2b-b898-174cc137372c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f51df2c9-c4d5-4c2b-b898-174cc137372c {
  display: none;
}
#s-f51df2c9-c4d5-4c2b-b898-174cc137372c, #wrap-s-f51df2c9-c4d5-4c2b-b898-174cc137372c, #wrap-content-s-f51df2c9-c4d5-4c2b-b898-174cc137372c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f51df2c9-c4d5-4c2b-b898-174cc137372c {
  display: none;
}
#s-f51df2c9-c4d5-4c2b-b898-174cc137372c, #wrap-s-f51df2c9-c4d5-4c2b-b898-174cc137372c, #wrap-content-s-f51df2c9-c4d5-4c2b-b898-174cc137372c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f51df2c9-c4d5-4c2b-b898-174cc137372c {
  display: none;
}
#s-f51df2c9-c4d5-4c2b-b898-174cc137372c, #wrap-s-f51df2c9-c4d5-4c2b-b898-174cc137372c, #wrap-content-s-f51df2c9-c4d5-4c2b-b898-174cc137372c { display: none !important; }}@media (max-width: 767px){#s-f51df2c9-c4d5-4c2b-b898-174cc137372c {
  margin-top: 17px;
margin-bottom: 30px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
background-image: none;
background-color: rgba(214, 19, 19, 1);
hover-type: color;
}
#s-f51df2c9-c4d5-4c2b-b898-174cc137372c:hover {background-color: rgba(6, 6, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-f51df2c9-c4d5-4c2b-b898-174cc137372c-root {
    text-align: center;
  }


#s-f51df2c9-c4d5-4c2b-b898-174cc137372c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f51df2c9-c4d5-4c2b-b898-174cc137372c-root {
    text-align: center;
  }


#s-f51df2c9-c4d5-4c2b-b898-174cc137372c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f51df2c9-c4d5-4c2b-b898-174cc137372c-root {
    text-align: center;
  }


#s-f51df2c9-c4d5-4c2b-b898-174cc137372c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f51df2c9-c4d5-4c2b-b898-174cc137372c-root {
    text-align: center;
  }


#s-f51df2c9-c4d5-4c2b-b898-174cc137372c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f51df2c9-c4d5-4c2b-b898-174cc137372c-root {
    text-align: center;
  }


#s-f51df2c9-c4d5-4c2b-b898-174cc137372c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-47b9ddd0-0fb6-4cf1-b117-fd38e19d77e5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-47b9ddd0-0fb6-4cf1-b117-fd38e19d77e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47b9ddd0-0fb6-4cf1-b117-fd38e19d77e5 {
  cursor: pointer;
}#s-47b9ddd0-0fb6-4cf1-b117-fd38e19d77e5.shg-box.shg-c {
  justify-content: center;
}

#s-2faaef38-4bab-4931-8c63-0217d74ec775 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-2faaef38-4bab-4931-8c63-0217d74ec775 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2faaef38-4bab-4931-8c63-0217d74ec775 {
  padding-top: 5px;
padding-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2faaef38-4bab-4931-8c63-0217d74ec775 {
  
}
}@media (max-width: 767px){#s-2faaef38-4bab-4931-8c63-0217d74ec775 {
  background-image: url(https://i.shgcdn.com/b1f9723c-806a-4d4b-a24b-e7130a2cbe37/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-2faaef38-4bab-4931-8c63-0217d74ec775"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2faaef38-4bab-4931-8c63-0217d74ec775"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2faaef38-4bab-4931-8c63-0217d74ec775"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2faaef38-4bab-4931-8c63-0217d74ec775"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a3f8695c-9ea5-4600-9929-689407adfcc4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a3f8695c-9ea5-4600-9929-689407adfcc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3f8695c-9ea5-4600-9929-689407adfcc4.shg-box.shg-c {
  justify-content: center;
}

#s-bb1cd44e-715d-4694-80d2-a54232d44e76 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 {
  margin-top: 30px;
padding-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 11px;
margin-right: 5%;
}
}
#s-bb1cd44e-715d-4694-80d2-a54232d44e76 .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-bb1cd44e-715d-4694-80d2-a54232d44e76 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 .shogun-heading-component h1 {
  color: rgba(245, 35, 70, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 .shogun-heading-component h1 {
  color: rgba(153, 53, 151, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 .shogun-heading-component h1 {
  color: rgba(153, 53, 151, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 .shogun-heading-component h1 {
  color: rgba(153, 53, 151, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-8c8aa3a1-08c7-48ca-9a40-3bd836342150 .shogun-heading-component h1 {
  color: rgba(153, 53, 151, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-35ffb25c-7a7f-425d-bd6c-b686d754504e {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e {
  padding-top: 14px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e {
  padding-top: 11px;
padding-bottom: 11px;
}
}@media (max-width: 767px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-35ffb25c-7a7f-425d-bd6c-b686d754504e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 1200px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-35ffb25c-7a7f-425d-bd6c-b686d754504e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.25em;
  
  
}


}
#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b {
  margin-top: 0px;
margin-bottom: 16px;
}
}@media (max-width: 767px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b {
  margin-bottom: 11px;
}
}
#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b .shogun-heading-component h1 {
  color: rgba(244, 65, 116, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b .shogun-heading-component h1 {
  color: rgba(244, 65, 116, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b .shogun-heading-component h1 {
  color: rgba(244, 65, 116, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b .shogun-heading-component h1 {
  color: rgba(244, 65, 116, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-c3ddddee-4f25-4465-9dff-bb55fda68a9b .shogun-heading-component h1 {
  color: rgba(244, 65, 116, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}


}
#s-f22dd743-0f6c-4873-a882-103c6e6860b0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 29px;
padding-bottom: 10px;
padding-right: 29px;
border-radius: 2px;
background-color: rgba(245, 35, 70, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f22dd743-0f6c-4873-a882-103c6e6860b0:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f22dd743-0f6c-4873-a882-103c6e6860b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f22dd743-0f6c-4873-a882-103c6e6860b0 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(153, 53, 151, 1);
hover-type: color;
}
#s-f22dd743-0f6c-4873-a882-103c6e6860b0:hover {background-color: rgba(244, 65, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-f22dd743-0f6c-4873-a882-103c6e6860b0 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(153, 53, 151, 1);
hover-type: color;
}
#s-f22dd743-0f6c-4873-a882-103c6e6860b0:hover {background-color: rgba(244, 65, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-f22dd743-0f6c-4873-a882-103c6e6860b0 {
  margin-top: 0px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(153, 53, 151, 1);
hover-type: color;
}
#s-f22dd743-0f6c-4873-a882-103c6e6860b0:hover {background-color: rgba(244, 65, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-f22dd743-0f6c-4873-a882-103c6e6860b0 {
  margin-top: 0px;
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-f22dd743-0f6c-4873-a882-103c6e6860b0:hover {background-color: rgba(239, 89, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-f22dd743-0f6c-4873-a882-103c6e6860b0-root {
    text-align: center;
  }


#s-f22dd743-0f6c-4873-a882-103c6e6860b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f22dd743-0f6c-4873-a882-103c6e6860b0-root {
    text-align: center;
  }


#s-f22dd743-0f6c-4873-a882-103c6e6860b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f22dd743-0f6c-4873-a882-103c6e6860b0-root {
    text-align: center;
  }


#s-f22dd743-0f6c-4873-a882-103c6e6860b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f22dd743-0f6c-4873-a882-103c6e6860b0-root {
    text-align: center;
  }


#s-f22dd743-0f6c-4873-a882-103c6e6860b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f22dd743-0f6c-4873-a882-103c6e6860b0-root {
    text-align: center;
  }


#s-f22dd743-0f6c-4873-a882-103c6e6860b0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  margin-left: auto;
margin-right: auto;
max-width: 1450px;
text-align: center;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70-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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 .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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1450px;

      
    max-width: 1450px;

  /* 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-56ce057e-5012-48f3-aa2b-51df008d7a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70-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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 .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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1450px;

      
    max-width: 1450px;

  /* 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-56ce057e-5012-48f3-aa2b-51df008d7a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70-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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 .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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1450px;

      
    max-width: 1450px;

  /* 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-56ce057e-5012-48f3-aa2b-51df008d7a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70-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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 .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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1450px;

      
    max-width: 1450px;

  /* 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-56ce057e-5012-48f3-aa2b-51df008d7a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70-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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 .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-56ce057e-5012-48f3-aa2b-51df008d7a70 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-56ce057e-5012-48f3-aa2b-51df008d7a70 img.shogun-image {
  width: 100%;
  
  
  max-width: 1450px;

      
    max-width: 1450px;

  /* 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-56ce057e-5012-48f3-aa2b-51df008d7a70 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ce057e-5012-48f3-aa2b-51df008d7a70.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0c263329-361d-40e9-868e-002aae7639ff {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c263329-361d-40e9-868e-002aae7639ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c263329-361d-40e9-868e-002aae7639ff {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-0c263329-361d-40e9-868e-002aae7639ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c263329-361d-40e9-868e-002aae7639ff {
  cursor: pointer;
}#s-0c263329-361d-40e9-868e-002aae7639ff.shg-box.shg-c {
  justify-content: center;
}

#s-73232840-7dc2-4b4d-8a98-8276bb8709e6 {
  background-image: url(https://i.shgcdn.com/9f193ade-af88-48df-89ad-b79972b9c072/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
background-position: center center;
}
@media (max-width: 767px){#s-73232840-7dc2-4b4d-8a98-8276bb8709e6 {
  display: none;
}
#s-73232840-7dc2-4b4d-8a98-8276bb8709e6, #wrap-s-73232840-7dc2-4b4d-8a98-8276bb8709e6, #wrap-content-s-73232840-7dc2-4b4d-8a98-8276bb8709e6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73232840-7dc2-4b4d-8a98-8276bb8709e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  min-height: 450px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2086913e-9db3-41ee-a8f4-819990b8562f {
  min-height: 250px;
}
}







#s-2086913e-9db3-41ee-a8f4-819990b8562f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2086913e-9db3-41ee-a8f4-819990b8562f.shg-box.shg-c {
  justify-content: center;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 10px;
max-width: 70px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin-top: 10px;
max-width: 45px;
}
}
#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62-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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-e94e3e1f-d75c-46da-a0a5-a7411b674e62 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e94e3e1f-d75c-46da-a0a5-a7411b674e62.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}

#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-663e65d0-f32d-4a33-94b8-57d96fbf08b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-cba865c0-6f33-43d4-93fb-63d268c2aada {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cba865c0-6f33-43d4-93fb-63d268c2aada .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUzZjRhN2UtNzcwZS00NjU0LWJjMzAtZmMyNDMyMzNlNWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTNmNGE3ZS03NzBlLTQ2NTQtYmMzMC1mYzI0MzIzM2U1YTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmM1MTYwY2QtOGZhMC00ZDhhLTgzNWMtZTFjZTg3ZWRkM2YzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YzUxNjBjZC04ZmEwLTRkOGEtODM1Yy1lMWNlODdlZGQzZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb-root {
    text-align: center;
  }


#s-c70cbb3c-e9a2-4ba7-93e6-6a8aabc9a1cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-content-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-content-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b0941e2-5815-40d5-a638-1957ada7ff80 {
  display: none;
}
#s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-s-0b0941e2-5815-40d5-a638-1957ada7ff80, #wrap-content-s-0b0941e2-5815-40d5-a638-1957ada7ff80 { display: none !important; }}







#s-0b0941e2-5815-40d5-a638-1957ada7ff80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b0941e2-5815-40d5-a638-1957ada7ff80.shg-box.shg-c {
  justify-content: center;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* 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-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* 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-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* 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-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* 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-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0c985648-d272-42a8-a114-9d447c9fd399 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399-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-0c985648-d272-42a8-a114-9d447c9fd399 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0c985648-d272-42a8-a114-9d447c9fd399 .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-0c985648-d272-42a8-a114-9d447c9fd399 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0c985648-d272-42a8-a114-9d447c9fd399 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* 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-0c985648-d272-42a8-a114-9d447c9fd399 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c985648-d272-42a8-a114-9d447c9fd399.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 10px;
max-width: 70px;
}
}@media (max-width: 767px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin-top: 10px;
max-width: 55px;
}
}
#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c-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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c .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-cc3a12db-4822-4e87-a62a-1980b9bfd29c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* 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-cc3a12db-4822-4e87-a62a-1980b9bfd29c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3a12db-4822-4e87-a62a-1980b9bfd29c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-822250fd-84c4-4149-aae9-565799b382b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-822250fd-84c4-4149-aae9-565799b382b2 {
  padding-bottom: 2px;
}
}
#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-822250fd-84c4-4149-aae9-565799b382b2 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1.2em;
  
  
}


}
#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-d313c9f4-b9c0-45c6-b581-cceb6b9cd709 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUzZjRhN2UtNzcwZS00NjU0LWJjMzAtZmMyNDMyMzNlNWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTNmNGE3ZS03NzBlLTQ2NTQtYmMzMC1mYzI0MzIzM2U1YTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzdhZjY5ZjAtYTZmYS00YjI5LTkyNmItMThjYjNjNGJlZjdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjN2FmNjlmMC1hNmZhLTRiMjktOTI2Yi0xOGNiM2M0YmVmN2MpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61-root {
    text-align: center;
  }


#s-c17c81ab-90ce-44b5-8cc4-07cfaa0daa61.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-415448e8-94d1-4300-b54b-7a8f571296c7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-415448e8-94d1-4300-b54b-7a8f571296c7 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-415448e8-94d1-4300-b54b-7a8f571296c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-415448e8-94d1-4300-b54b-7a8f571296c7 {
  cursor: pointer;
}#s-415448e8-94d1-4300-b54b-7a8f571296c7.shg-box.shg-c {
  justify-content: center;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  display: none;
}
#s-6eed1fcd-9420-4acb-9834-18aa04a63d24, #wrap-s-6eed1fcd-9420-4acb-9834-18aa04a63d24, #wrap-content-s-6eed1fcd-9420-4acb-9834-18aa04a63d24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  display: none;
}
#s-6eed1fcd-9420-4acb-9834-18aa04a63d24, #wrap-s-6eed1fcd-9420-4acb-9834-18aa04a63d24, #wrap-content-s-6eed1fcd-9420-4acb-9834-18aa04a63d24 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  display: none;
}
#s-6eed1fcd-9420-4acb-9834-18aa04a63d24, #wrap-s-6eed1fcd-9420-4acb-9834-18aa04a63d24, #wrap-content-s-6eed1fcd-9420-4acb-9834-18aa04a63d24 { display: none !important; }}
#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24-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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 .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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 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-6eed1fcd-9420-4acb-9834-18aa04a63d24 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24-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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 .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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 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-6eed1fcd-9420-4acb-9834-18aa04a63d24 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24-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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 .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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 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-6eed1fcd-9420-4acb-9834-18aa04a63d24 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24-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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 .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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 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-6eed1fcd-9420-4acb-9834-18aa04a63d24 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24-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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 .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-6eed1fcd-9420-4acb-9834-18aa04a63d24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24 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-6eed1fcd-9420-4acb-9834-18aa04a63d24 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eed1fcd-9420-4acb-9834-18aa04a63d24.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-97ded2fe-83f4-46f7-b6fb-52a81b5760b8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97ded2fe-83f4-46f7-b6fb-52a81b5760b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-97ded2fe-83f4-46f7-b6fb-52a81b5760b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97ded2fe-83f4-46f7-b6fb-52a81b5760b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97ded2fe-83f4-46f7-b6fb-52a81b5760b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e {
  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-87ef8a1c-0f3e-4f87-93d2-bb08156e888e: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-87ef8a1c-0f3e-4f87-93d2-bb08156e888e: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-87ef8a1c-0f3e-4f87-93d2-bb08156e888e {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e {
  margin-top: 90px;
margin-left: 0%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: center;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 150, 175, 1) !important;}}

  #s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e-root {
    text-align: center;
  }


#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e-root {
    text-align: center;
  }


#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e-root {
    text-align: center;
  }


#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e-root {
    text-align: center;
  }


#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e-root {
    text-align: center;
  }


#s-87ef8a1c-0f3e-4f87-93d2-bb08156e888e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275 {
  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-cdf4f139-f732-4f9b-b7fb-08012c8ae275: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-cdf4f139-f732-4f9b-b7fb-08012c8ae275: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-cdf4f139-f732-4f9b-b7fb-08012c8ae275 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275 {
  margin-top: 100px;
margin-left: 21%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 150, 175, 1) !important;}}

  #s-cdf4f139-f732-4f9b-b7fb-08012c8ae275-root {
    text-align: center;
  }


#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdf4f139-f732-4f9b-b7fb-08012c8ae275-root {
    text-align: center;
  }


#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdf4f139-f732-4f9b-b7fb-08012c8ae275-root {
    text-align: center;
  }


#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdf4f139-f732-4f9b-b7fb-08012c8ae275-root {
    text-align: center;
  }


#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdf4f139-f732-4f9b-b7fb-08012c8ae275-root {
    text-align: center;
  }


#s-cdf4f139-f732-4f9b-b7fb-08012c8ae275.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0420cf90-2a45-4d03-a527-8324c382b76b {
  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-0420cf90-2a45-4d03-a527-8324c382b76b: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-0420cf90-2a45-4d03-a527-8324c382b76b: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-0420cf90-2a45-4d03-a527-8324c382b76b {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0420cf90-2a45-4d03-a527-8324c382b76b {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-0420cf90-2a45-4d03-a527-8324c382b76b {
  margin-top: 10px;
margin-left: 16%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
text-align: left;
}
#s-0420cf90-2a45-4d03-a527-8324c382b76b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 150, 175, 1) !important;}}

  #s-0420cf90-2a45-4d03-a527-8324c382b76b-root {
    text-align: center;
  }


#s-0420cf90-2a45-4d03-a527-8324c382b76b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0420cf90-2a45-4d03-a527-8324c382b76b-root {
    text-align: center;
  }


#s-0420cf90-2a45-4d03-a527-8324c382b76b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0420cf90-2a45-4d03-a527-8324c382b76b-root {
    text-align: center;
  }


#s-0420cf90-2a45-4d03-a527-8324c382b76b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0420cf90-2a45-4d03-a527-8324c382b76b-root {
    text-align: center;
  }


#s-0420cf90-2a45-4d03-a527-8324c382b76b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0420cf90-2a45-4d03-a527-8324c382b76b-root {
    text-align: left;
  }


#s-0420cf90-2a45-4d03-a527-8324c382b76b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388 {
  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-7ae98d73-d5a0-467a-b1a6-7bbf930d1388: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-7ae98d73-d5a0-467a-b1a6-7bbf930d1388: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-7ae98d73-d5a0-467a-b1a6-7bbf930d1388 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 12%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: center;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 150, 175, 1) !important;}}

  #s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388-root {
    text-align: center;
  }


#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388-root {
    text-align: center;
  }


#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388-root {
    text-align: center;
  }


#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388-root {
    text-align: center;
  }


#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388-root {
    text-align: center;
  }


#s-7ae98d73-d5a0-467a-b1a6-7bbf930d1388.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2 {
  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-0361ee83-31f8-4cf1-9a6b-3e05ace251d2: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-0361ee83-31f8-4cf1-9a6b-3e05ace251d2: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-0361ee83-31f8-4cf1-9a6b-3e05ace251d2 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2 {
  margin-top: 0px;
margin-left: 6%;
margin-right: 0%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: center;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 150, 175, 1) !important;}}

  #s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2-root {
    text-align: center;
  }


#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2-root {
    text-align: center;
  }


#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2-root {
    text-align: center;
  }


#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2-root {
    text-align: center;
  }


#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2-root {
    text-align: center;
  }


#s-0361ee83-31f8-4cf1-9a6b-3e05ace251d2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862 {
  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-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862: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-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862: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-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862 {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 60px;
margin-right: 10%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 9px;
line-height: 0.9em;
text-align: left;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(7, 150, 175, 1) !important;}}

  #s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862-root {
    text-align: center;
  }


#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862-root {
    text-align: center;
  }


#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862-root {
    text-align: center;
  }


#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862-root {
    text-align: center;
  }


#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862-root {
    text-align: left;
  }


#s-eb34e6ff-0be7-43f6-b3f2-7c9ee2c21862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  margin-left: auto;
margin-right: auto;
max-width: 7676px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  
}
}@media (max-width: 767px){#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  display: none;
}
#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4, #wrap-s-ec6a132e-b080-4a3b-8102-6ae5b43612c4, #wrap-content-s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 { display: none !important; }}
#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4-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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

      
    max-width: 7676px;

  /* 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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4-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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

      
    max-width: 7676px;

  /* 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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4-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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

      
    max-width: 7676px;

  /* 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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4-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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

      
    max-width: 7676px;

  /* 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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4-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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4 img.shogun-image {
  width: 100%;
  
  
  max-width: 7676px;

      
    max-width: 7676px;

  /* 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-ec6a132e-b080-4a3b-8102-6ae5b43612c4 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec6a132e-b080-4a3b-8102-6ae5b43612c4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ca65296a-2420-4bc0-9fb0-74ae3939e060 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-ca65296a-2420-4bc0-9fb0-74ae3939e060"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ca65296a-2420-4bc0-9fb0-74ae3939e060"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca65296a-2420-4bc0-9fb0-74ae3939e060"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca65296a-2420-4bc0-9fb0-74ae3939e060"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-28727eb2-2217-4da0-b1c7-97185c086239 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-28727eb2-2217-4da0-b1c7-97185c086239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28727eb2-2217-4da0-b1c7-97185c086239.shg-box.shg-c {
  justify-content: center;
}

#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(255, 114, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770 {
  margin-top: 215px;
margin-bottom: 0px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770 {
  margin-top: 150px;
margin-bottom: 0px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770 {
  margin-top: 10px;
margin-bottom: 10px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770-root {
    text-align: center;
  }


#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770-root {
    text-align: center;
  }


#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770-root {
    text-align: center;
  }


#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770-root {
    text-align: center;
  }


#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770-root {
    text-align: center;
  }


#s-e8cc0d4b-4c4a-497a-82c4-b447f48ea770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-60321b6f-14db-44b2-8958-113d4f1c38ff {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-60321b6f-14db-44b2-8958-113d4f1c38ff {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-60321b6f-14db-44b2-8958-113d4f1c38ff {
  margin-bottom: 20px;
}
}







#s-60321b6f-14db-44b2-8958-113d4f1c38ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60321b6f-14db-44b2-8958-113d4f1c38ff.shg-box.shg-c {
  justify-content: flex-end;
}

#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(255, 114, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410 {
  margin-top: 420px;
margin-bottom: 0px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
text-align: right;
}
#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410 {
  margin-top: 400px;
margin-bottom: 0px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
text-align: right;
}
#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410 {
  background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
text-align: right;
}
#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4cb5414e-825c-4cd5-aa76-2ee198cd7410-root {
    text-align: center;
  }


#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4cb5414e-825c-4cd5-aa76-2ee198cd7410-root {
    text-align: right;
  }


#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4cb5414e-825c-4cd5-aa76-2ee198cd7410-root {
    text-align: right;
  }


#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4cb5414e-825c-4cd5-aa76-2ee198cd7410-root {
    text-align: right;
  }


#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4cb5414e-825c-4cd5-aa76-2ee198cd7410-root {
    text-align: center;
  }


#s-4cb5414e-825c-4cd5-aa76-2ee198cd7410.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-976b0445-79ba-4248-8da9-82e284c6e756 {
  margin-left: 13%;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-976b0445-79ba-4248-8da9-82e284c6e756 {
  margin-bottom: 80px;
}
}







#s-976b0445-79ba-4248-8da9-82e284c6e756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-976b0445-79ba-4248-8da9-82e284c6e756.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0a9a804d-6780-4c2c-b464-8624fce6200b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-0a9a804d-6780-4c2c-b464-8624fce6200b:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a9a804d-6780-4c2c-b464-8624fce6200b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0a9a804d-6780-4c2c-b464-8624fce6200b {
  margin-top: 450px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
text-align: right;
}
#s-0a9a804d-6780-4c2c-b464-8624fce6200b:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-0a9a804d-6780-4c2c-b464-8624fce6200b {
  margin-left: 20%;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-0a9a804d-6780-4c2c-b464-8624fce6200b:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-0a9a804d-6780-4c2c-b464-8624fce6200b {
  margin-top: 10px;
margin-bottom: 10px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-0a9a804d-6780-4c2c-b464-8624fce6200b:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-0a9a804d-6780-4c2c-b464-8624fce6200b-root {
    text-align: center;
  }


#s-0a9a804d-6780-4c2c-b464-8624fce6200b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a9a804d-6780-4c2c-b464-8624fce6200b-root {
    text-align: right;
  }


#s-0a9a804d-6780-4c2c-b464-8624fce6200b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a9a804d-6780-4c2c-b464-8624fce6200b-root {
    text-align: center;
  }


#s-0a9a804d-6780-4c2c-b464-8624fce6200b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a9a804d-6780-4c2c-b464-8624fce6200b-root {
    text-align: center;
  }


#s-0a9a804d-6780-4c2c-b464-8624fce6200b.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a9a804d-6780-4c2c-b464-8624fce6200b-root {
    text-align: center;
  }


#s-0a9a804d-6780-4c2c-b464-8624fce6200b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6cb9b81a-d3e4-4172-9517-49cf83b70090 {
  margin-left: 13%;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6cb9b81a-d3e4-4172-9517-49cf83b70090 {
  margin-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cb9b81a-d3e4-4172-9517-49cf83b70090 {
  margin-bottom: 90px;
}
}







#s-6cb9b81a-d3e4-4172-9517-49cf83b70090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cb9b81a-d3e4-4172-9517-49cf83b70090.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6 {
  margin-bottom: 80px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6 {
  margin-bottom: 100px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6 {
  margin-top: 10px;
margin-bottom: 10px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-5a6c5b1d-6033-4eef-8070-41737ea60ae6-root {
    text-align: center;
  }


#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a6c5b1d-6033-4eef-8070-41737ea60ae6-root {
    text-align: center;
  }


#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a6c5b1d-6033-4eef-8070-41737ea60ae6-root {
    text-align: center;
  }


#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a6c5b1d-6033-4eef-8070-41737ea60ae6-root {
    text-align: center;
  }


#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a6c5b1d-6033-4eef-8070-41737ea60ae6-root {
    text-align: center;
  }


#s-5a6c5b1d-6033-4eef-8070-41737ea60ae6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3c38e8c0-d27e-40e1-9939-01012dfb48a1 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-3c38e8c0-d27e-40e1-9939-01012dfb48a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c38e8c0-d27e-40e1-9939-01012dfb48a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-278f7444-4079-494f-87f6-9707b6a1524e {
  margin-top: 20px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-278f7444-4079-494f-87f6-9707b6a1524e:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-278f7444-4079-494f-87f6-9707b6a1524e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-278f7444-4079-494f-87f6-9707b6a1524e {
  margin-top: 160px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-278f7444-4079-494f-87f6-9707b6a1524e:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-278f7444-4079-494f-87f6-9707b6a1524e {
  margin-top: 170px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-278f7444-4079-494f-87f6-9707b6a1524e:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-278f7444-4079-494f-87f6-9707b6a1524e {
  margin-bottom: 50px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-278f7444-4079-494f-87f6-9707b6a1524e:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-278f7444-4079-494f-87f6-9707b6a1524e-root {
    text-align: left;
  }


#s-278f7444-4079-494f-87f6-9707b6a1524e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-278f7444-4079-494f-87f6-9707b6a1524e-root {
    text-align: left;
  }


#s-278f7444-4079-494f-87f6-9707b6a1524e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-278f7444-4079-494f-87f6-9707b6a1524e-root {
    text-align: left;
  }


#s-278f7444-4079-494f-87f6-9707b6a1524e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-278f7444-4079-494f-87f6-9707b6a1524e-root {
    text-align: left;
  }


#s-278f7444-4079-494f-87f6-9707b6a1524e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-278f7444-4079-494f-87f6-9707b6a1524e-root {
    text-align: left;
  }


#s-278f7444-4079-494f-87f6-9707b6a1524e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cc208561-5931-424d-92ff-02cb85550e00 {
  margin-top: 20px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: auto;
padding-top: 14px;
padding-left: 12px;
padding-bottom: 14px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 250px;
background-color: rgba(225, 44, 120, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-cc208561-5931-424d-92ff-02cb85550e00:hover {background-color: rgba(240, 94, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc208561-5931-424d-92ff-02cb85550e00:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cc208561-5931-424d-92ff-02cb85550e00 {
  margin-top: 92px;
margin-left: 48%;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-cc208561-5931-424d-92ff-02cb85550e00:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-cc208561-5931-424d-92ff-02cb85550e00 {
  margin-top: 60px;
margin-left: 0%;
margin-right: 25%;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
text-align: right;
}
#s-cc208561-5931-424d-92ff-02cb85550e00:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-cc208561-5931-424d-92ff-02cb85550e00 {
  margin-left: 30%;
margin-bottom: 119px;
background-image: none;
background-color: rgba(255, 114, 60, 1);
hover-type: color;
}
#s-cc208561-5931-424d-92ff-02cb85550e00:hover {background-color: rgba(7, 150, 175, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-cc208561-5931-424d-92ff-02cb85550e00-root {
    text-align: left;
  }


#s-cc208561-5931-424d-92ff-02cb85550e00.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc208561-5931-424d-92ff-02cb85550e00-root {
    text-align: left;
  }


#s-cc208561-5931-424d-92ff-02cb85550e00.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc208561-5931-424d-92ff-02cb85550e00-root {
    text-align: right;
  }


#s-cc208561-5931-424d-92ff-02cb85550e00.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc208561-5931-424d-92ff-02cb85550e00-root {
    text-align: left;
  }


#s-cc208561-5931-424d-92ff-02cb85550e00.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc208561-5931-424d-92ff-02cb85550e00-root {
    text-align: left;
  }


#s-cc208561-5931-424d-92ff-02cb85550e00.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2b476279-808b-4773-82e7-76831f1f2aad {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 22px;
text-align: center;
}
@media (min-width: 1200px){#s-2b476279-808b-4773-82e7-76831f1f2aad {
  padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b476279-808b-4773-82e7-76831f1f2aad {
  padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b476279-808b-4773-82e7-76831f1f2aad {
  padding-top: 26px;
}
}@media (max-width: 767px){#s-2b476279-808b-4773-82e7-76831f1f2aad {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-2b476279-808b-4773-82e7-76831f1f2aad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-2b476279-808b-4773-82e7-76831f1f2aad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2b476279-808b-4773-82e7-76831f1f2aad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (max-width: 767px){#s-2b476279-808b-4773-82e7-76831f1f2aad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1026bd42-66c8-4e7b-b6d4-1ceb5507a30f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}








#s-1026bd42-66c8-4e7b-b6d4-1ceb5507a30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1026bd42-66c8-4e7b-b6d4-1ceb5507a30f.shg-box.shg-c {
  justify-content: center;
}

#s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ac8e78a-99cd-4031-8e22-d661e2dc8e87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-bc11d1c7-7466-49dd-a63b-4ad619ab319e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bc11d1c7-7466-49dd-a63b-4ad619ab319e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc11d1c7-7466-49dd-a63b-4ad619ab319e {
  cursor: pointer;
}#s-bc11d1c7-7466-49dd-a63b-4ad619ab319e.shg-box.shg-c {
  justify-content: center;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45-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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45-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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45-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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45-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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45-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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45 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-a0f4835a-3284-4a78-bcec-8d3445ce5e45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0f4835a-3284-4a78-bcec-8d3445ce5e45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c0db57f3-4d7a-45a7-88a4-a88458b89b45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c0db57f3-4d7a-45a7-88a4-a88458b89b45 {
  margin-top: 0px;
}
}
#s-c0db57f3-4d7a-45a7-88a4-a88458b89b45 .shogun-heading-component h1 {
  color: rgba(7, 150, 175, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-c0db57f3-4d7a-45a7-88a4-a88458b89b45 .shogun-heading-component h1 {
  color: rgba(255, 114, 60, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c0db57f3-4d7a-45a7-88a4-a88458b89b45 .shogun-heading-component h1 {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


}
#s-148c7be7-d2e8-49d3-994c-0de7d244ac8f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-148c7be7-d2e8-49d3-994c-0de7d244ac8f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-148c7be7-d2e8-49d3-994c-0de7d244ac8f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-afc70335-505e-49c0-8f9f-f11e4adb3402 {
  margin-top: 10px;
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(7, 150, 175, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-afc70335-505e-49c0-8f9f-f11e4adb3402:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-afc70335-505e-49c0-8f9f-f11e4adb3402:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afc70335-505e-49c0-8f9f-f11e4adb3402-root {
    text-align: center;
  }


#s-afc70335-505e-49c0-8f9f-f11e4adb3402.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afc70335-505e-49c0-8f9f-f11e4adb3402-root {
    text-align: center;
  }


#s-afc70335-505e-49c0-8f9f-f11e4adb3402.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afc70335-505e-49c0-8f9f-f11e4adb3402-root {
    text-align: center;
  }


#s-afc70335-505e-49c0-8f9f-f11e4adb3402.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afc70335-505e-49c0-8f9f-f11e4adb3402-root {
    text-align: center;
  }


#s-afc70335-505e-49c0-8f9f-f11e4adb3402.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afc70335-505e-49c0-8f9f-f11e4adb3402-root {
    text-align: center;
  }


#s-afc70335-505e-49c0-8f9f-f11e4adb3402.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9637e6d7-3177-4967-aad5-8a9097561d94 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9637e6d7-3177-4967-aad5-8a9097561d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9637e6d7-3177-4967-aad5-8a9097561d94 {
  cursor: pointer;
}#s-9637e6d7-3177-4967-aad5-8a9097561d94.shg-box.shg-c {
  justify-content: center;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf-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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf .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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf 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-d5a9f603-249f-4d39-a723-ae934b5e4daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf-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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf .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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf 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-d5a9f603-249f-4d39-a723-ae934b5e4daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf-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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf .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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf 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-d5a9f603-249f-4d39-a723-ae934b5e4daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf-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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf .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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf 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-d5a9f603-249f-4d39-a723-ae934b5e4daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf-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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf .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-d5a9f603-249f-4d39-a723-ae934b5e4daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf 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-d5a9f603-249f-4d39-a723-ae934b5e4daf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5a9f603-249f-4d39-a723-ae934b5e4daf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f766efc5-d482-4123-a2ee-ac62188b7790 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f766efc5-d482-4123-a2ee-ac62188b7790 {
  margin-top: 0px;
}
}
#s-f766efc5-d482-4123-a2ee-ac62188b7790 .shogun-heading-component h1 {
  color: rgba(7, 150, 175, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-f766efc5-d482-4123-a2ee-ac62188b7790 .shogun-heading-component h1 {
  color: rgba(255, 114, 60, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f766efc5-d482-4123-a2ee-ac62188b7790 .shogun-heading-component h1 {
  color: rgba(255, 114, 60, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}


}
#s-ffd9e1fa-4416-42fe-94da-4e0cf482de6f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ffd9e1fa-4416-42fe-94da-4e0cf482de6f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ffd9e1fa-4416-42fe-94da-4e0cf482de6f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc {
  margin-top: 10px;
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(7, 150, 175, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc-root {
    text-align: center;
  }


#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc-root {
    text-align: center;
  }


#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc-root {
    text-align: center;
  }


#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc-root {
    text-align: center;
  }


#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc-root {
    text-align: center;
  }


#s-4fee69c9-75b0-42a1-bd38-b9babcfa92fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  display: none;
}
#s-9bb2359a-ecf6-4189-a058-18c5140e448a, #wrap-s-9bb2359a-ecf6-4189-a058-18c5140e448a, #wrap-content-s-9bb2359a-ecf6-4189-a058-18c5140e448a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  display: none;
}
#s-9bb2359a-ecf6-4189-a058-18c5140e448a, #wrap-s-9bb2359a-ecf6-4189-a058-18c5140e448a, #wrap-content-s-9bb2359a-ecf6-4189-a058-18c5140e448a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  display: none;
}
#s-9bb2359a-ecf6-4189-a058-18c5140e448a, #wrap-s-9bb2359a-ecf6-4189-a058-18c5140e448a, #wrap-content-s-9bb2359a-ecf6-4189-a058-18c5140e448a { display: none !important; }}
#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a-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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a .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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9bb2359a-ecf6-4189-a058-18c5140e448a 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-9bb2359a-ecf6-4189-a058-18c5140e448a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a-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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a .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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9bb2359a-ecf6-4189-a058-18c5140e448a 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-9bb2359a-ecf6-4189-a058-18c5140e448a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a-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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a .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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9bb2359a-ecf6-4189-a058-18c5140e448a 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-9bb2359a-ecf6-4189-a058-18c5140e448a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a-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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a .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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9bb2359a-ecf6-4189-a058-18c5140e448a 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-9bb2359a-ecf6-4189-a058-18c5140e448a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9bb2359a-ecf6-4189-a058-18c5140e448a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a-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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a .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-9bb2359a-ecf6-4189-a058-18c5140e448a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9bb2359a-ecf6-4189-a058-18c5140e448a 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-9bb2359a-ecf6-4189-a058-18c5140e448a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bb2359a-ecf6-4189-a058-18c5140e448a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e665ad3-a11e-4ddc-a81e-759ef730fe37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2e665ad3-a11e-4ddc-a81e-759ef730fe37 {
  margin-top: 26px;
margin-bottom: 10px;
}
}
#s-2e665ad3-a11e-4ddc-a81e-759ef730fe37 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-2e665ad3-a11e-4ddc-a81e-759ef730fe37 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin-left: auto;
margin-right: auto;
max-width: 1155px;
text-align: center;
}
@media (max-width: 767px){#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a-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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a-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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a-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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a-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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a-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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 7%;
  margin-right: 7%;
  
  
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bec6dbe-a65b-4ce0-b18d-526e0a715f0a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb {
  margin-top: 15px;
background-image: none;
background-color: rgba(7, 150, 175, 1);
hover-type: color;
line-height: 1.5em;
}
#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb-root {
    text-align: center;
  }


#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb-root {
    text-align: center;
  }


#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb-root {
    text-align: center;
  }


#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb-root {
    text-align: center;
  }


#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb-root {
    text-align: center;
  }


#s-ccfc6da5-a5d4-4e7f-a7d6-8fb58c70a6bb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c5be2442-c131-4cd1-a04f-b73ab78e3464 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5be2442-c131-4cd1-a04f-b73ab78e3464 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-c5be2442-c131-4cd1-a04f-b73ab78e3464 {
  margin-top: 20px;
margin-bottom: 20px;
display: none;
}
#s-c5be2442-c131-4cd1-a04f-b73ab78e3464, #wrap-s-c5be2442-c131-4cd1-a04f-b73ab78e3464, #wrap-content-s-c5be2442-c131-4cd1-a04f-b73ab78e3464 { display: none !important; }}







#s-c5be2442-c131-4cd1-a04f-b73ab78e3464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5be2442-c131-4cd1-a04f-b73ab78e3464 {
  cursor: pointer;
}#s-c5be2442-c131-4cd1-a04f-b73ab78e3464.shg-box.shg-c {
  justify-content: center;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  margin-left: auto;
margin-right: auto;
max-width: 2340px;
text-align: center;
}
@media (max-width: 767px){#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  display: none;
}
#s-ccefbadb-a751-4a16-b9dd-f4c222e67788, #wrap-s-ccefbadb-a751-4a16-b9dd-f4c222e67788, #wrap-content-s-ccefbadb-a751-4a16-b9dd-f4c222e67788 { display: none !important; }}
#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788-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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  padding-right: 0%;
  
  
}


.shg-image-content-margin-container-s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

      
    max-width: 2340px;

  /* 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-ccefbadb-a751-4a16-b9dd-f4c222e67788 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788-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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 .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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

      
    max-width: 2340px;

  /* 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-ccefbadb-a751-4a16-b9dd-f4c222e67788 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788-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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 .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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

      
    max-width: 2340px;

  /* 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-ccefbadb-a751-4a16-b9dd-f4c222e67788 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788-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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 .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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

      
    max-width: 2340px;

  /* 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-ccefbadb-a751-4a16-b9dd-f4c222e67788 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788-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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 .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-ccefbadb-a751-4a16-b9dd-f4c222e67788 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788 img.shogun-image {
  width: 100%;
  
  
  max-width: 2340px;

      
    max-width: 2340px;

  /* 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-ccefbadb-a751-4a16-b9dd-f4c222e67788 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccefbadb-a751-4a16-b9dd-f4c222e67788.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ca9e3896-0b52-40e6-aab5-54535845df08 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-right: 30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca9e3896-0b52-40e6-aab5-54535845df08 {
  padding-left: 0%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca9e3896-0b52-40e6-aab5-54535845df08 {
  padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca9e3896-0b52-40e6-aab5-54535845df08 {
  padding-right: 40%;
}
}







#s-ca9e3896-0b52-40e6-aab5-54535845df08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca9e3896-0b52-40e6-aab5-54535845df08.shg-box.shg-c {
  justify-content: center;
}

#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 {
  margin-top: 30px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 {
  margin-top: 30px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 .shogun-heading-component h1 {
  color: rgba(255, 114, 60, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1689486e-c258-4aeb-8701-b3f0b4a97ec9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}
#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin-left: auto;
margin-right: auto;
max-width: 1155px;
text-align: center;
}
@media (min-width: 1200px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin-top: 10px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin-top: 10px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad-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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 14%;
  padding-right: 14%;
  
  
}


.shg-image-content-margin-container-s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad-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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 8%;
  padding-right: 8%;
  
  
}


.shg-image-content-margin-container-s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad-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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad-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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 8%;
  padding-right: 8%;
  
  
}


.shg-image-content-margin-container-s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad-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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad img.shogun-image {
  width: 100%;
  
  
  max-width: 1155px;

      
    max-width: 1155px;

  /* 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-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e17a7ab-4ea5-4103-9fe7-42b1f03858ad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5 {
  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(199, 0, 109, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5 {
  margin-top: 15px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(7, 150, 175, 1);
hover-type: color;
}
#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5 {
  margin-top: 9px;
margin-bottom: 30px;
background-image: none;
background-color: rgba(7, 150, 175, 1);
hover-type: color;
}
#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(7, 150, 175, 1);
hover-type: color;
}
#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5:hover {background-color: rgba(255, 114, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5 {
  margin-bottom: 30px;
background-image: none;
background-color: rgba(225, 44, 120, 1);
hover-type: color;
}
#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5-root {
    text-align: center;
  }


#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5-root {
    text-align: center;
  }


#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5-root {
    text-align: center;
  }


#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5-root {
    text-align: center;
  }


#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5-root {
    text-align: center;
  }


#s-77ea940a-e7c0-4904-8fdf-9ad4c6d51ae5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-64fcf79f-9840-4764-8726-9490659b6672 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64fcf79f-9840-4764-8726-9490659b6672 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64fcf79f-9840-4764-8726-9490659b6672 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-attachment: fixed;
margin-top: 20px;
margin-bottom: 20px;
}
}
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/480x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/960x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/768x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/1536x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/1024x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/2048x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/1200x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-64fcf79f-9840-4764-8726-9490659b6672 {
  background-image: url(https://i.shgcdn.com/9a4902da-f14c-4a85-af93-622c29c095fa/-/resize/2048x/);
}
#s-64fcf79f-9840-4764-8726-9490659b6672.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-64fcf79f-9840-4764-8726-9490659b6672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64fcf79f-9840-4764-8726-9490659b6672.shg-box.shg-c {
  justify-content: center;
}

#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.89);
}
@media (min-width: 1200px){#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 {
  margin-top: 33px;
margin-left: 10%;
margin-bottom: 33px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 14px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 13px;
}
}@media (max-width: 767px){#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 14px;
}
}







#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d5d05a1-c40a-458b-91f9-ff43638065c3 {
  cursor: pointer;
}#s-4d5d05a1-c40a-458b-91f9-ff43638065c3.shg-box.shg-c {
  justify-content: center;
}

#s-e066b068-5819-45e0-83cc-d9cab82cc6ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff {
  margin-top: 20px;
margin-bottom: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff {
  margin-top: 20px;
margin-bottom: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff {
  margin-top: 20px;
margin-bottom: 5px;
}
}@media (max-width: 767px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff {
  margin-top: 20px;
margin-bottom: 5px;
}
}
#s-e066b068-5819-45e0-83cc-d9cab82cc6ff .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff .shogun-heading-component h1 {
  color: rgba(7, 150, 175, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff .shogun-heading-component h1 {
  color: rgba(7, 150, 175, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff .shogun-heading-component h1 {
  color: rgba(7, 150, 175, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}


}@media (max-width: 767px){#s-e066b068-5819-45e0-83cc-d9cab82cc6ff .shogun-heading-component h1 {
  color: rgba(7, 150, 175, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-6de5c7de-71e6-49ab-ac0c-56dc4c6e9709 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6de5c7de-71e6-49ab-ac0c-56dc4c6e9709 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6de5c7de-71e6-49ab-ac0c-56dc4c6e9709 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-6de5c7de-71e6-49ab-ac0c-56dc4c6e9709 {
  margin-left: 8%;
margin-right: 8%;
}
}







#s-6de5c7de-71e6-49ab-ac0c-56dc4c6e9709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6de5c7de-71e6-49ab-ac0c-56dc4c6e9709.shg-box.shg-c {
  justify-content: center;
}

#s-6b74ccec-fb62-4dc1-a8c1-b7f2a4384128 {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-6b74ccec-fb62-4dc1-a8c1-b7f2a4384128 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-6b74ccec-fb62-4dc1-a8c1-b7f2a4384128"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-6b74ccec-fb62-4dc1-a8c1-b7f2a4384128"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-6b74ccec-fb62-4dc1-a8c1-b7f2a4384128"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b74ccec-fb62-4dc1-a8c1-b7f2a4384128"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-b37ade28-2f27-43e2-a969-c8bb5f8d6bee {
  min-height: 50px;
}








#s-b37ade28-2f27-43e2-a969-c8bb5f8d6bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b37ade28-2f27-43e2-a969-c8bb5f8d6bee {
  cursor: pointer;
}#s-b37ade28-2f27-43e2-a969-c8bb5f8d6bee.shg-box.shg-c {
  justify-content: center;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  margin: 0 !important;
  overflow: visible;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add background color handling */
  
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 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-19969ab9-5251-483e-b6b9-f2be5807ae74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image {
  box-sizing: border-box;
}



.s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  
}


@media (min-width: 1200px){#s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  margin: 0 !important;
  overflow: visible;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add background color handling */
  
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19969ab9-5251-483e-b6b9-f2be5807ae74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image {
  box-sizing: border-box;
}



.s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  margin: 0 !important;
  overflow: visible;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add background color handling */
  
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19969ab9-5251-483e-b6b9-f2be5807ae74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image {
  box-sizing: border-box;
}



.s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  margin: 0 !important;
  overflow: visible;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add background color handling */
  
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19969ab9-5251-483e-b6b9-f2be5807ae74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image {
  box-sizing: border-box;
}



.s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  
}


}@media (max-width: 767px){#s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  margin: 0 !important;
  overflow: visible;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-19969ab9-5251-483e-b6b9-f2be5807ae74 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add background color handling */
  
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-19969ab9-5251-483e-b6b9-f2be5807ae74 .shogun-image-content {
  
    justify-content: center;
  
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19969ab9-5251-483e-b6b9-f2be5807ae74.shogun-image {
  box-sizing: border-box;
}



.s-19969ab9-5251-483e-b6b9-f2be5807ae74 img.shogun-image {
  
}


}
#s-d18b090c-3686-421f-a6c8-1c9964885ebc {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d18b090c-3686-421f-a6c8-1c9964885ebc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d18b090c-3686-421f-a6c8-1c9964885ebc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-d18b090c-3686-421f-a6c8-1c9964885ebc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-d18b090c-3686-421f-a6c8-1c9964885ebc {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-fbcc3b18-f810-46c1-a615-2b78329956be {
  min-height: 50px;
}








#s-fbcc3b18-f810-46c1-a615-2b78329956be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbcc3b18-f810-46c1-a615-2b78329956be {
  cursor: pointer;
}#s-fbcc3b18-f810-46c1-a615-2b78329956be.shg-box.shg-c {
  justify-content: center;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 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-bbf696db-b5af-43e6-94da-445a3593e582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image {
  box-sizing: border-box;
}



.s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bbf696db-b5af-43e6-94da-445a3593e582 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbf696db-b5af-43e6-94da-445a3593e582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image {
  box-sizing: border-box;
}



.s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bbf696db-b5af-43e6-94da-445a3593e582 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbf696db-b5af-43e6-94da-445a3593e582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image {
  box-sizing: border-box;
}



.s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bbf696db-b5af-43e6-94da-445a3593e582 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbf696db-b5af-43e6-94da-445a3593e582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image {
  box-sizing: border-box;
}



.s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bbf696db-b5af-43e6-94da-445a3593e582 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbf696db-b5af-43e6-94da-445a3593e582 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bbf696db-b5af-43e6-94da-445a3593e582 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf696db-b5af-43e6-94da-445a3593e582.shogun-image {
  box-sizing: border-box;
}



.s-bbf696db-b5af-43e6-94da-445a3593e582 img.shogun-image {
  
}


}
#s-f916e7dd-87fc-4f61-8cd2-4cd67343ee09 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f916e7dd-87fc-4f61-8cd2-4cd67343ee09 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f916e7dd-87fc-4f61-8cd2-4cd67343ee09 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-f916e7dd-87fc-4f61-8cd2-4cd67343ee09 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-f916e7dd-87fc-4f61-8cd2-4cd67343ee09 {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-38de71d9-0224-422a-aac5-a218d068b3be {
  min-height: 50px;
}








#s-38de71d9-0224-422a-aac5-a218d068b3be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38de71d9-0224-422a-aac5-a218d068b3be {
  cursor: pointer;
}#s-38de71d9-0224-422a-aac5-a218d068b3be.shg-box.shg-c {
  justify-content: center;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  margin: 0 !important;
  overflow: visible;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add background color handling */
  
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 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-99e30afa-ad8b-4305-8c15-c107a6517c98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image {
  box-sizing: border-box;
}



.s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  
}


@media (min-width: 1200px){#s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  margin: 0 !important;
  overflow: visible;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add background color handling */
  
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-99e30afa-ad8b-4305-8c15-c107a6517c98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image {
  box-sizing: border-box;
}



.s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  margin: 0 !important;
  overflow: visible;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add background color handling */
  
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-99e30afa-ad8b-4305-8c15-c107a6517c98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image {
  box-sizing: border-box;
}



.s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  margin: 0 !important;
  overflow: visible;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add background color handling */
  
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-99e30afa-ad8b-4305-8c15-c107a6517c98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image {
  box-sizing: border-box;
}



.s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  
}


}@media (max-width: 767px){#s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  margin: 0 !important;
  overflow: visible;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99e30afa-ad8b-4305-8c15-c107a6517c98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add background color handling */
  
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-99e30afa-ad8b-4305-8c15-c107a6517c98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99e30afa-ad8b-4305-8c15-c107a6517c98.shogun-image {
  box-sizing: border-box;
}



.s-99e30afa-ad8b-4305-8c15-c107a6517c98 img.shogun-image {
  
}


}
#s-72943a91-7f0a-4456-ae4a-5fc39ba0e0a2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-4323a45b-d5ec-4896-879a-5c1b464e7c11 {
  min-height: 50px;
}








#s-4323a45b-d5ec-4896-879a-5c1b464e7c11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4323a45b-d5ec-4896-879a-5c1b464e7c11 {
  cursor: pointer;
}#s-4323a45b-d5ec-4896-879a-5c1b464e7c11.shg-box.shg-c {
  justify-content: center;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1346px;
text-align: center;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  margin: 0 !important;
  overflow: visible;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add background color handling */
  
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de 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-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image {
  box-sizing: border-box;
}



.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  
}


@media (min-width: 1200px){#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  margin: 0 !important;
  overflow: visible;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add background color handling */
  
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image {
  box-sizing: border-box;
}



.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  margin: 0 !important;
  overflow: visible;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add background color handling */
  
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image {
  box-sizing: border-box;
}



.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  margin: 0 !important;
  overflow: visible;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add background color handling */
  
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image {
  box-sizing: border-box;
}



.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  
}


}@media (max-width: 767px){#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  margin: 0 !important;
  overflow: visible;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add background color handling */
  
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de.shogun-image {
  box-sizing: border-box;
}



.s-8cc5abcc-fcdd-4fd5-89fa-98f7d919e9de img.shogun-image {
  
}


}
#s-2701998d-ecbd-43b7-9493-0418f846a8f9 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2701998d-ecbd-43b7-9493-0418f846a8f9 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2701998d-ecbd-43b7-9493-0418f846a8f9 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-2701998d-ecbd-43b7-9493-0418f846a8f9 {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-2701998d-ecbd-43b7-9493-0418f846a8f9 {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-37811505-f97c-410a-8458-f01a73802ab1 {
  padding-bottom: 20px;
}
@media (max-width: 767px){#s-37811505-f97c-410a-8458-f01a73802ab1 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-37811505-f97c-410a-8458-f01a73802ab1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-37811505-f97c-410a-8458-f01a73802ab1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-37811505-f97c-410a-8458-f01a73802ab1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-37811505-f97c-410a-8458-f01a73802ab1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

}

#s-a434e5da-0f2e-42a9-b534-19028a310298 {
  min-height: 50px;
}








#s-a434e5da-0f2e-42a9-b534-19028a310298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a434e5da-0f2e-42a9-b534-19028a310298 {
  cursor: pointer;
}#s-a434e5da-0f2e-42a9-b534-19028a310298.shg-box.shg-c {
  justify-content: center;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  margin-top: 6px;
max-width: 1346px;
text-align: center;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  margin: 0 !important;
  overflow: visible;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add background color handling */
  
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 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-e197595e-3f80-4d61-aff2-4493df0e3453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image {
  box-sizing: border-box;
}



.s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  margin: 0 !important;
  overflow: visible;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add background color handling */
  
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e197595e-3f80-4d61-aff2-4493df0e3453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image {
  box-sizing: border-box;
}



.s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  margin: 0 !important;
  overflow: visible;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add background color handling */
  
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e197595e-3f80-4d61-aff2-4493df0e3453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image {
  box-sizing: border-box;
}



.s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  margin: 0 !important;
  overflow: visible;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add background color handling */
  
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e197595e-3f80-4d61-aff2-4493df0e3453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image {
  box-sizing: border-box;
}



.s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  margin: 0 !important;
  overflow: visible;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e197595e-3f80-4d61-aff2-4493df0e3453 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add background color handling */
  
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e197595e-3f80-4d61-aff2-4493df0e3453 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e197595e-3f80-4d61-aff2-4493df0e3453.shogun-image {
  box-sizing: border-box;
}



.s-e197595e-3f80-4d61-aff2-4493df0e3453 img.shogun-image {
  
}


}
#s-aba884da-cafa-48cc-a4c7-3bd8bc878076 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-5ddee557-2983-4651-b9a0-66fdbf473203 {
  min-height: 50px;
}








#s-5ddee557-2983-4651-b9a0-66fdbf473203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ddee557-2983-4651-b9a0-66fdbf473203 {
  cursor: pointer;
}#s-5ddee557-2983-4651-b9a0-66fdbf473203.shg-box.shg-c {
  justify-content: center;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 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-abd013f3-1c7c-4118-a183-9b7c140970a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image {
  box-sizing: border-box;
}



.s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abd013f3-1c7c-4118-a183-9b7c140970a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image {
  box-sizing: border-box;
}



.s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abd013f3-1c7c-4118-a183-9b7c140970a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image {
  box-sizing: border-box;
}



.s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abd013f3-1c7c-4118-a183-9b7c140970a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image {
  box-sizing: border-box;
}



.s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd013f3-1c7c-4118-a183-9b7c140970a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-abd013f3-1c7c-4118-a183-9b7c140970a4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd013f3-1c7c-4118-a183-9b7c140970a4.shogun-image {
  box-sizing: border-box;
}



.s-abd013f3-1c7c-4118-a183-9b7c140970a4 img.shogun-image {
  
}


}
#s-6cd26277-0a67-4cc6-899a-716b937526ee {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-b0562854-8155-44b3-aa60-80f082aef952 {
  min-height: 50px;
}








#s-b0562854-8155-44b3-aa60-80f082aef952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0562854-8155-44b3-aa60-80f082aef952 {
  cursor: pointer;
}#s-b0562854-8155-44b3-aa60-80f082aef952.shg-box.shg-c {
  justify-content: center;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 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-8701448c-2e01-4701-bd70-12c95155c2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image {
  box-sizing: border-box;
}



.s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8701448c-2e01-4701-bd70-12c95155c2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image {
  box-sizing: border-box;
}



.s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8701448c-2e01-4701-bd70-12c95155c2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image {
  box-sizing: border-box;
}



.s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8701448c-2e01-4701-bd70-12c95155c2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image {
  box-sizing: border-box;
}



.s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701448c-2e01-4701-bd70-12c95155c2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8701448c-2e01-4701-bd70-12c95155c2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701448c-2e01-4701-bd70-12c95155c2f5.shogun-image {
  box-sizing: border-box;
}



.s-8701448c-2e01-4701-bd70-12c95155c2f5 img.shogun-image {
  
}


}
#s-2694be92-380e-4958-b05b-719fcc519609 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-40cff187-3599-4cb1-b069-d377ceb9c196 {
  min-height: 50px;
}








#s-40cff187-3599-4cb1-b069-d377ceb9c196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40cff187-3599-4cb1-b069-d377ceb9c196 {
  cursor: pointer;
}#s-40cff187-3599-4cb1-b069-d377ceb9c196.shg-box.shg-c {
  justify-content: center;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  margin-top: 6px;
max-width: 1426px;
text-align: center;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 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-129f52ad-4210-452b-b6df-4e307a1004e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image {
  box-sizing: border-box;
}



.s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-129f52ad-4210-452b-b6df-4e307a1004e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image {
  box-sizing: border-box;
}



.s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-129f52ad-4210-452b-b6df-4e307a1004e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image {
  box-sizing: border-box;
}



.s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-129f52ad-4210-452b-b6df-4e307a1004e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image {
  box-sizing: border-box;
}



.s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-129f52ad-4210-452b-b6df-4e307a1004e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-129f52ad-4210-452b-b6df-4e307a1004e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129f52ad-4210-452b-b6df-4e307a1004e3.shogun-image {
  box-sizing: border-box;
}



.s-129f52ad-4210-452b-b6df-4e307a1004e3 img.shogun-image {
  
}


}
#s-95f21f5c-ec06-4913-b292-351dd302250b {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-95f21f5c-ec06-4913-b292-351dd302250b {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95f21f5c-ec06-4913-b292-351dd302250b {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-95f21f5c-ec06-4913-b292-351dd302250b {
  background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-95f21f5c-ec06-4913-b292-351dd302250b {
  background-color: rgba(255, 255, 255, 0);
}
}
#s-2ff08d49-17a0-42fa-88b6-969bb89ca94d {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2ff08d49-17a0-42fa-88b6-969bb89ca94d {
  margin-top: 23px;
margin-bottom: 23px;
}
}@media (max-width: 767px){#s-2ff08d49-17a0-42fa-88b6-969bb89ca94d {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-2ff08d49-17a0-42fa-88b6-969bb89ca94d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ff08d49-17a0-42fa-88b6-969bb89ca94d.shg-box.shg-c {
  justify-content: center;
}

#s-3db06951-5278-47c8-83da-99e5ee762b94 {
  margin-top: 20px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3db06951-5278-47c8-83da-99e5ee762b94 {
  margin-top: 30px;
}
}
#s-f8d03a4e-19e0-46de-ab31-4da156609b89 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f8d03a4e-19e0-46de-ab31-4da156609b89 {
  display: none;
}
#s-f8d03a4e-19e0-46de-ab31-4da156609b89, #wrap-s-f8d03a4e-19e0-46de-ab31-4da156609b89, #wrap-content-s-f8d03a4e-19e0-46de-ab31-4da156609b89 { display: none !important; }}







#s-f8d03a4e-19e0-46de-ab31-4da156609b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8d03a4e-19e0-46de-ab31-4da156609b89.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-5fd31cde-d071-44ba-9d82-ed15469062ac {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 20px;
margin-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-5fd31cde-d071-44ba-9d82-ed15469062ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fd31cde-d071-44ba-9d82-ed15469062ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-5fd31cde-d071-44ba-9d82-ed15469062ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-5fd31cde-d071-44ba-9d82-ed15469062ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.333333333333333px);
}

}

#s-7d94424c-f583-4361-99f7-63518b449f20 {
  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-7d94424c-f583-4361-99f7-63518b449f20 {
  background-image: url();
}








#s-7d94424c-f583-4361-99f7-63518b449f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d94424c-f583-4361-99f7-63518b449f20 {
  cursor: pointer;
}#s-7d94424c-f583-4361-99f7-63518b449f20.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3660e90-71a2-46db-a225-f95e283ec852 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image {
  box-sizing: border-box;
}



.s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e3660e90-71a2-46db-a225-f95e283ec852 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3660e90-71a2-46db-a225-f95e283ec852 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image {
  box-sizing: border-box;
}



.s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e3660e90-71a2-46db-a225-f95e283ec852 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3660e90-71a2-46db-a225-f95e283ec852 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image {
  box-sizing: border-box;
}



.s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e3660e90-71a2-46db-a225-f95e283ec852 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3660e90-71a2-46db-a225-f95e283ec852 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image {
  box-sizing: border-box;
}



.s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e3660e90-71a2-46db-a225-f95e283ec852 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3660e90-71a2-46db-a225-f95e283ec852 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e3660e90-71a2-46db-a225-f95e283ec852 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3660e90-71a2-46db-a225-f95e283ec852.shogun-image {
  box-sizing: border-box;
}



.s-e3660e90-71a2-46db-a225-f95e283ec852 img.shogun-image {
  
}


}
#s-6695957f-5f9b-4c7e-88a4-5d7c64ee5633 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6695957f-5f9b-4c7e-88a4-5d7c64ee5633 {
  margin-top: 10px;
margin-bottom: 5px;
}
}
#s-6695957f-5f9b-4c7e-88a4-5d7c64ee5633 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-6695957f-5f9b-4c7e-88a4-5d7c64ee5633 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6695957f-5f9b-4c7e-88a4-5d7c64ee5633 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6695957f-5f9b-4c7e-88a4-5d7c64ee5633 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  max-width: 211px;
}
}
#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  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-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
  box-sizing: border-box;
}



.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
      position: relative;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
  box-sizing: border-box;
}



.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
      position: relative;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a 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-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
  box-sizing: border-box;
}



.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
      position: relative;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a 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-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
  box-sizing: border-box;
}



.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
      position: relative;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  margin: 0 !important;
  overflow: visible;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add background color handling */
  
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image {
  box-sizing: border-box;
}



.s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container {
      position: relative;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ac19ca3-22ab-41f3-bd8c-e2336c4ae47a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-4624cbbd-0e21-4475-a0aa-268019ecdce2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4624cbbd-0e21-4475-a0aa-268019ecdce2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-838a5327-3f9f-42cd-b361-eb4722fb01db {
  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-838a5327-3f9f-42cd-b361-eb4722fb01db {
  background-image: url();
}








#s-838a5327-3f9f-42cd-b361-eb4722fb01db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-838a5327-3f9f-42cd-b361-eb4722fb01db {
  cursor: pointer;
}#s-838a5327-3f9f-42cd-b361-eb4722fb01db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image {
  box-sizing: border-box;
}



.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  
}


@media (min-width: 1200px){#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image {
  box-sizing: border-box;
}



.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image {
  box-sizing: border-box;
}



.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image {
  box-sizing: border-box;
}



.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  
}


}@media (max-width: 767px){#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  margin: 0 !important;
  overflow: visible;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add background color handling */
  
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb.shogun-image {
  box-sizing: border-box;
}



.s-acaf6e1f-625f-4113-aff5-9e4a06e3e3cb img.shogun-image {
  
}


}
#s-82ef7329-7d72-4220-9d26-4027aa8ad42c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-82ef7329-7d72-4220-9d26-4027aa8ad42c {
  margin-top: 10px;
margin-bottom: 5px;
}
}
#s-82ef7329-7d72-4220-9d26-4027aa8ad42c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-82ef7329-7d72-4220-9d26-4027aa8ad42c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-82ef7329-7d72-4220-9d26-4027aa8ad42c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-82ef7329-7d72-4220-9d26-4027aa8ad42c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-602238d8-3318-4577-9a19-47ff84df6eda {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-602238d8-3318-4577-9a19-47ff84df6eda {
  max-width: 211px;
}
}
#s-602238d8-3318-4577-9a19-47ff84df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  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-602238d8-3318-4577-9a19-47ff84df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
  box-sizing: border-box;
}



.s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-602238d8-3318-4577-9a19-47ff84df6eda {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
      position: relative;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-602238d8-3318-4577-9a19-47ff84df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
  box-sizing: border-box;
}



.s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-602238d8-3318-4577-9a19-47ff84df6eda {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
      position: relative;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda 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-602238d8-3318-4577-9a19-47ff84df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
  box-sizing: border-box;
}



.s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-602238d8-3318-4577-9a19-47ff84df6eda {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
      position: relative;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda 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-602238d8-3318-4577-9a19-47ff84df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
  box-sizing: border-box;
}



.s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-602238d8-3318-4577-9a19-47ff84df6eda {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
      position: relative;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-602238d8-3318-4577-9a19-47ff84df6eda {
  margin: 0 !important;
  overflow: visible;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-602238d8-3318-4577-9a19-47ff84df6eda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add background color handling */
  
}

#s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-602238d8-3318-4577-9a19-47ff84df6eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-602238d8-3318-4577-9a19-47ff84df6eda .shogun-image-content {
  
    justify-content: center;
  
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image {
  box-sizing: border-box;
}



.s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-602238d8-3318-4577-9a19-47ff84df6eda {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container {
      position: relative;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-602238d8-3318-4577-9a19-47ff84df6eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-248a7a85-c09d-46b4-a7f1-151cf38bec43 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-248a7a85-c09d-46b4-a7f1-151cf38bec43 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-425c85ad-3cf7-4395-aa6f-43aa3725d4b1 {
  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-425c85ad-3cf7-4395-aa6f-43aa3725d4b1 {
  background-image: url();
}








#s-425c85ad-3cf7-4395-aa6f-43aa3725d4b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-425c85ad-3cf7-4395-aa6f-43aa3725d4b1 {
  cursor: pointer;
}#s-425c85ad-3cf7-4395-aa6f-43aa3725d4b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2db8e618-5915-476c-b63b-493f34bfa5d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image {
  box-sizing: border-box;
}



.s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2db8e618-5915-476c-b63b-493f34bfa5d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image {
  box-sizing: border-box;
}



.s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2db8e618-5915-476c-b63b-493f34bfa5d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image {
  box-sizing: border-box;
}



.s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2db8e618-5915-476c-b63b-493f34bfa5d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image {
  box-sizing: border-box;
}



.s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2db8e618-5915-476c-b63b-493f34bfa5d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2db8e618-5915-476c-b63b-493f34bfa5d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db8e618-5915-476c-b63b-493f34bfa5d4.shogun-image {
  box-sizing: border-box;
}



.s-2db8e618-5915-476c-b63b-493f34bfa5d4 img.shogun-image {
  
}


}
#s-cf1a4f6e-9fec-4eaf-b1d2-e53228df7184 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cf1a4f6e-9fec-4eaf-b1d2-e53228df7184 {
  margin-top: 10px;
margin-bottom: 5px;
}
}
#s-cf1a4f6e-9fec-4eaf-b1d2-e53228df7184 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-cf1a4f6e-9fec-4eaf-b1d2-e53228df7184 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf1a4f6e-9fec-4eaf-b1d2-e53228df7184 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf1a4f6e-9fec-4eaf-b1d2-e53228df7184 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  max-width: 211px;
}
}
#s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  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-2b99426f-4780-4b01-bd52-bd209adbec3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
  box-sizing: border-box;
}



.s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b99426f-4780-4b01-bd52-bd209adbec3b {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
      position: relative;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
  box-sizing: border-box;
}



.s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b99426f-4780-4b01-bd52-bd209adbec3b {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
      position: relative;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b 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-2b99426f-4780-4b01-bd52-bd209adbec3b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
  box-sizing: border-box;
}



.s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b99426f-4780-4b01-bd52-bd209adbec3b {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
      position: relative;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b 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-2b99426f-4780-4b01-bd52-bd209adbec3b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
  box-sizing: border-box;
}



.s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b99426f-4780-4b01-bd52-bd209adbec3b {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
      position: relative;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b99426f-4780-4b01-bd52-bd209adbec3b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b99426f-4780-4b01-bd52-bd209adbec3b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-2b99426f-4780-4b01-bd52-bd209adbec3b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image {
  box-sizing: border-box;
}



.s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b99426f-4780-4b01-bd52-bd209adbec3b {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container {
      position: relative;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b99426f-4780-4b01-bd52-bd209adbec3b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-dc47996c-0fd4-4dc0-9250-cf057ac9568e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc47996c-0fd4-4dc0-9250-cf057ac9568e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



.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-f00f75ec-fd2e-4330-8514-c1dcb2434a04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 {
  display: none;
}
#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04, #wrap-s-f00f75ec-fd2e-4330-8514-c1dcb2434a04, #wrap-content-s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 {
  display: none;
}
#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04, #wrap-s-f00f75ec-fd2e-4330-8514-c1dcb2434a04, #wrap-content-s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 {
  display: none;
}
#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04, #wrap-s-f00f75ec-fd2e-4330-8514-c1dcb2434a04, #wrap-content-s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 { display: none !important; }}
#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 .shg-sld-nav-button.shg-sld-left,
#s-f00f75ec-fd2e-4330-8514-c1dcb2434a04 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-66ba2abb-13f0-46d3-ae1a-28347e044798 {
  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-66ba2abb-13f0-46d3-ae1a-28347e044798 {
  background-image: url();
}








#s-66ba2abb-13f0-46d3-ae1a-28347e044798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66ba2abb-13f0-46d3-ae1a-28347e044798 {
  cursor: pointer;
}#s-66ba2abb-13f0-46d3-ae1a-28347e044798.shg-box.shg-c {
  justify-content: flex-start;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image {
  box-sizing: border-box;
}



.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  
}


@media (min-width: 1200px){#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image {
  box-sizing: border-box;
}



.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image {
  box-sizing: border-box;
}



.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image {
  box-sizing: border-box;
}



.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  
}


}@media (max-width: 767px){#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  margin: 0 !important;
  overflow: visible;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-834b31c4-1cf9-4f90-a696-4e9944b09a33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add background color handling */
  
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-834b31c4-1cf9-4f90-a696-4e9944b09a33.shogun-image {
  box-sizing: border-box;
}



.s-834b31c4-1cf9-4f90-a696-4e9944b09a33 img.shogun-image {
  
}


}
#s-9575a7aa-192c-46e9-b709-50fa9081bdf8 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-9575a7aa-192c-46e9-b709-50fa9081bdf8 {
  display: none;
}
#s-9575a7aa-192c-46e9-b709-50fa9081bdf8, #wrap-s-9575a7aa-192c-46e9-b709-50fa9081bdf8, #wrap-content-s-9575a7aa-192c-46e9-b709-50fa9081bdf8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9575a7aa-192c-46e9-b709-50fa9081bdf8 {
  display: none;
}
#s-9575a7aa-192c-46e9-b709-50fa9081bdf8, #wrap-s-9575a7aa-192c-46e9-b709-50fa9081bdf8, #wrap-content-s-9575a7aa-192c-46e9-b709-50fa9081bdf8 { display: none !important; }}@media (max-width: 767px){#s-9575a7aa-192c-46e9-b709-50fa9081bdf8 {
  display: none;
}
#s-9575a7aa-192c-46e9-b709-50fa9081bdf8, #wrap-s-9575a7aa-192c-46e9-b709-50fa9081bdf8, #wrap-content-s-9575a7aa-192c-46e9-b709-50fa9081bdf8 { display: none !important; }}
#s-9887ec89-225c-486a-a1d9-aedcdb733f4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9887ec89-225c-486a-a1d9-aedcdb733f4f {
  margin-top: 10px;
}
}
#s-9887ec89-225c-486a-a1d9-aedcdb733f4f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-9887ec89-225c-486a-a1d9-aedcdb733f4f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}
@media (max-width: 767px){#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  max-width: 250px;
}
}
#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  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-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
  box-sizing: border-box;
}



.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
      position: relative;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
  box-sizing: border-box;
}



.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
      position: relative;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 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-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
  box-sizing: border-box;
}



.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
      position: relative;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 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-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
  box-sizing: border-box;
}



.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
      position: relative;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  margin: 0 !important;
  overflow: visible;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add background color handling */
  
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image {
  box-sizing: border-box;
}



.s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container {
      position: relative;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40f1a9dd-3cf4-4119-a188-1800dae6b372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-4976cdb8-e96a-4466-bb45-95604b5b274b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4976cdb8-e96a-4466-bb45-95604b5b274b {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-4976cdb8-e96a-4466-bb45-95604b5b274b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-4976cdb8-e96a-4466-bb45-95604b5b274b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-104a2e40-7839-4958-be5d-3117903cc4a7 {
  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-104a2e40-7839-4958-be5d-3117903cc4a7 {
  background-image: url();
}








#s-104a2e40-7839-4958-be5d-3117903cc4a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-104a2e40-7839-4958-be5d-3117903cc4a7 {
  cursor: pointer;
}#s-104a2e40-7839-4958-be5d-3117903cc4a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image {
  box-sizing: border-box;
}



.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  
}


@media (min-width: 1200px){#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image {
  box-sizing: border-box;
}



.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image {
  box-sizing: border-box;
}



.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image {
  box-sizing: border-box;
}



.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  
}


}@media (max-width: 767px){#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef.shogun-image {
  box-sizing: border-box;
}



.s-1270f478-a0ab-4a9e-8036-fed7a1c2e6ef img.shogun-image {
  
}


}
#s-54ae072e-54d4-4e21-92c4-0aabe6350ad2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-54ae072e-54d4-4e21-92c4-0aabe6350ad2 {
  margin-top: 10px;
}
}
#s-54ae072e-54d4-4e21-92c4-0aabe6350ad2 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-54ae072e-54d4-4e21-92c4-0aabe6350ad2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c {
  display: none;
}
#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c, #wrap-s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c, #wrap-content-s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c {
  display: none;
}
#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c, #wrap-s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c, #wrap-content-s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c { display: none !important; }}@media (max-width: 767px){#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c {
  display: none;
}
#s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c, #wrap-s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c, #wrap-content-s-11f76cf8-4dd4-4967-a434-b83bafb6ea0c { display: none !important; }}
#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}
@media (max-width: 767px){#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  max-width: 250px;
}
}
#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  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-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
  box-sizing: border-box;
}



.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
      position: relative;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
  box-sizing: border-box;
}



.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
      position: relative;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d 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-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
  box-sizing: border-box;
}



.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
      position: relative;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d 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-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
  box-sizing: border-box;
}



.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
      position: relative;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  margin: 0 !important;
  overflow: visible;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add background color handling */
  
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image {
  box-sizing: border-box;
}



.s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container {
      position: relative;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca7e0c69-cf1a-4743-ba0a-37f399ba168d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-f7020fc9-7eb0-48d8-b2a5-a8b8a094af89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f7020fc9-7eb0-48d8-b2a5-a8b8a094af89 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-f7020fc9-7eb0-48d8-b2a5-a8b8a094af89 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-f7020fc9-7eb0-48d8-b2a5-a8b8a094af89 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-584f6d88-60bd-4ab1-886b-26e45219076f {
  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-584f6d88-60bd-4ab1-886b-26e45219076f {
  background-image: url();
}








#s-584f6d88-60bd-4ab1-886b-26e45219076f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-584f6d88-60bd-4ab1-886b-26e45219076f {
  cursor: pointer;
}#s-584f6d88-60bd-4ab1-886b-26e45219076f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1346px;
text-align: center;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  margin: 0 !important;
  overflow: visible;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add background color handling */
  
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image {
  box-sizing: border-box;
}



.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  margin: 0 !important;
  overflow: visible;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add background color handling */
  
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image {
  box-sizing: border-box;
}



.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  margin: 0 !important;
  overflow: visible;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add background color handling */
  
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image {
  box-sizing: border-box;
}



.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  margin: 0 !important;
  overflow: visible;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add background color handling */
  
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image {
  box-sizing: border-box;
}



.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  margin: 0 !important;
  overflow: visible;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2149e3fc-baf1-473d-81a5-8e00d6c74537 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add background color handling */
  
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2149e3fc-baf1-473d-81a5-8e00d6c74537.shogun-image {
  box-sizing: border-box;
}



.s-2149e3fc-baf1-473d-81a5-8e00d6c74537 img.shogun-image {
  
}


}
#s-b4de8483-6448-4d7a-bad2-0a72088b37e8 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-b4de8483-6448-4d7a-bad2-0a72088b37e8 {
  display: none;
}
#s-b4de8483-6448-4d7a-bad2-0a72088b37e8, #wrap-s-b4de8483-6448-4d7a-bad2-0a72088b37e8, #wrap-content-s-b4de8483-6448-4d7a-bad2-0a72088b37e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4de8483-6448-4d7a-bad2-0a72088b37e8 {
  display: none;
}
#s-b4de8483-6448-4d7a-bad2-0a72088b37e8, #wrap-s-b4de8483-6448-4d7a-bad2-0a72088b37e8, #wrap-content-s-b4de8483-6448-4d7a-bad2-0a72088b37e8 { display: none !important; }}@media (max-width: 767px){#s-b4de8483-6448-4d7a-bad2-0a72088b37e8 {
  display: none;
}
#s-b4de8483-6448-4d7a-bad2-0a72088b37e8, #wrap-s-b4de8483-6448-4d7a-bad2-0a72088b37e8, #wrap-content-s-b4de8483-6448-4d7a-bad2-0a72088b37e8 { display: none !important; }}
#s-56ca5046-1d46-44bc-90bb-1037205d54d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-56ca5046-1d46-44bc-90bb-1037205d54d4 {
  margin-top: 10px;
}
}
#s-56ca5046-1d46-44bc-90bb-1037205d54d4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-56ca5046-1d46-44bc-90bb-1037205d54d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}
#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  margin-left: 21%;
margin-bottom: 0px;
margin-right: 21%;
max-width: 311px;
aspect-ratio: 311/60;
text-align: center;
}
@media (max-width: 767px){#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  max-width: 250px;
}
}
#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  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-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
  box-sizing: border-box;
}



.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
      position: relative;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

@media (min-width: 1200px){#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
  box-sizing: border-box;
}



.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
      position: relative;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e 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-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
  box-sizing: border-box;
}



.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
      position: relative;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e 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-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
  box-sizing: border-box;
}



.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
      position: relative;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}@media (max-width: 767px){#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  margin: 0 !important;
  overflow: visible;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add background color handling */
  
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }

    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-link {
      aspect-ratio: 311/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 311px;
  }



  img.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
    
    
    
    max-height: 311px;
  }


.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image {
  box-sizing: border-box;
}



.s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e {
      --shg-aspect-ratio: calc(311/60); 
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container {
      position: relative;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e1d3fa6-4ad3-49ec-a41a-dc4074c1017e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 311px;
    }
  }

}
#s-c7e82ec3-f10d-4e02-8744-566345f90e7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c7e82ec3-f10d-4e02-8744-566345f90e7c {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-c7e82ec3-f10d-4e02-8744-566345f90e7c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-c7e82ec3-f10d-4e02-8744-566345f90e7c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#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: 1500px;
aspect-ratio: 1500/1009;
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 */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


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


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/1009); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@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 */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


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


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/1009); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@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 */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


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


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/1009); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@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 */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


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


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/1009); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@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 */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }

    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shogun-image-link {
      aspect-ratio: 1500/1009;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image {
    
    
    
    max-height: 1500px;
  }


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


  @supports not (aspect-ratio: 1/1) {
    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 {
      --shg-aspect-ratio: calc(1500/1009); 
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container {
      position: relative;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bf2dcba-6b10-4704-b9ba-5e62a1ac77f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#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-7bcb0b2c-24f9-41d1-bffd-8cf3cc0c2be4 {
  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-7bcb0b2c-24f9-41d1-bffd-8cf3cc0c2be4 {
  
}
}







#s-7bcb0b2c-24f9-41d1-bffd-8cf3cc0c2be4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bcb0b2c-24f9-41d1-bffd-8cf3cc0c2be4 {
  cursor: pointer;
}#s-7bcb0b2c-24f9-41d1-bffd-8cf3cc0c2be4.shg-box.shg-c {
  justify-content: center;
}

#s-67b4b489-c5c9-461f-9a6b-a5e822f50df5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-67b4b489-c5c9-461f-9a6b-a5e822f50df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67b4b489-c5c9-461f-9a6b-a5e822f50df5.shg-box.shg-c {
  justify-content: center;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin-left: 40%;
margin-right: 40%;
max-width: 454px;
aspect-ratio: 454/369;
text-align: center;
}
@media (max-width: 767px){#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin-top: 10px;
margin-left: 37%;
margin-bottom: 30px;
margin-right: 37%;
}
}
#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
  box-sizing: border-box;
}



.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
      position: relative;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

@media (min-width: 1200px){#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
  box-sizing: border-box;
}



.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
      position: relative;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 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-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
  box-sizing: border-box;
}



.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
      position: relative;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 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-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
  box-sizing: border-box;
}



.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
      position: relative;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}@media (max-width: 767px){#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  margin: 0 !important;
  overflow: visible;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 37%;
  margin-right: 37%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add background color handling */
  
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }

    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-link {
      aspect-ratio: 454/369;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 454px;
  }



  img.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
    
    
    
    max-height: 454px;
  }


.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image {
  box-sizing: border-box;
}



.s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 {
      --shg-aspect-ratio: calc(454/369); 
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container {
      position: relative;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9614c53a-7e97-4ffb-bc08-7d12f37199a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 454px;
    }
  }

}
#s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3 {
  margin-left: 9%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3 {
  margin-left: 11%;
margin-right: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-3553cec5-b5ac-451b-85c3-4f3869c0a8e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-fccb0667-97cd-4ef8-84f0-af0986c49de0 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-fccb0667-97cd-4ef8-84f0-af0986c49de0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-fccb0667-97cd-4ef8-84f0-af0986c49de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fccb0667-97cd-4ef8-84f0-af0986c49de0.shg-box.shg-c {
  justify-content: center;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin-left: auto;
margin-right: auto;
max-width: 3948px;
text-align: center;
}
@media (max-width: 767px){#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin-bottom: 13px;
}
}
#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 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-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image {
  box-sizing: border-box;
}



.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image {
  box-sizing: border-box;
}



.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image {
  box-sizing: border-box;
}



.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image {
  box-sizing: border-box;
}



.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 13px;
}

.shg-image-content-margin-container-s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9.shogun-image {
  box-sizing: border-box;
}



.s-af3df96b-d4c0-48e5-8c84-22d1733bdeb9 img.shogun-image {
  
}


}
#s-6634a1a0-71b0-4de6-8724-e7b95e42269a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6634a1a0-71b0-4de6-8724-e7b95e42269a {
  margin-top: 4px;
margin-bottom: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6634a1a0-71b0-4de6-8724-e7b95e42269a {
  margin-top: 4px;
margin-bottom: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6634a1a0-71b0-4de6-8724-e7b95e42269a {
  margin-top: 4px;
margin-bottom: 4px;
}
}@media (max-width: 767px){#s-6634a1a0-71b0-4de6-8724-e7b95e42269a {
  margin-top: 4px;
margin-bottom: 4px;
}
}







#s-6634a1a0-71b0-4de6-8724-e7b95e42269a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6634a1a0-71b0-4de6-8724-e7b95e42269a.shg-box.shg-c {
  justify-content: center;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  margin-left: auto;
margin-right: auto;
max-width: 3948px;
text-align: center;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69-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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 .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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 img.shogun-image {
  width: 100%;
  
  
  max-width: 3948px;

      
    max-width: 3948px;

  /* 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-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69-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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shg-inner-inline-image {
  overflow: hidden;

    /* 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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 img.shogun-image {
  width: 100%;
  
  
  max-width: 3948px;

      
    max-width: 3948px;

  /* 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-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69-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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shg-inner-inline-image {
  overflow: hidden;

    /* 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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 img.shogun-image {
  width: 100%;
  
  
  max-width: 3948px;

      
    max-width: 3948px;

  /* 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-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69-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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 .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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 img.shogun-image {
  width: 100%;
  
  
  max-width: 3948px;

      
    max-width: 3948px;

  /* 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-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69-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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 .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-5225ea1c-e97a-48c3-a79f-acfe70577f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69 img.shogun-image {
  width: 100%;
  
  
  max-width: 3948px;

      
    max-width: 3948px;

  /* 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-5225ea1c-e97a-48c3-a79f-acfe70577f69 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5225ea1c-e97a-48c3-a79f-acfe70577f69.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab {
  padding-bottom: 0px;
}
}
#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-72ec24bf-a2c4-480a-bc07-5eff1cdd64ab .shogun-heading-component h1 {
  color: rgba(152, 53, 150, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin-left: 4%;
margin-right: 4%;
max-width: 450px;
}
}@media (max-width: 767px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin-left: 5%;
margin-right: 5%;
max-width: 350px;
}
}
#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce-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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce .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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-409c6c6f-0989-45a2-bedb-c612c79431ce img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

  /* 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-409c6c6f-0989-45a2-bedb-c612c79431ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce-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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce .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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-409c6c6f-0989-45a2-bedb-c612c79431ce img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

  /* 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-409c6c6f-0989-45a2-bedb-c612c79431ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce-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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce .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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-409c6c6f-0989-45a2-bedb-c612c79431ce img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

  /* 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-409c6c6f-0989-45a2-bedb-c612c79431ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce-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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce .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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-409c6c6f-0989-45a2-bedb-c612c79431ce img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

  /* 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-409c6c6f-0989-45a2-bedb-c612c79431ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-409c6c6f-0989-45a2-bedb-c612c79431ce {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce-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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce .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-409c6c6f-0989-45a2-bedb-c612c79431ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-409c6c6f-0989-45a2-bedb-c612c79431ce img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

      
    max-width: 500px;

  /* 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-409c6c6f-0989-45a2-bedb-c612c79431ce .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-409c6c6f-0989-45a2-bedb-c612c79431ce.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9d610214-9f40-4332-af87-d96d1809e90f {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9d610214-9f40-4332-af87-d96d1809e90f {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d610214-9f40-4332-af87-d96d1809e90f {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d610214-9f40-4332-af87-d96d1809e90f {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-9d610214-9f40-4332-af87-d96d1809e90f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-9d610214-9f40-4332-af87-d96d1809e90f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Nunito";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 1200px){#s-9d610214-9f40-4332-af87-d96d1809e90f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9d610214-9f40-4332-af87-d96d1809e90f .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9d610214-9f40-4332-af87-d96d1809e90f .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-9d610214-9f40-4332-af87-d96d1809e90f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b {
  padding-top: 5px;
}
}
#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  800 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-ccd829ca-b37b-4e87-9f71-7ed7d37b576b .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
#s-af7426de-f90c-42da-94b0-922e48f1a0e4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (min-width: 1200px){#s-af7426de-f90c-42da-94b0-922e48f1a0e4 {
  
}
}
#s-af7426de-f90c-42da-94b0-922e48f1a0e4 .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;
  
  
}


@media (min-width: 1200px){#s-af7426de-f90c-42da-94b0-922e48f1a0e4 .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af7426de-f90c-42da-94b0-922e48f1a0e4 .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af7426de-f90c-42da-94b0-922e48f1a0e4 .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-af7426de-f90c-42da-94b0-922e48f1a0e4 .shogun-heading-component h1 {
  color: rgba(239, 89, 145, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9 {
  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-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9: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-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9 {
  background-color: rgba(152, 53, 150, 1);
background-image: none;
hover-type: color;
}
#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9:hover {background-color: rgba(239, 89, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9 {
  color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9:hover {background-color: rgba(247, 85, 135, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (min-width: 768px) and (max-width: 991px){#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9 {
  background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9:hover {background-color: rgba(239, 89, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}@media (max-width: 767px){#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9 {
  background-image: none;
background-color: rgba(152, 53, 150, 1);
hover-type: color;
}
#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9:hover {background-color: rgba(239, 89, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9-root {
    text-align: center;
  }


#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9-root {
    text-align: center;
  }


#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9-root {
    text-align: center;
  }


#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9-root {
    text-align: center;
  }


#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9-root {
    text-align: center;
  }


#s-f5ae75eb-ea3d-4c5a-abc6-8b66dd09d2e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 700;
  
  font-family: Nunito;
  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;
}

#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 */
  
  
  
  
}

.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 ;
}
}
#s-c60e4fc1-ab28-44fe-99e4-2c6f75da29d4 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

/*
  $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}